PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Errors with VB 3.0.7 (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113240-errors-vbulletin-3-0-7-a.html)

rex_b April 1st, 2005 10:14 AM

Errors with VB 3.0.7
 
Getting this:

Code:

Content visible to verified customers only.
I'm assuming it's not finding my forum's global.php ? But why?

rex_b April 1st, 2005 10:16 AM

nevermind found the problem.

but does anyone know where to find the spot to change the image structure?

rex_b April 1st, 2005 10:20 AM

And also when I admin login it just loops me back to the gallery/index.php screen

rex_b April 1st, 2005 10:38 AM

Ok I finally figured out the admin area problem but I still need to change the path to my VB image files. its going gallery/images instead of forum/images

ats April 1st, 2005 10:43 AM

sure would be nice if you stated what the problem was, others are having this problem too, including me!

rex_b April 1st, 2005 10:49 AM

which problem is that? I've had a few. LOL

Chuck S April 1st, 2005 10:51 AM

I am running a stock photopost with vb on my site as well as we run one here on photopost with no issue.

You have a url to your install?

rex_b April 1st, 2005 10:57 AM

Well now I'm having problems uploading too .. LOL

www.cruiselineforums.com/gallery/

ats April 1st, 2005 10:58 AM

I get the original first error you had:


Warning: main(./global.php): failed to open stream: No such file or directory in /home/wildonkc/public_html/photopost/header-inc.php on line 62

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/wildonkc/public_html/photopost/header-inc.php on line 62

rex_b April 1st, 2005 11:01 AM

Quote:

Originally Posted by ats
I get the original first error you had:


Warning: main(./global.php): failed to open stream: No such file or directory in /home/wildonkc/public_html/photopost/header-inc.php on line 62

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/wildonkc/public_html/photopost/header-inc.php on line 62

look in the config-int.php you will see the problem.

ats April 1st, 2005 11:06 AM

All my settings are correct, all my paths are correct in config-int.php, not sure what I should be looking at, as it seems to be all correct.

rex_b April 1st, 2005 11:09 AM

this has to be wrong: $vbpath search for that in the config-int.php

ats April 1st, 2005 11:13 AM

ooopsss....lol, found it!

ats April 1st, 2005 11:13 AM

Thanks, totally missed it the first time

rex_b April 1st, 2005 11:14 AM

when uploading I get this error:

Code:

Content visible to verified customers only.
I'm using gd2

rex_b April 1st, 2005 11:16 AM

and fixed. Damn thing never saved my settings from install.

rex_b April 1st, 2005 11:18 AM

Well now when I process the image I get this.. ugh

Quote:

Warning: imagejpeg(): Unable to open '/home2/speedpro/public_html/gallery/data/500/medium/carkit10.jpg' for writing in home2speedpropublic_htmlgalleryimage-inc.php on line 121

Warning: filesize(): Stat failed for /home2/speedpro/public_html/gallery/data/500/medium/carkit10.jpg (errno=2 - No such file or directory) in home2speedpropublic_htmlgalleryimage-inc.php on line 591

Warning: fread(): supplied argument is not a valid stream resource in home2speedpropublic_htmlgalleryimage-inc.php on line 591

Chuck S April 1st, 2005 11:44 AM

1. Your using a custom style we dont autorewrite those urls you will need to edit that style and under image paths make them full urls or prepend your /forums etc to the paths

2. Check your data directory permissions. All data directories per the installation instructions need to be 777. Not just the main data but all directories underneath.

rex_b April 1st, 2005 02:38 PM

Quote:

Originally Posted by omegatron
1. Your using a custom style we dont autorewrite those urls you will need to edit that style and under image paths make them full urls or prepend your /forums etc to the paths

2. Check your data directory permissions. All data directories per the installation instructions need to be 777. Not just the main data but all directories underneath.


I fixed number 2, but having problems with number 1

Chuck S April 1st, 2005 02:45 PM

In your VB3 admin for that style in the general overall settings where the image paths are defined make them full urls or add your forums directory name in front


All times are GMT -5. The time now is 05:08 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97