Website baker - php unzip error
Har installeret http://www.websitebaker.org/ (CMS).Når jeg prøver at installere et template (stylesheet), får jeg følgende fejl:
Warning: main(C:\Inetpub\wwwroot\Sites\minside.dk/temp/unzip/info.php) [function.main]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\Sites\minside.dk\admin\templates\install.php on line 61
Fatal error: main() [function.require]: Failed opening required 'C:\Inetpub\wwwroot\Sites\minside.dk/temp/unzip/info.php' (include_path='.;C:\PHP\pear') in C:\Inetpub\wwwroot\Sites\minside.dk\admin\templates\install.php on line 61
install.php linie lyder:
require($temp_unzip.'info.php');
$temp_unzip = WB_PATH.'/temp/unzip/';
I min /temp/ har jeg ikke mappen /unzip, da den ikke fulgte med. Skal jeg have /unzip i c:\php\pear eller hvori ligger fejlen?
