|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Mar 2007
8 posts
Gave thanks: 1
Thanked 0 times
|
Wordpress Flickr Photo Album
I recently moved to Surpass, and am having only one trouble.
The gallery refuses to work http://aliciagoestotokyo.com/index.php/gallery/ I looked at the error and came to http://flickr.com/groups/tantannoodl...to+open+stream here is the release discussion And changed "fs" to "db" in lib.flickr.php. I don't know what else to do, this used to work on my old host. Wondering if its something in executing php, or with read/write rights Last edited by yogi183; March 8th, 2007 at 5:21 AM.. |
|
|
|
|
|
#2 (permalink) |
|
Skittles
Super #1
Joined in Aug 2004
Lives in a space ship
Hosted on dedi
6,816 posts
Gave thanks: 101
Thanked 199 times
|
Since the server is running with phpsuexec, you don't need (and can't have) the higher permissions on files, or they won't work. Ream more on how to work with it here: http://wiki.surpasshosting.com/index...itle=Phpsuexec
__________________
Mountain Dew Knight
People should not be afraid of their governments. Governments should be afraid of their people. |
|
|
|
| This user thanks DewKnight for this great post! | yogi183 (March 9th, 2007) |
|
|
#4 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Mar 2007
8 posts
Gave thanks: 1
Thanked 0 times
|
so i chmodded back to 755 and added a php.ini with register_globals=on in it.
This removed one of the errors, i would really appreciate it if someone could shed some more light on how the fix the other 2. Thanks |
|
|
|
|
|
#5 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
|
Double check the folder permissions on all the folders within the g2data folder, including all cache folders. (755 drwxr-xr-x). If still a problem post lines 25-40 (includes line 34 causing the error) of your themes/light-10/photos.php file.
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
#6 (permalink) | |
|
Registered User
Fresh Surpasser
Joined in Mar 2007
8 posts
Gave thanks: 1
Thanked 0 times
|
chmodded all subfolders and files.
Quote:
Last edited by yogi183; March 9th, 2007 at 12:50 AM.. |
|
|
|
|
|
|
#7 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
|
insert before line 34:
Code:
echo "photoTemplate is $photoTemplate<br>include is ".$SilasFlickrPlugin->getDisplayTemplate($photoTemplate); exit; You can then see if you have the file and the path is correct.
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Mar 2007
8 posts
Gave thanks: 1
Thanked 0 times
|
alright added that, its correct
http://aliciagoestotokyo.com/index.php/gallery/ is this the thing thats giving me trouble? (include_path='.:/usr/lib/php') |
|
|
|
|
|
#9 (permalink) | |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
|
Quote:
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|