Page 1 of 1

CGBlog 1.10.3 – issue with automatic generated URL's

Posted: Sun Sep 15, 2013 11:13 am
by osxfil
Hi,
i have issue with creating new entries with CGBlog (running on CMSMS 1.11.8 ). Field for automatic created URL contains error message while generating URL:

Code: Select all

<br /><b>Warning</b>:  error_log() has been disabled for security reasons in <b>/home/www/bocekmedia.net/subdomains/develop/lib/misc.functions.php</b> on line <b>557</b><br /><br /><b>Warning</b>:  error_log() has been disabled for security reasons in <b>/home/www/bocekmedia.net/subdomains/develop/lib/misc.functions.php</b> on line <b>557</b><br />lexikon/2013/09/abe-99
This issue was appears after moving the site from localhost to webhosting.

Re: CGBlog 1.10.3 – issue with automatic generated URL's

Posted: Sun Sep 15, 2013 11:38 am
by Jo Morg
Your host provider must have one or more php functions disabled on php.ini.

In order to eliminate this one in particular you need to do one of the following things:
  • - Remove the error_log string from the disable_functions at php.ini file;
  • - Ask your hosting provider to remove the string above if you don't have an access to the php.ini file;
HTH