PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Attempted updated. Ran into some problems. (http://www.photopost.com/forum/reviewpost-installation-upgrades/124073-attempted-updated-ran-into-some-problems.html)

spartanic March 27th, 2006 09:05 PM

Attempted updated. Ran into some problems.
 
I uploaded all the files to my main server and ran the update.php file but I got an error. The error is this:

Warning: main(public_html//languages/english.php): failed to open stream: No such file or directory in /home/jdmex2/public_html/pp-inc.php on line 128

Warning: main(public_html//languages/english.php): failed to open stream: No such file or directory in /home/jdmex2/public_html/pp-inc.php on line 128

Fatal error: main(): Failed opening required 'public_html//languages/english.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jdmex2/public_html/pp-inc.php on line 128

Any idea what the problem is?

Chuck S March 27th, 2006 09:16 PM

our server path to photopost is incorrect in your config-inc.php file it should be this

/home/jdmex2/public_html

spartanic March 27th, 2006 09:41 PM

Thanks that worked! The updated was successful but the images dont work. Any idea why?

http://www.jdmexposed.com/index.php

Chuck S March 27th, 2006 09:54 PM

You ran step 3 of the 3.2 upgrade script more than once

To get photos back you need to restore the products table from a backup and rerun the upgrade script only once.

spartanic March 27th, 2006 10:07 PM

You mean as in uploading the whole Data folder from backup and run upgrade.php over again?

Chuck S March 28th, 2006 04:59 AM

As in restoring a backup of the products mysql table and redoing upgrade

You do not have that many products you could probally look at the bigimage fields and rename the entries removing the double userid off the front of the file to only once like so

11image.jpg to say 1image.jpg

You can see by looking at the file what step you ran twice.

spartanic March 28th, 2006 09:05 PM

That worked! Thanks Chuck!


All times are GMT -5. The time now is 05:23 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