elkuku / EasyCreator

EasyCreator helps creating extensions for the Joomla! CMS
http://extensions.joomla.org/extensions/miscellaneous/development/5908
50 stars 23 forks source link

Blank admin page after install Joomla 2.5.1 #1

Closed DerekBuntin closed 12 years ago

DerekBuntin commented 12 years ago

After installing Easy Creator we get presented with a blank screen, the error is:

Fatal error: Class 'EcrEasycreator' not found in /xxx/administrator/components/com_easycreator/includes/functions.php on line 81

elkuku commented 12 years ago

Huh - that's a pretty bad error... Seems that my new shiny autoloader does not work as expected :(

Could you please provide some information about your system ? as much as possible.

elkuku commented 12 years ago

OK - I found the bug - I should do some more testing I think...

The reason is the good "old" PHP 5.2 - works fine in PHP 5.3

Please grab the version 0.0.15.1 from the download page, sorry for inconvenience.

Thanks a lot for reporting this bug.

Happy coding, Nikolai

DerekBuntin commented 12 years ago

Yeah seems to be the auto loading of classes that's the issue, i also seen this when trying to include the dompdf library, which incidentally worked fine on version 1.7.

Thanks for the update I'll download and try now ;-)

Thanks

Derek