here is something wrong with the code itself.
Go to C:\xampp\htdocs\libraries\joomla\utilities\date.php
Line 52 creates a function called __construct. Notice how the underscore is too long. Highlight part of it and you'll see that it's actually two underscores. This is a mistake. Highlight one of the underscores and delete it. You should end up with _construct. Notice how the underscore is shorter?
Now save and reload.
Happy coding!!!
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment