2013-08-14

I am trying to install this open source system called 'cultbook' onto my xampp server. Ive placed the necessary directory under htdocs as instructed. But when I try to load the page, it gives me the following error:

Fatal error: Cannot re-assign auto-global variable _POST in C:\xampp\htdocs\cultbooking\Sessionmaincomponent\cultbooking.maincomponentNS.maincomponentImpl.class.php on line 242

When I open the file and check the message on like 242, this is what it says (under php tags):

public function BookingMessage($_POST,$hoteldescarr,$lang,$customarr)

Can some one give me clues as to what might be the problem and how do I solve it? Thanks.

Show more