PDA

View Full Version : Error when trying to edit a review (selecting a different catagory)


neilmonk
09-28-2007, 07:00 AM
Hi,

When I'm editing a review, by changing the cat that it is in, and clicking "save changes", I get the following error:

Fatal error: Call to undefined function: success() in /path/to/igamingcms/sources/admin/reviews.class.php on line 215

Any ideas??

danis8
10-17-2007, 07:02 PM
to my it happens to me exactly the same, and the plaintext block in the page does not leave

UnderDog
06-21-2008, 07:43 AM
Good work guys.
I've found the problem and it's an easy fix. Here's how:
Open /path/to/site/sources/admin/reviews.class.php
Go to Line 215
You see : Success("Success | Review has been updated.", "reviews.php");

Change that to : SPMessage("Success | Review has been updated.", "reviews.php");

Done :cool: