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 March 2nd, 2005, 02:39 PM   #1 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
A strange navbar problem

I have read through ever faq and searched every post to find my problem...but cant find my answer anywhere.

For some strange reason my navbar extends outside of the standard vb width. Easier for you to see here......

My photos

Anyone, got any ideas???
thevenue is offline   Reply With Quote
Old March 2nd, 2005, 02:44 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Download the pp5 update which has alot of enhancements and you will get rid of the errors on top of yourpage and we can see whats wrong after that
__________________
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 March 2nd, 2005, 03:01 PM   #3 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
Ok will go do that now....didn't realise there was an update

The errors at the top I thought was due to there being no pix uploaded as of yet.

Will go upgrade now.

thanx
thevenue is offline   Reply With Quote
Old March 2nd, 2005, 05:48 PM   #4 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
Ok have done the upgrade...but still having the same problem......just noticed it wont even allow me to upload....starts but never reloads properly
thevenue is offline   Reply With Quote
Old March 2nd, 2005, 05:51 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
It would help if you ran the upgrade script

http://www.globalclubland.com/photopost/

Now go ahead and try things out
__________________
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 March 2nd, 2005, 06:34 PM   #6 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
I did try to upgrade, but it went wrong.....so as I've only just aquired this software and hadn't uploaded pic's yet...i just reinstalled the latest....obviously not quite right!!

So now my navbar problem has gone...but it still wont complete an upload of images

Seems to start then the page says done....but only the top part shows


Oh and would it be wise to remove the upgrade.php file?
thevenue is offline   Reply With Quote
Old March 2nd, 2005, 07:19 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Yep remove the upgrade file

You turned off all integration?

I registered a name since you did not post any errors or anything for me to assist you with but you have moderation turned on so I cant test uploads

I would take a guess that maybe your data path is missing a closing / on the end

It there is not a closing / on the end of your data server path go ahead and add one
__________________
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; March 2nd, 2005 at 07:23 PM.
Chuck S is offline   Reply With Quote
Old March 2nd, 2005, 09:26 PM   #8 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
Ok, your username has been sorted and the gallery is now integrated. Seams the only problem is the uploading of pix.

Not sure exactly where you mean for the '/' to go??

Tried putting them here and there but nothing improves...tried it with every address finishing with a '/', but still no joy. I just know this will be something stupid!!

Thanks in advance
thevenue is offline   Reply With Quote
Old March 2nd, 2005, 09:38 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Looks to me like a php memory error

The script craps out after upload

in bulkupload.php find this

ini_set("max_execution_time", 0);

add this

ini_set("memory_limit", "24M");
__________________
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 March 3rd, 2005, 05:10 AM   #10 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
do I add it before or after? Or replace it with


I feel I'm being a right pain, I do appologise
thevenue is offline   Reply With Quote
Old March 3rd, 2005, 10:22 AM   #11 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
Ok...I tried inserting that code, before, after and replaced...but all it does is make the page white screen before where it crashed before
thevenue is offline   Reply With Quote
Old March 3rd, 2005, 12:08 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
If you added just this line there should be no white page if the script is edited right

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

Try again you can place it above or below the line I stated above. It really doesnt matter. Its a simple global php override to set the memory limit higher in php scripts
__________________
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 March 3rd, 2005, 03:20 PM   #13 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
Have installed that line of code and still getting the same problem of the script crashing during upload.

Heres the top section on the bulkupload.php file.....

Quote:
// //
// PhotoPost Copyright 2005, All Enthusiast, Inc. //
////////////////////////////////////////////////////////////////////////////

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

require "pp-inc.php";
require "{$Globals['PP_PATH']}/image-inc.php";

$gologin=0; $User['nopost']=0;

authenticate();
Do you want me to make your user name temporary admin??
thevenue is offline   Reply With Quote
Old March 3rd, 2005, 03:21 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
If all your doing is adding this line


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

I dont see how that can make the script bomb

I would think it would have to be what your editing the file with maybe?
__________________
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 March 3rd, 2005, 03:44 PM   #15 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
I use wordpad to do all my editing in php files, never had a problem with any of the altered/hacked files I've done in vBulletin. Why is there something you would recomend using instead?

I bet I'm getting on your nerves now, sorry

Last edited by thevenue; March 3rd, 2005 at 03:46 PM.
thevenue is offline   Reply With Quote
Old March 3rd, 2005, 04:25 PM   #16 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
What I have noticed is this at the top of the photopost admin screen....

"PhotoPost 4.86 vB3 Enhanced version Now Available!"

Is that right?? Surely I am running the latest version??
thevenue is offline   Reply With Quote
Old March 3rd, 2005, 08:43 PM   #17 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
Ok totaly removed and fresh installed with a new database....now it goets further with error messages.

http://www.globalclubland.net/photopost.index.php

thevenue is offline   Reply With Quote
Old March 3rd, 2005, 09:29 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
http://www.globalclubland.net/photopost/index.php

Looks fine to me

You have a bad link above
__________________
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 March 4th, 2005, 04:38 AM   #19 (permalink)
Registered User
 
Join Date: Mar 2005
Location: Leicester UK
Posts: 20
It's when I try and upload pic's....still crashing during the upload script?? But it now shows errors.
thevenue is offline   Reply With Quote
Old March 4th, 2005, 07:38 AM   #20 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,070
Clear all uploads directories of files.

What image processor are you using?
__________________
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
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
Strange problem with catagories and viewing pictures Sickboy Installs and Upgrade - vBulletin 3.5.X 2 October 7th, 2005 01:56 AM
Very strange problem glorify Installs and Upgrade - vBulletin 3.5.X 1 August 28th, 2005 01:22 PM
Strange problem after upgrade DKNY Photopost Pro Installation & Upgrades 2 June 18th, 2005 07:34 AM
navbar problem imported_axi Installs and Upgrade - vBulletin 3.0.X 13 March 21st, 2005 01:41 PM
strange problem after windows php upgrade / admin panel access vwsport.com Photopost Pro Installation & Upgrades 8 December 27th, 2004 10:26 AM


All times are GMT -5. The time now is 01:56 PM.

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