Open interlan opened 11 years ago
I was not able to repeat your error. Can you try to navigate directly to localhost/42cms/install/index.php (or where you have located install/index.php)? You can also try removing (or renaming) .htaccess file during installation.
Going right to index.php (either by 42cms.loc/install/index.php or by localhost/42cms/install/index.php) the browser asks what to do with the file index.php. I RENAMED .htaccess and the installation went on without any hiccup BUT when finished it could not find 42cms.loc/members. I restored back .htaccess and AFTER I commented out the first line (AddType ...) it accessed the login screen (with a warning :Creating default object from empty value in E:\wamp\www\42cms\index.php on line 327). Anyway, now I can login and access the dashboard. I will keep tesing it. Thanks for the time taken to build it and answer me
Petros
That error on line 327 can be probably fixed by adding folloving code in line 326: $partConfig=new stdClass();
Thanks for trying it. If you will need something else, please ask.
Windows XP, wamp server, root e:\wamp\www, virtual host 42cms.loc with URL -> 42cms.loc/install gives out The requested URL /42cms/install/index/php was not found on this server. (tried alse RewriteBase / in .htaccess).
Thanks
Petros