Search…

X3 Photo Gallery Support Forums

Search…
 
swamptech
Topic Author
Posts: 10
Joined: 08 Feb 2008, 20:18

I cant accsses my admin at all!

08 Feb 2008, 20:24

http://www.franksenergy.com/franks_gallery/
is the gallery i am doing.
when i go to:
http://www.franksenergy.com/franks_gallery/admin/
I get a blank white page with:

Warning: main(../../upload/include/version.inc.php): failed to open stream: No such file or directory in /var/www/vhosts/franksenergy.com/httpdocs/franks_gallery/admin/index.php on line 7
Warning: main(../../upload/include/version.inc.php): failed to open stream: No such file or directory in /var/www/vhosts/franksenergy.com/httpdocs/franks_gallery/admin/index.php on line 7
Warning: main(): Failed opening '../../upload/include/version.inc.php' for inclusion (include_path='.:.:') in /var/www/vhosts/franksenergy.com/httpdocs/franks_gallery/admin/index.php on line 7
Warning: main(../../upload/include/Config.class.php): failed to open stream: No such file or directory in /var/www/vhosts/franksenergy.com/httpdocs/franks_gallery/admin/index.php on line 8
Fatal error: main(): Failed opening required '../../upload/include/Config.class.php' (include_path='.:.:') in /var/www/vhosts/franksenergy.com/httpdocs/franks_gallery/admin/index.php on line 8


WHATS UP WITH THAT? Anybody know what im doing wrong? My folders is named admin/ on the server.

[/url]
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

08 Feb 2008, 22:28

For some reason, your admin is trying to include files
Code
../../upload/include/version.inc.php
instead of:
Code
../upload/include/version.inc.php
Did you change anything?
 
swamptech
Topic Author
Posts: 10
Joined: 08 Feb 2008, 20:18

09 Feb 2008, 01:56

I followed the page on:
https://www.photo.gallery/support/docs/189
on "Integrating imageVue with a HTML site"
and changed it like it said:
globalpath = imagevue/
but then when i released that this was the only thing i changed besides colors and stuff in the config file i changed it back to the original line:
globalpath=http://127.0.0.1/imagevue/dev/
Is this right?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

10 Feb 2008, 01:39

It shouldn't have anything to do with your gallery configuration. Do you have Flash?
 
swamptech
Topic Author
Posts: 10
Joined: 08 Feb 2008, 20:18

10 Feb 2008, 16:13

Yes,
Im getting pretty good with it too.
why? Do i need to change one of the .swf's?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

11 Feb 2008, 03:22

Looks like files been edited in some way. re-upload then we'll check. it tries to access ../../upload/ dir instead or franks_gallery/. actually the orignal file looks like this:
Code
require_once('../include/Config.class.php');
There is no word 'upload', and nothing is being repeated twice either.
firedev.com