solved PHP ERROR LOG

amwproductions
@amwproductions
9 years ago
185 posts
Hello i become this errors on PHP Error Log https://www.r-m-n.com/core/php_error_log

[01-Feb-2015 13:54:52 Europe/Dublin] PHP Notice: Undefined index: option in /home/rmncom/public_html/modules/jrGoogleAnalytics/include.php on line 115 [x 4]

[01-Feb-2015 14:59:52 Europe/Dublin] PHP Strict Standards: Only variables should be passed by reference in /home/rmncom/public_html/modules/jrMarket-release-1.2.11/index.php on line 2274 [x 4]

[04-Feb-2015 11:57:35 Europe/Dublin] PHP Strict Standards: Only variables should be passed by reference in /home/rmncom/public_html/modules/jrPrivateNote-release-1.3.1/include.php on line 122 [x 3]

[05-Feb-2015 05:05:15 UTC] PHP Fatal error: Call to undefined function mysqli_init() in /home/rmncom/public_html/modules/jrCore-release-5.2.22/lib/mysql.php on line 162 [x 1]

[05-Feb-2015 08:26:52 UTC] PHP Fatal error: Out of memory (allocated 1835008) (tried to allocate 49152 bytes) in /home/rmncom/public_html/modules/jrCore-release-5.2.22/lib/smarty.php on line 2312 [x 1]

[07-Feb-2015 07:45:49 UTC] PHP Fatal error: Out of memory (allocated 9699328) (tried to allocate 35799 bytes) in /home/rmncom/public_html/modules/jrCore-release-5.2.22/include.php on line 399 [x 1]

[10-Feb-2015 03:26:31 Europe/Dublin] PHP Fatal error: Call to undefined function jrForum_get_user_signature() in /home/rmncom/public_html/modules/jrForum-release-1.5.1/profile.php on line 1201 [x 2]

[11-Feb-2015 19:54:23 Europe/Dublin] PHP Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/rmncom/public_html/data/cache/jrCore/75d55ea98703180bf55527a8885dac43.tpl" on line 113 "@{$item.profile_url} • {$item._created|jrCore_date_format:"relative"}{if jrUser_is_logged_in() && $_user._user_id != $item._user_id && $item.action_shared_by_user != '1'} • {jrCore_lang module="jrAction" id="10" default="Share This"}{/if} {if $_post.module_url == $_user.profile_url && $item.action_shared_by_user == '1'} •
updated by @amwproductions: 03/28/15 12:41:04PM
brian
@brian
9 years ago
10,148 posts
Your PHP does not have the required MySQLi functions:

Quote:
PHP Fatal error: Call to undefined function mysqli_init()

You need to make sure your PHP has MySQLi installed.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

updated by @brian: 10/28/15 06:53:21AM
amwproductions
@amwproductions
9 years ago
185 posts
Hello is installed
updated by @amwproductions: 02/25/15 11:39:27AM
brian
@brian
9 years ago
10,148 posts
amwproductions:
Hello is installed

The you should never see this:

Quote:
PHP Fatal error: Call to undefined function mysqli_init()

So something is not working or broke in your PHP install. If you've just checked it, you'll need to restart your web server.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
amwproductions
@amwproductions
9 years ago
185 posts
Thank you we check it out

Tags