PDA

View Full Version : Blank index.php following 2.00 > 2.02 upgrade


kdunbar@dunbars.net
11th of April 2007 (Wed), 02:28
Greetings all. I'm new here, and very much like what I see in EE, but I've got an issue with the last upgrade, 2.00 to 2.02... I get a blank site (index.php, admin/index.php, any page... it's blank, no errors, nada) after that last upgrade. :(

I've followed the instructions, started with 1.5RC4... and it worked. Upgraded to 2.00 and all worked ok. (at least I could see the site, ImageMagick is the next "issue" to tackle) Just finished the last upgrade to 2.02 since there were so many bug fixes there. Saw the upgrade page, ran the upgrade, now when I try to view the site, I get nothing....blank pages.

Now, I understand this is likely an issue with my php config, not the installation or the EE code, but I really don't know where to start looking...which is why I'm here. Any idea from anyone where to start??

Here's my environment:
apache 2
PHP 5.2.1
MySQL 5.0.33
OS - Mac OSX 10.4.9

I did have some issue with the 1.5 RC4 install and the Undefined Variable, $s_charset;
Found the fix here, to adjust the php.ini file.

Now I just need to get past the blank page. (no errors in the error log, and no source code if you view souce code of the page) 2.0 site still works.

Any thoughts? If need be, I can send the phpino() output.
Thank you in advance.

kd

UweB
11th of April 2007 (Wed), 12:18
I beleive that this is because your galleries are not yet made "public" for viewing.

kdunbar@dunbars.net
11th of April 2007 (Wed), 22:50
The previous backup (ver. 2.0) still functions, and I've added it to my webserver so both versions are accessible via a web browser. It uses the same database, and when viewing with admin, the exhibits are "public". Thanks, but that's not it.
kd

kdunbar@dunbars.net
11th of April 2007 (Wed), 23:10
Fixed. As usual, user error. Seems that "copy all files" does not mean, rename the folder which looks like it has all the files in it. All's well. Now I have to tackle the ImageMagick issue. ImageMagick is installed, and works via command line, but EE doesn't see it.
kd

Pete
12th of April 2007 (Thu), 04:32
Fixed. As usual, user error. Seems that "copy all files" does not mean, rename the folder which looks like it has all the files in it. All's well. Now I have to tackle the ImageMagick issue. ImageMagick is installed, and works via command line, but EE doesn't see it.
kd

The ImageMagick problem is probably because you're in php "safe mode". turn that off and EE should be able to access ImageMagick.

That was my problem anyway.