PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old December 18th, 2004, 05:47 AM   #1 (permalink)
Member
Verified Customer
 
TheSonic's Avatar
 
Join Date: Jan 2003
Location: Stuttgart / Germany
Posts: 181
No photo specified! (4.8.5)

Hi,

i upgraded Photopost to 4.8.5 - had to do some tricks (cookies, etc), but finally i made it.

Still one Problem occures:
Then clicking on a photo, it says "No photo specified!"

My Installation can be found here:
http://www.entertainment-foren.de/photopost/

A link to a photo looks like that:
http://www.entertainment-foren.de/ph...o.php?photo=97
Looks good an Photo 97 was specified right ?!

Another problem:
The trying the rebuildscripts, i get:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6400 bytes) in /home/htdocs/web2/html/photopost/image-inc.php on line 81
after a few rebuilds.
What does this mean and how can i fix it ?

Thanks for your help
__________________
Greets,
Alex
TheSonic is offline   Reply With Quote
Old December 18th, 2004, 10:09 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,545
You have a link to your phpinfo?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 18th, 2004, 06:27 PM   #3 (permalink)
Member
Verified Customer
 
TheSonic's Avatar
 
Join Date: Jan 2003
Location: Stuttgart / Germany
Posts: 181
I send you a pm with the requested datas.

Before i updated my Photopost i updated my PHP-Version - perhaps there was something wrong... - but vBulletin, ReviewPost (and PhotoPost before updating) are running well... Hm...
__________________
Greets,
Alex
TheSonic is offline   Reply With Quote
Old December 19th, 2004, 06:43 AM   #4 (permalink)
Member
Verified Customer
 
TheSonic's Avatar
 
Join Date: Jan 2003
Location: Stuttgart / Germany
Posts: 181
Reinstalled old version (database and configs) and have redone the Upgrade.
Rebuildscripts are working, but i still get "No photo specified" the clicking on a Thumbnail.
I uploaded a new photo - it worked - but only the thumnail on the index is shown, then i click on the tn, i also get "No photo specified".

Files are physically in the DATA-Dirs - i checked them.

I upgraded PHP to the latest PHP4-version (.10) before i upgraded, but vB3 and ReviewPost 2.8.2 are working without Problems, so i think its not a PHP-issue.

Thanks for any further hints.
__________________
Greets,
Alex
TheSonic is offline   Reply With Quote
Old December 19th, 2004, 09:50 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,545
Have you uploaded all the new Photopost files? Including if you using the VB3 enhanced version the templates from that directory over to the templates directory.

I tried registering a username to do a test post and see what you mean but no upload permissions

I see register globals are off but our script has a check for that and process's the variable if its off.

The interesting thing here is the fact that yes reviewpost works and Photopost does not and even more weird is the fact the photo variable is not empty but rather not recognized.

Let me look into it further.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; December 19th, 2004 at 09:54 AM.
Chuck S is offline   Reply With Quote
Old December 19th, 2004, 10:06 AM   #6 (permalink)
Member
Verified Customer
 
TheSonic's Avatar
 
Join Date: Jan 2003
Location: Stuttgart / Germany
Posts: 181
Sorry, new Users are moderated - Your account is now active. If you need more Accessrights, let me know.

To be honest - i dont know if Globals was Off or On before i compiled the new PHP-version myself.
The update-script of 485 was working without giving an error with my current PHP-Installation.

To be sure i deleted all files and reuploaded the original ZIP to my server (except the two Configfiles and my Data-Dir) - same effect.

Yes, you can find my running Reviewpost here: http://www.entertainment-foren.de/rp/

Thanks again.
__________________
Greets,
Alex

Last edited by TheSonic; December 19th, 2004 at 10:19 AM.
TheSonic is offline   Reply With Quote
Old December 19th, 2004, 10:34 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,545
Okay lets try something.

Have you uploaded the VB3enhanced templates from the subdirectory under templates to the main templates directory?

Try turning off the vb3 header and all vb3 integration in the config-int and lets see if the error still persists
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 19th, 2004, 10:50 AM   #8 (permalink)
Member
Verified Customer
 
TheSonic's Avatar
 
Join Date: Jan 2003
Location: Stuttgart / Germany
Posts: 181
Yes, the vb3enhanced templates are in the main templates-folder.

Ok, i set all integration OFF in config-int.php - now the photos are viewable again.

Hmm... ? Really can figure it out... I leave vb3-Integration off, so you can have a look
(An quick one: http://www.entertainment-foren.de/ph...o.php?photo=97 )

Please let me know, if i should change something in my Configs again.
__________________
Greets,
Alex
TheSonic is offline   Reply With Quote
Old December 19th, 2004, 10:51 AM   #9 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,725
It would appear that something about your specific header is overwriting the $photo variable; you should check out your header code to see why it would be doing this.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old December 19th, 2004, 10:53 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,545
I would have to ask what the contents of your Vb header or navbar is?

Somewhere have you modified something. The only thing Michael or I can figure is in your header code you have $photo defined as something else in VB and over Photopost that variable is being reassigned by your header and is empty of course.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old December 19th, 2004, 10:58 AM   #11 (permalink)
Member
Verified Customer
 
TheSonic's Avatar
 
Join Date: Jan 2003
Location: Stuttgart / Germany
Posts: 181
Yes, thats the point.
phpinclude_start in vb contained a $photo-variable from an old Integration into a CMS that i no longer use.

I removed this variable and TATA - all fine now!

Thanks guys - great support and great new update !
__________________
Greets,
Alex
TheSonic is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Private photo showing in recent photo import GMGGG Photopost Pro How Do I...? 1 July 25th, 2005 12:37 PM
Can PhotoPost do multiple photo uploads like in Yahoo Photo? veerawudth Before You Buy 1 April 1st, 2005 05:05 AM


All times are GMT -5. The time now is 11:05 PM.

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