Waspman
Posts: 948
|
| Posted: 11/19/2010, 7:07 AM |
|
Having trouble with includes.
Suddenly getting this from pages that worked before...
Fatal error: Call to a member function Operations() on a non-object in /
I remove the include file from HTML view( I have to remove the reference to it in the code by hand?) and it's fine.
I've done this a 1000 times suddenly starts playing up.
_________________
http://www.waspmedia.co.uk |
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 11/25/2010, 8:28 AM |
|
Hi Waspman,
That message error is familiar to me, that´s because
some object from design view has been removed it and his reference
on the code does not, so obviously when you load the page it gives
this error message.
Remind than when you modify a function from php code it will not auto work
anymore by CSS, you´ll have to develop any line of code there.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|