We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

WARNING in member search on clean installation | Forum

Cesare
Cesare Feb 5 '15
I'm just noticed that oxwall trigger a warning on the member search page on a clean installation, for what I've seen apparently the issue comes from circular reference in MainSearchForm class, but it can be somewhere else :)
Attachments:
  Screen Shot 2015-02-05 at 18.17.31.png (2338Kb)
ross Team
ross Feb 5 '15
Please do not enable profiler and debug mode at the same time or dev mode, only one at a time. 


Disable profiler, and see if the issue persists. 

Cesare
Cesare Feb 6 '15
Confirmed, it happens only when when debug mode is combined with the profiler ... I didn't know it :)
Ha, by the way, searching a bit deeper apparently the php serialize method supports circular references
The Forum post is edited by Cesare Feb 6 '15
ross Team
ross Feb 6 '15
Yes, some of the plugins does circular reference at the time when profiler is trying to write the logs and can't 


To hide these errors you can do the following


in ow_core/application.php file, line 587: 

before var_export, put @


do the same on line 642 and 719.