That did the trick. Thank you.
I just added /include like this:
include("/var/www/vhosts/mydomain.com/httpdocs/include/vshare.php");
So i finally got to see the login page.
It didn't take my admin details so I checked the DB tables, and there were none...
So, I started from scratch with domain.com/install
and ended up with no tables anyway.
Here is the errorlog:
Code:
[client xxx.xxx.xxx.xxx] PHP Notice: Undefined variable: location in /var/www/vhosts/mydomain.com/httpdocs/install/database.tpl on line 5, referer: http://www.mydomain.com/install/index.php
[client xxx.xxx.xxx.xxx] PHP Fatal error: Class 'stemplate' not found in /var/www/vhosts/mydomain.com/httpdocs/admin/index.php on line 29, referer: http://www.mydomain.com/install/create_tables.php
[client xxx.xxx.xxx.xxx] PHP Fatal error: Call to a member function getarray() on a non-object in /var/www/vhosts/mydomain.com/httpdocs/index.php on line 11
is there more places for me to change ?
I noticed create_tables.php is encrypted so i couldn't do anything there...
Bookmarks