Page 1 of 1

I cant accsses my admin at all!

Posted: 08 Feb 2008, 20:24
by swamptech
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]

Posted: 08 Feb 2008, 22:28
by mjau-mjau
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?

Posted: 09 Feb 2008, 01:56
by swamptech
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?

Posted: 10 Feb 2008, 01:39
by mjau-mjau
It shouldn't have anything to do with your gallery configuration. Do you have Flash?

Posted: 10 Feb 2008, 16:13
by swamptech
Yes,
Im getting pretty good with it too.
why? Do i need to change one of the .swf's?

Posted: 11 Feb 2008, 03:22
by Nick
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.