Search…

X3 Photo Gallery Support Forums

Search…
 
stefanie.wodtke
Topic Author
Posts: 2
Joined: 26 Aug 2009, 20:55

Setup problems

26 Aug 2009, 21:01

hey! I was trying to setup imagevuex second version.
but i cannot log in. everytime i am trying to log in:
www.stefanie-wodtke.de/photography/imagevue
(photography is the new name of the folder i downloaded)

its popping up this message:

<?php
define('IV_PATH', 'imagevue/');

if (!session_id()) {
session_start();
}

include_once(IV_PATH . 'common.inc.php');
include_once(IV_PATH . 'config.inc.php');
require_once(IV_PATH . 'include/ivControllerFront.class.php');

ivAuth::authenticateByCookie();

if(1 == count($_GET) && '' == reset($_GET)) {
$_GET['p'] = 'html';
$_GET['path'] = urldecode($_SERVER['QUERY_STRING']);
$_REQUEST['path'] = urldecode($_SERVER['QUERY_STRING']);
}

$frontController = new ivControllerFront();
ivPool::set('frontController', $frontController);
$frontController->dispatch(dirname(__FILE__) . DIRECTORY_SEPARATOR . IV_PATH);
?>

i dont know whats going on or what i am doing wrong... :cry:

can you help me out pls?!

thanks!
stefanie
 
jacobholm
Posts: 12
Joined: 27 Aug 2009, 08:57

27 Aug 2009, 09:19

It might look like your server does not support php?
 
stefanie.wodtke
Topic Author
Posts: 2
Joined: 26 Aug 2009, 20:55

27 Aug 2009, 09:26

jacobholm wrote:It might look like your server does not support php?
You might be right, this is what the imagevue-team wrote me back as well.
They told me to contact the support and ask to enable php.

So I hope that they will be able to help me out.

Thanks for your answer ;-)
 
jacobholm
Posts: 12
Joined: 27 Aug 2009, 08:57

27 Aug 2009, 10:16

No problem =)

there is a test.zip in the requirements section of the site: https://www.photo.gallery/imagevue/requirements

If you upload this to your site, you can run some checks on the server, if it has php support etc.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

27 Aug 2009, 12:26

As I mentioned in email, this server just do not support php.

Glad you have it resolved by now.
firedev.com