Support Forum
the notice is irrelevant...
as I said earlier, you will run across some more of these stupid things caused by php 5.4 changes... we are fixing as they come up... next release will have the vast majority if not all fixed... if you want to fix them as you come across them, you can do manually.
line 162, in referenced file, change
$cnt = '';
to
$cnt = new stdClass();
this will be a recurring theme... php 5.4 now wants any object initialized with new stdClass()...
Visit Cruise Talk Central and Mr Papa's World
Neverending story...
Now the most "trendy" message is:
file: /simple-press/forum/content/classes/sp-member-view-class.php<br />line: 307<br />function: sp_memberslist_query<br />Warning | Creating default object from empty value
again around 20 logs per second, but in forum only few visitor, by now, so some hundred of logs.
Any patch to fix also this one?
Thanks in advance
Hakuna Matata
I activated the admin bar (very useful) and added some error log, not too many, only FYI
file: -storage/path/to/wp-installation/wp-content/sp-resources/forum-plugins/admin-bar/library/sp-admin-bar-components.php<br />line: 229<br />function: sp_GetWaitingUrl<br />Warning | Creating default object from empty value
Hakuna Matata
yeah, its already fixed in the plugin... just havent released an update to it... couple other plugins have similar fixes in them...
maybe this weekend... slammed at work right now working 7 days a week...
Visit Cruise Talk Central and Mr Papa's World
btw.. missed you earlier... was fixed with
$m[$ugidx] = new stdClass();
at line 303... but yeah, not going to post all these special tweaks for the new php 5.4... be here a while...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)