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 Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old July 11th, 2009, 06:11 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I broke PhotoPost. Help!

Recently, I was having trouble creating new catagories. I thought that maybe I should upgrade to the latest version (6.22). That went great except that I still could not create new catagories. I put the system into debug mode based on recomendations in another thread. Now I can't get into admin any more. All I get is a screen that says "PHP has encountered a Stack overflow". It is a two frame screen with the error at the top of each frame.

I also cannot get to the user pages either. I just see the header load over and over again. ust now I tried and got this error:

Fatal error: Cannot redeclare typecast() (previously declared in D:\Inetpub\www.rainierfalcons.com\gallery\pp-inc.php:35) in D:\Inetpub\www.rainierfalcons.com\gallery\pp-inc.php on line 70
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 11th, 2009, 07:30 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Looks to me like possibly you did not run your upgrade script.

Did you run the script?
__________________
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 July 11th, 2009, 07:37 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
Quote:
Originally Posted by Chuck S View Post
Looks to me like possibly you did not run your upgrade script.

Did you run the script?
I did. The upgrade worked as far as I could tell. It reported as being the new version after the script and I didn't get any errors.
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 11th, 2009, 08:03 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
try running this query in phpmyadmin as the only error I see is a header repeating over and over which usually signals a corrupt table.

REPAIR TABLE pp_iponline;
__________________
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 July 11th, 2009, 10:17 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I hope I did this right. I selected the gallery database. Then clicked on the SQL tab. From there I ran the command you listed.

The results are these:

Table Op Msg_type Msg_text
gallery.pp_iponline repair Error Table 'gallery.pp_iponline' doesn't exist
gallery.pp_iponline repair error Corrupt
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 11th, 2009, 10:24 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I see what I did wrong. My table name is gallery_iponline instead of pp_iponline. I reran the query and here is the result.

gallery.gallery_iponline repair status OK
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 12th, 2009, 10:45 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Your header is just simply repeating. Usually only information I have on this is your iponline table is corrupt or your upgrade has not been run. What happens if you edit your config-int.php file and set the 3 vb3 integration boxes to load the enhanced integration to off.
__________________
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 July 12th, 2009, 12:36 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I looked at the config-int.php file. I dn't know what to chage to disable the integration.

I also noticed that the version is listed as 6.02 in that file. I sure that I first installed 6.1 but it makes me think that maybe I didthe upgrade script wrong.
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 12th, 2009, 01:19 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
You can try reuploading the upgrade script and running the 5.6 upgrades forward to 6.2

I explained how to disable the vb3 integration by setting the 3 vb3 switches from on to off like so in that file

Code:
Content visible to verified customers only.
Basically we need to get past the header to see what shape your gallery is in. I need to see specific errors.
__________________
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 July 12th, 2009, 02:14 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
Sorry. I was looking in th wrong file (-inc intead of -int). Anyway, I set the three lines to read 'off'. Now it just shows this error:

PHP has encountered a Stack overflow
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 12th, 2009, 04:10 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
I am not encountering any error viewing the gallery

PHP has encountered a Stack overflow

Only thing I see here is maybe a php bug?
__________________
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 July 12th, 2009, 05:56 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I'm running PHP 5.2.6. I can try upgrading to 5.2.10 and see if that helps.
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 12th, 2009, 05:59 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
Okay not a problem yeah there is not much info except the thread I noted but everything points to a php issue.
__________________
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 July 12th, 2009, 06:15 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I just upgraded to 5.2.10. That didn't help.

I found a non-PP thread out on the Internet that sugjested that a \ in place of a / or visa-versa could cause this.
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 12th, 2009, 06:25 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I restored the gallery database from prior to the upgrade. I was then able to go through the upgrade script with out any errors. I started at version 5.6 and worked to the current version.

I can get into administration now. I still see the PHP stack error when vieing the gallery main page.
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 12th, 2009, 06:31 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
I re-enabled integration and the gallery displays fine.

I'm back to the original problem of not being able to add catagories. I'll start a new thread for that.

Thanks for the help Check.
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 13th, 2009, 09:57 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
So I take it running the upgrade got things to display good

Main Index - Rainier Falcons Gallery
__________________
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 July 13th, 2009, 10:09 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
Yes indeed. Thre is still a problem. I did a DB backup after the upgrade script ran. I then set the debug option in global optionsto display errors. The PHP stack error came back andI could not get into admin or the main gallery page. I had to do a restore to get back.
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown is offline   Reply With Quote
Old July 13th, 2009, 10:18 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
You need to run your upgrade after you fix your mysql strict mode thing and then you should be fine.
__________________
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 July 13th, 2009, 10:58 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Nov 2005
Location: Seattle, WA
Posts: 56
That did the trick. I reran the upgrade script. I can now set the debug options without the stack overflow error.

Thanks,
__________________
Patrick Brown

www.rainierfalcons.com
www.uniquecobra.com
pbrown 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
i broke it! joesoko ReviewPost Installation & Upgrades 1 February 3rd, 2008 05:54 PM
photopost broke on server crash seeker Photopost Pro How Do I...? 2 October 21st, 2006 09:29 AM
Well, Im not sure if its something i broke... uktotty How Do I? - vBulletin 3.5.X 5 August 21st, 2006 04:03 PM
Broke UBBthreads Forum - Photopost inaccessible encaustic Photopost Pro How Do I...? 2 May 26th, 2006 07:57 AM
I broke my footer! kimber89 Photopost Pro How Do I...? 3 June 18th, 2005 08:07 PM


All times are GMT -5. The time now is 07:47 PM.

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