Hi,
I have the same problem as Tiago. I am using Ubuntu 12.04.
JasonNugent wrote:Hi Tiago,
Have you looked in your system logs for Apache and PHP to see what the problem is? My first guess is a permissions issue on your cache directory. The web server needs to be able to write files in there, so it (and sub directories) need to be writable by that user.
regards,
Jason
Jason, I have checked the apache2 error log, it says:
[Thu Jul 05 16:35:56 2012] [error] [client 127.0.0.1] ojs2 has produced an error\n Message: WARNING: include(): Failed opening '/var/www/ojs/cache/t_compile/%%7D^7DC^7DC17B21%%install.tpl.php' for inclusion (include_path='.:/var/www/ojs/classes:/var/www/ojs/pages:/var/www/ojs/lib/pkp:/var/www/ojs/lib/pkp/classes:/var/www/ojs/lib/pkp/pages:/var/www/ojs/lib/pkp/lib/adodb:/var/www/ojs/lib/pkp/lib/phputf8:/var/www/ojs/lib/pkp/lib/pqp/classes:/var/www/ojs/lib/pkp/lib/smarty:.:/usr/share/php:/usr/share/pear')\n In file: /var/www/ojs/lib/pkp/lib/smarty/Smarty.class.php\n At line: 1256\n Stacktrace: \n Server info:\n OS: Linux\n PHP Version: 5.3.10-1ubuntu3.2\n Apache Version: Apache/2.2.22 (Ubuntu)\n DB Driver: mysql
I can't find the php error log though. I a newbie in linux and ojs.
pyshen wrote:APC is turned off I think this is turned on by default in Ubuntu also make sure php5-intl is not installed
Psyhen,
what is APC? How do I check php5-intl is installed or not?
Thank you.