Thread Starter
frizi
(@frizi)
Well, kind of
if(function_exists(qtrans_convertURL)){
$form_action_url = qtrans_convertURL($_SERVER[‘REQUEST_URI’]);
}
Sorry, I’ve forgot to mention that. Yes, it was the line with the last else{} that function just at the start to avoid missing initialization.
It’s a latest php 5.4 version thing. Add this line to Magic field’s RCCWP_Menu.php and the problem will be solved:
if( !is_object( $result ) ) { $result = new StdClass; }