PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Photopost 4.6.6 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113485-photopost-4-6-6-a.html)

dprice April 13th, 2005 10:26 PM

Photopost 4.6.6
 
I recently had a working copy of VB3 integrated with Photopost 4.6.6 (which I am currently stuck trying to upgrade). VB 3 (dont remember which version) was working fine at one time with PP 4.6.6 until I upgraded VB3 to a newer version, now PP 4.6.6 doesnt work and I want to get things back online.

My forums are in their own directory (located in /forums) and the gallery is located in /gallery.

I cannot even get to the admin panel to make any changes...what can I do to fix this error and get the latest upgrade of Photopost going?

-------------------------------------------------------------


Warning: chdir(): No such file or directory (errno 2) in /home/httpd/vhosts/domain.com/httpdocs/gallery/header-inc.php on line 69

Warning: main(./global.php): failed to open stream: No such file or directory in /home/httpd/vhosts/domain.com/httpdocs/gallery/header-inc.php on line 70

Warning: main(./global.php): failed to open stream: No such file or directory in /home/httpd/vhosts/domain.com/httpdocs/gallery/header-inc.php on line 70

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/domain.com/httpdocs/gallery/header-inc.php on line 70



thanks in advance


dp

Chuck S April 14th, 2005 07:28 AM

That would be a path error. You would need to set the proper path to the vb3 forums in the header include file

/home/httpd/vhosts/domain.com/httpdocs/forums

I would though upgrade to PP5.03 to take advantage of all the new features tighter integration and general security fixes.

dprice April 14th, 2005 09:23 PM

Quote:

Originally Posted by omegatron
That would be a path error. You would need to set the proper path to the vb3 forums in the header include file

/home/httpd/vhosts/domain.com/httpdocs/forums

I would though upgrade to PP5.03 to take advantage of all the new features tighter integration and general security fixes.


I just fixed that error...thanks!! Everything looked normal until I tried to upload.. I want to make sure that everything is in working order before I upgrade to PP 5.03 (which I just downloaded)....Or should I just skip getting this in working order and just do an install? I dont want to lose any posts/pictures.

Just tried to upload and this is what I got:

Warning: imagejpeg(): Unable to open '/home/httpd/vhosts/domain.com/httpdocs/gallery/502/1017aqw-thumb.jpg' for writing in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 114

Warning: imagejpeg(): Unable to open '/home/httpd/vhosts/domain.com/httpdocs/gallery/502/1image014-thumb.jpg' for writing in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 114

then when I click PROCESS FILES...

Warning: getimagesize(/home/httpd/vhosts/domain.com/httpdocs/gallery/502/1017aqw.jpg): failed to open stream: No such file or directory in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 170

Warning: copy(/home/httpd/vhosts/domain.com/httpdocs/gallery/502/1017aqw.jpg): failed to open stream: No such file or directory in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 205

Warning: getimagesize(/home/httpd/vhosts/domain.com/httpdocs/gallery/502/1017aqw.jpg): failed to open stream: No such file or directory in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 343

Warning: getimagesize(/home/httpd/vhosts/domain.com/httpdocs/gallery/502/1017aqw.jpg): failed to open stream: No such file or directory in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 535

Warning: filesize(): Stat failed for /home/httpd/vhosts/domain.com/httpdocs/gallery/502/1017aqw.jpg (errno=2 - No such file or directory) in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 543

Warning: fread(): supplied argument is not a valid stream resource in homehttpdvhostsdomain.comhttpdocsgalleryimage-inc.php on line 543

Unable to read the format of file: /home/httpd/vhosts/domain.com/httpdocs/gallery/502/1017aqw.jpg


I dont even have the slightest clue where to start...

Chuck S April 14th, 2005 10:17 PM

Looks to me like your directory permissions on the data directories are incorrect. Make sure all data directories as well as uploads directories are 777

dprice April 16th, 2005 11:39 AM

My gallery/uploads were all CHMOD'd to 777 as well as everything in the sub directories below AND the gallery/data was 777 AND the directories below...

any other suggestions?

Chuck S April 16th, 2005 02:31 PM

Is it just this category or all cats?

Has your host upgrading anything on the server lately like php with gd?

Link to phpinfo?

dprice April 16th, 2005 02:39 PM

Sent you an email

dprice April 17th, 2005 03:12 PM

Upgrade went well, except, when I try to upload the simpliest file, I get:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1631 bytes) in /home/httpd/vhosts/forum.com/httpdocs/gallery/image-inc.php on line 84

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 43 bytes) in /home/httpd/vhosts/forum.com/httpdocs/forums/includes/functions.php on line 490

Chuck S April 17th, 2005 04:36 PM

Your forum file is throwing an error also weird. How many files are in your uploads directory?

You can edit bulkupload.php and find the ini_set line at top and add this below it and try again

ini_set("memory_limit", "24M");

dprice April 17th, 2005 05:19 PM

Looks like that did the trick...Thank you again sir!


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