Install Problem

Posted by Jennifer at 15:43 on 3rd Nov 2009
I also am getting a blank page - I checked my .htaccess (my server does support .htaccess) and I edited the file to a random string and received the expected error. So I do not think the .htaccess is my issue.

Any other ideas?

Site:
http://mystudiozone.com/dev/gallery/admin.html?config=mysqlopen

PHP Build Info:
http://bronze.phpwebhosting.com/phphoststest.phtml

Posted by Jennifer at 15:44 on 3rd Nov 2009
Oh, and yes the config.php and the photos folder are writeable (CHMOD 777).

Thank you for your time,
Jennifer

Posted by Egg at 14:18 on 9th Nov 2009
That doesn't sound so good.

If you open the file /lib/global.php and change the second line from "error_reporting(0);" to "error_reporting(E_ALL);" this will force any error messages to be printed on screen.

I'm intregued to know why this isn't working so please let me know what this throws up.

You're being redirected to "/admin.html?config=mysqlopen" as the MySQL details are not correct (shutter is unable to connect to your database). So it'll be worth checking those manually in config.php (the $config['mysql'] fields, there should be four of them).

Egg

Posted by Egg at 16:56 on 11th Nov 2009
Hi Jennifer,

I think I have solved the problem. Can you try a version of v0.1.3 which I have emailed to you and let me know how you get on?

This should solve the problem.

Thanks,

Egg

Posted by Jennifer at 01:13 on 13th Nov 2009
Hi Egg,
I installed version 0.1.3 and encounter the same issue.

The error I get is:
Fatal error: Cannot use string offset as an array in /home/twojstudios/www/dev/shutter/config.php on line 8

http://mystudiozone.com/dev/shutter/

Any ideas?

Posted by Egg at 11:19 on 13th Nov 2009
Eeeek, completely my fault ... I was pointing to a variable that didn't exist!

The error you report above indicates a problem with the config file and I'm not sure where it came from. Follow any onscreen instructions to update your "settings" and this should correct itself.

Please can you try v0.1.3RC2, sorry to mess you around:
http://shutter.tenfourzero.net/packages/0.1.3RC2.7z
http://shutter.tenfourzero.net/packages/0.1.3RC2.zip
http://shutter.tenfourzero.net/packages/0.1.3RC2.tar.gz
http://shutter.tenfourzero.net/packages/0.1.3RC2.tar.bz2

Posted by Jennifer at 16:21 on 13th Nov 2009
I was able to get it installed by manually updateing the config.php file. Though I am still getting errors:

http://mystudiozone.com/dev/shutter/

Any ideas?

Posted by Egg at 17:24 on 13th Nov 2009
Umm ... no :) Try putting this in line 9 just above $output=array(); to create:

echo mysql_error();
$output=array();

This will print more details of the error from the function.

I also noticed another typo that prevents the admin from working ... this is fixed in:

http://shutter.tenfourzero.net/packages/0.1.3RC3.7z
http://shutter.tenfourzero.net/packages/0.1.3RC3.zip
http://shutter.tenfourzero.net/packages/0.1.3RC3.tar.gz
http://shutter.tenfourzero.net/packages/0.1.3RC3.tar.bz2

Posted by Jennifer at 18:22 on 13th Nov 2009
RC3 did it. All installed and working fine.
http://mystudiozone.com/dev/shutter/

Thank you for your attention and help with this!!

Now I am going to go try your eggblog...
=D

Posted by Egg at 22:53 on 13th Nov 2009
No problem, thanks for your patience and help.

eggBlog is very much something that has been left behind so please don't go expecting much!


Reply To This Topic

You must log in or register to reply to this topic.

Current Version

Version: 0.1.4

Updates: Possible SQL injection vunerability and css formatting issues addressed.

Download the latest release.