Search…

X3 Photo Gallery Support Forums

Search…
 
Darvin
Topic Author
Posts: 1
Joined: 13 Mar 2008, 17:53

not running after uploading

13 Mar 2008, 18:02

Hi,

I have unpacked and uploaded all files to my server but Imagevue isn't running. I'm getting this error:
Warning: parse_ini_file(config.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in /srv/www/vhosts/die-furien.de/httpdocs/paddy/gallery/include/Config.class.php on line 146
Same error when I'm trying to access the admin dir:
Warning: parse_ini_file(adminconfig.ini) [function.parse-ini-file]: failed to open stream: No such file or directory in /srv/www/vhosts/die-furien.de/httpdocs/paddy/gallery/include/Config.class.php on line 146
I can also see some errors in my apache error log:
[Thu Mar 13 22:37:36 2008] [error] [client 85.177.98.214] File does not exist: /srv/www/vhosts/die-furien.de/httpdocs/paddy/gallery/undefinedgetconfig.undefined, referer: http://www.die-furien.de/paddy/gallery/imagevue.swf
[Thu Mar 13 22:51:58 2008] [error] [client 85.177.98.214] File does not exist: /srv/www/vhosts/die-furien.de/httpdocs/paddy/gallery/undefinedgetconfig.undefined, referer: http://www.die-furien.de/paddy/gallery/imagevue.swf
All permissions has been set and I don't have an idea what's the problem here. Also the files are in place:
s15224155:/srv/www/vhosts/die-furien.de/httpdocs/paddy/gallery # ls -la config.ini
-rw-r--r-- 1 ftp01 psacln 1929 Mar 13 22:31 config.ini
s15224155:/srv/www/vhosts/die-furien.de/httpdocs/paddy/gallery # ls -la admin/adminconfig.ini
-rw-r--r-- 1 ftp01 psacln 376 Mar 13 22:07 admin/adminconfig.ini
You can check my installation here: http://www.die-furien.de/paddy/gallery/

I'm running Apache 2.0.53 with PHP 5.2.3 ... http://www.die-furien.de/info.php
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

19 Mar 2008, 04:02

Hmm thats kinda stupid, looks like it cant open config file but im not sure why, file is obviously there http://www.die-furien.de/paddy/gallery/config.ini could you please pm me your ftp l/p and i'll take a look. Bet its something obvious. Thanks.
firedev.com
 
kess
Posts: 3
Joined: 29 Mar 2008, 12:50

30 Mar 2008, 07:51

I've exactly the same problem. All test pass, but gallery is not works. And my error log show entry like this:
Code
[Sun Mar 30 06:42:09 2008] [error] [client 153.238.00.61] File does not exist: /home/woreka92/public_html/500.shtml
[Sun Mar 30 06:42:09 2008] [error] [client 153.238.00.61] Premature end of script headers: /home/woreka92/public_html/gallery/index.php
and in my viewer show me massage:
Code
Warning: require_once(include/Config.class.php) [function.require-once]: failed to open stream: No such file or directory in /home/woreka92/public_html/gallery/upload/index.php on line 9

Fatal error: require_once() [function.require]: Failed opening required 'include/Config.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/woreka92/public_html/gallery/upload/index.php on line 9



I don't understand why. help?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

31 Mar 2008, 03:20

It would GREATLY help if anyone supply their ftp login and password in private message to me so I could check it directly on server in question. Thank you.
firedev.com
 
User avatar
nomadic
Posts: 18
Joined: 14 Mar 2008, 09:50

01 Apr 2008, 03:04

You must to edit all including in php files: simply add Document Root:
<$_SERVER['DOCUMENT_ROOT']> (e.g. include($_SERVER['DOCUMENT_ROOT'].'/gallery/include/Config.class.php');).
 
kess
Posts: 3
Joined: 29 Mar 2008, 12:50

03 Apr 2008, 08:51

Ok it's works now. But the problem was simpliest than i expect. Server changed letters to small. stupid thing...