Strange problem in Php.ini !

Hello,
I have a strange problem in some scripts
When I try to access to this script it says :
Fatal error: Call to a member function on a non-object in /home/USER/public_html/daleel/lib/category.class.php on line 336

and the line 336 in this file is :
return $path . "<----break---->" . $path2 . "<----break---->" . $parents;

I tried to put a php.ini file in the server instead of the one I have now which I was using on the old server and it ran fine, but this file is full of errors so I have to back to my original php.ini with same problem Strange problem in Php.ini !

Which means Iam quite sure its from php.ini file !

Any idea what should I edit in Php.ini ?

Thanks

 

 

 

 

Top