PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Upgrade 4.8d to 5.03 upgrade.php problem (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113964-upgrade-4-8d-5-03-upgrade-php-problem.html)

dbullock May 19th, 2005 10:21 AM

Upgrade 4.8d to 5.03 upgrade.php problem
 
I am attempting to run the upload.php file, however, when I click the upgrade link for "4.82" I get a blank web page and not a confirmation screen.

Clicking "4.7" or "4.85/4.86" gives the a confirmation page, but they are not the version I am on.

Any suggestions?

Thanks,
Dan

dbullock May 19th, 2005 10:37 AM

It looks like the line:
require "config-inc.php";
is causing the problem.

I remove that line and I get the confirmation screen. I'm not sure if I should proceed with that line removed though.

dbullock May 19th, 2005 10:49 AM

I think I found the problem.

upgrade.php requires config-inc.php which requires header-inc.php which requires config-int.php

The upgrade instructions say to not copy the config-int.php file. (actually the instructions have a typo and say config.int.php)

Since I did not have a config-int.php file earlier it is now causing the error.

Dan

Chuck S May 19th, 2005 10:56 AM

Yep you got it. I will send Michael a note. One upgrade instructions state to upload the config-int.php and I think in another spot on the changelog.txt is says its not needed which is a mistake

dbullock May 19th, 2005 11:13 AM

Great thanks.


All times are GMT -5. The time now is 03:25 AM.

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