[eluser]bdegier[/eluser]
[quote author="Phil Sturgeon" date="1257263928"][quote author="bdegier" date="1257263835"]I've installed this on my local XAMPP server and it keeps spawning these errors:
Quote:A PHP Error was encountered
Severity: 8192
Message: Assigning the return value of new by reference is deprecated
Filename: libraries/Loader.php
Line Number: 414
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\pyrocms\application\libraries\Loader.php:414)
Filename: libraries/Session.php
Line Number: 662
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\pyrocms\application\libraries\Loader.php:414)
Filename: codeigniter/Common.php
Line Number: 360
An Error Was Encountered
Fatal error, is CMS installed?
[/quote]
Two issues here, PyroCMS is currently not getting on so well with PHP 5.3 due to Matchbox replacing the entire Loader.php (which was fixed in CodeIgniter 1.7.2 to support 5.3), AND the installer issue.
Yorick is on the installer, I will try and patch for PHP 5.3 tonight.
Update: Already patched! It was a lot easier than expected. With a manual install and the new codebase, you could be up and running in minutes.[/quote]
What files shoud I replace and where to download?