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 26th, 2004, 12:57 AM   #1 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2003
Posts: 14
strange problem after windows php upgrade / admin panel access

I noticed the message before this about admin panel access. I have the same problem, but I don't think I should join that message as I feel my problem is different. today after upgrading php to 4.3.10 I noticed that the admin panel did not show up when I was logged in. everything has been working for months. so I took this as a good time to upgrade. I followed the upgrade perfectly, and still no luck. I don't think its a cookie problem as I looked over all the settings and they match up. if you go into phpbb and goto photopost you stay logged in, so I think the cookies are working okay. But I am lost, I have no idea what else to look at. I tried to delete the user groups data and re add it w/o any luck. This is running on a win2k3 server w/ php 4.3.10 running in fastcgi mode. let me know if you need any other info. thanks for the great product!

Dan
vwsport.com is offline   Reply With Quote
Old December 26th, 2004, 04:00 AM   #2 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2003
Posts: 14
another bug I just notced was under keyword all photos are showing "array", after seeing that I ran a search and cannot find any files w/ key words I know would be listed. thanks for any info!

Dan
vwsport.com is offline   Reply With Quote
Old December 26th, 2004, 08:41 AM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
Okay two fixes as this is related to the PHP update which is wreaking havoc everywhere.

Open up your phpbb2.php file in the forums subdirectory of our product

Find

$md5cookpass="";

make it

$md5cookpass=""; $ubbgroups = array();

Basically you can place that array line anywhere up the top of the authenticate function below the $Global calls

Save and upload that file

Open the showphoto.php file and find this line

if ( !isset($cat) ) $cat = $dbcat;
$title = stripslashes( $title );
$keywords = stripslashes( $keywords );

add above

$keywords = array ();
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old December 26th, 2004, 01:13 PM   #4 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2003
Posts: 14
Thank you for the quick reply! I just double checked and phpbb2.php was already modified, i assume you guys updated the zip file? also I tried the $key word fix with out any luck, I assume it should look like this ?

$keywords = array ();
if ( !isset($cat) ) $cat = $dbcat;
$title = stripslashes( $title );
$keywords = stripslashes( $keywords );
$desc = stripslashes( $desc );

? I can care less about the keywords for now, but I still cannot get into the admin panel. any other ideas? btw my pic library is at http://forum.vwsport.com/pics thanks for any help!

Dan
vwsport.com is offline   Reply With Quote
Old December 26th, 2004, 01:48 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
This will take time.

The fix Michael did add to the build and did work on the only customer that had reported this so far. As more systems are being transitioned to this php version 4.3.1. RC10 we are seeing a couple more of you reporting problems with phpbb integration it looks like.

There is no fix at this time yet as we are still looking into it. With it being a holiday weekend it may take some time to post a fix.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old December 27th, 2004, 01:25 AM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2003
Posts: 14
okay, I understand. I am glad to see its php related as I was pulling hairs out trying to track it down. I will revert to the other ver of php for a few days.

Dan
vwsport.com is offline   Reply With Quote
Old December 27th, 2004, 09:42 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
Okay this is your fix

Open your phpbb2.php file and find this

$md5cookpass=""; $ubbgroups = array();

change it to this

$md5cookpass=""; $ubbgroups = array(); $User = array();
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old December 27th, 2004, 10:15 AM   #8 (permalink)
Junior Member
Verified Customer
 
Join Date: Sep 2003
Posts: 14
okay an update, before I try this fix I loaded the newest ZEND optimizer, and after that everything worked. I have not done the fix you just posted. I saw the zend site showed the older ver to not be compatable with php4.3.10 just a heads up.

Dan

Quote:
Originally Posted by omegatron
Okay this is your fix

Open your phpbb2.php file and find this

$md5cookpass=""; $ubbgroups = array();

change it to this

$md5cookpass=""; $ubbgroups = array(); $User = array();
vwsport.com is offline   Reply With Quote
Old December 27th, 2004, 10:26 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,659
Okay no problem although I doubt hosts will be as resourceful as you were.

The incompatibility that occurs at least from our program standpoint is that the new php needs the arrays specified before one is done. So for any system that has not been updated as thoroughly as you researched things can safely apply the fix I posted and it does not harm anything to include it in our build either.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   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
Me again...Strange thing in category admin panel digidivakathy Photopost Pro How Do I...? 2 July 7th, 2005 06:32 PM
Can't access PP admin panel Floydman Photopost Pro Installation & Upgrades 2 April 28th, 2005 10:37 PM
Cant access the Admin panel bada_bing Photopost Pro Installation & Upgrades 11 April 1st, 2005 03:01 PM
Can't access admin panel after 4.85 upgrade jsnavely Photopost Pro Installation & Upgrades 3 December 17th, 2004 07:39 AM


All times are GMT -5. The time now is 11:34 AM.

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