See repository/logs/error.log for the last error message and paste it here.
Here is a small tip on how we can find out if our inner.php file is working properly! Check the following urls ... Administration area: http://www.example.com/estia/inner.php/user/Front-end area:http://www.example.com/inner.php/user/In case that you see a blank or 404 error page then your inner.php don't work! Check the instructions as Datahell mentioned above : https://forum.elxis.org/index.php?topic=7032.msg46547#msg46547
[2012-09-24 16:46:33] ERROR in file D:\Server\www\projects\cms\elxis\modules\mod_content\mod_content.php line 24Call-time pass-by-reference has been removed
You are using php 5.4.x, pass by reference has been deprecated. Sorry for this, I will fix it and re-update Elxis 4.0 release later (I will be offline for a while).Till then, here is the fix (tell me if it worked):Open modules/mod_content/mod_content.phpGo to line 24Change this:$ePlugin->process(&$row);to this:$ePlugin->process($row);
Quote from: datahell on September 24, 2012, 20:19:57You are using php 5.4.x, pass by reference has been deprecated. Sorry for this, I will fix it and re-update Elxis 4.0 release later (I will be offline for a while).Till then, here is the fix (tell me if it worked):Open modules/mod_content/mod_content.phpGo to line 24Change this:$ePlugin->process(&$row);to this:$ePlugin->process($row);That fixed it for me too, thanks datahell!
I have no problem with aphrodite installationThe last installation Nautilus is not clearwith te file repertory repository, and no multilingualMy phpinfo...
Those having problems on local installation must post an error message in order to understand whats happening. If Elxis error.log is empty see your web server's error log!