PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   White Screen (http://www.photopost.com/forum/photopost-pro-installation-upgrades/116652-white-screen.html)

sheri9642 November 8th, 2005 07:29 PM

White Screen
 
Linux Red Hat
Apache/1.3.34 (Unix) PHP/4.4.1
Dedicated Server under our control but we lease the box from Verio
MySQL 4.1.15

http://www.mydaughterswish.com/photopost/

We just transfered the site from a shared virtual server to a new dedicated server. Everthing went fine, duplicated the mysql data bases and dumped all the data in the db without any problem.

Vbulletin works fine and other php/mysql driven applications work fine. We did the DNS changes and the propogation is taking place as I write.

Problem: We are getting a white screen when we click the link to photopost. I can't even get access to the control panel/admin area.

We don't know what has happened or where to start looking. The settings are all exactly the same as the old site.

Any ideas where we should look first or how to solve?

Thanks for your help.

Kumar Desai

Chuck S November 8th, 2005 07:36 PM

Hello in your config files you would need to place the proper url's and server paths in there for things to work. Once you do this you can get the program up and you will also in admin need to reset the data and uploads paths as well

sheri9642 November 9th, 2005 10:44 AM

Tried changing config
 
i've got the config file open and everthing looks except for this:

// Path to your PhotoPost installation - no end slashes
$PP_PATH = ".";

The path from the root to the photopost directory is /var/www/html/photopost

but when I change it I still get white screen.

$PP_PATH = "/var/www/html/photopost";
$PP_PATH = "/var/www/html";

neither of these work.

sheri9642 November 9th, 2005 06:45 PM

ok fixed
 
Just a follow up:

I just played around with the config file and either the gd library or the path to the installation was incorrect. Once I changed and then tested those everything worked fine.

Once I managed to log into the admin center I was able to change the paths for the folders such as images and uploads.

A couple of database tables got corrupted in the change from one server to another so I exported just those tables and imported them to the new server.

Everything running smoothly.


k


All times are GMT -5. The time now is 12:30 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97