Topic: Can go to Admin Page after Install
Can go to Admin Page after Install
Hi all,
i want to try JakCMS,
i already success with installation. After i create admin, delete install folder, then i go to admin login page. But after i put my admin user and pass, it come to admin control panel for a glance, and then it blank with error:
Fatal error: Call to undefined function curl_init() in /home/sloki/user/k3859324/sites/test.manuskrip.com/
www/admin/include/admin.function.php on line 839
Why this happen??? Help me~
Hi and welcome,
This error is very rare, that's happen because your server don't allow load_file and does not have curl.
You can easy remove this error with following change:
Find in admin/index.php:
$jakcurlxml = jak_load_xml_from_url('http://version.jakcms.com/jakcms.xml');
Replace with:
$jakcurlxml = @jak_load_xml_from_url('http://version.jakcms.com/jakcms.xml');
or just download this index.php file and replace the existing index.php file in the admin directory.
Thank you for reporting this error, it will be standard in the next version.
JAKCMS - Content Management System (CMS) PHP, MySQL and HTML







