Hello, i'm having trouble installing this fine gallery. Everytime I go to /admin/install.php I get this error:
<!--QuoteBegin--PhpWebGallery during installation+--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>CITATION (PhpWebGallery during installation)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Fatal error: Cannot instantiate non-existent class: vtemplate in f:\area\users.quickfox.org\~\myusername\gallery\admin\install.php on line 25
then when I open install.php in a text editor it has this for line 25
$vtp = new VTemplate; $handle = $vtp->Open( '../template/default/admin/install.vtp' ); $vtp->setGlobalVar( $handle, 'release', '1.3' );
and then when I follow that path install.vtp is in the directory.
I don't see why it wont install?
I am hosted on a free service that has mysql, PHP4, apache and it is run on windows.
Any help will be great!
I don't think there is any problem with install.vtp but with vtemplate.class.php. Is the error you tell me the only one given by PhpWebGallery ?
Offline