 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
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???
|
| |
March 2nd, 2005, 02:44 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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
|
| |
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 |
| |
March 2nd, 2005, 05:51 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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?
|
| |
March 2nd, 2005, 07:19 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
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
Last edited by Chuck S; March 2nd, 2005 at 07:23 PM.
|
| |
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 |
| |
March 2nd, 2005, 09:38 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
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");
|
| |
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 |
| |
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 |
| |
March 3rd, 2005, 12:08 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
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
|
| |
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??
|
| |
March 3rd, 2005, 03:21 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
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?
|
| |
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.
|
| |
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?? |
| |
March 3rd, 2005, 09:29 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
| |
| |
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. |
| |
March 4th, 2005, 07:38 AM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
Clear all uploads directories of files.
What image processor are you using?
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 01:56 PM. | |