Just installed haxigniter to give it a go. Have followed the guided
tour, but after building the project without problems (i get the www
folder with all the files), when I try to access via:
I get the error below. I'm on OS Leopard and XAMPP, PHP 5.3, Apache
2.2.
I've checked the solution it hints, but doesn't seem to be the case.
Please note that I've not added anything myself, it's a default
installation from haxigniter 0.92.
Cheers!
Juan
--
uncaught exception: [haxigniter.server.libraries.Request ->
createController() line 38] controllers.Igniter not found. (Is it
defined in Config.hx and has only the first character Capitalized?)
in file: /Users/juan/projects/igniter/www/lib/haxigniter/server/
libraries/Request.class.php line 14
#0 /Users/juan/projects/igniter/www/lib/haxigniter/server/routing/
DefaultRouter.class.php(11): haxigniter_server_libraries_Request-
>createController('igniter', NULL)
#1 /Users/juan/projects/igniter/www/lib/haxigniter/server/libraries/
Request.class.php(51): haxigniter_server_routing_DefaultRouter-
>createController(Object(config_Config),
Object(haxigniter_common_libraries_ParsedUrl))
#2 /Users/juan/projects/igniter/www/lib/haxigniter/server/
Application.class.php(17): haxigniter_server_libraries_Request-
>execute('localhost/ignit...', 'GET', Object(Hash), NULL, Array)
#3 /Users/juan/projects/igniter/www/lib/MyController.class.php(50):
haxigniter_server_Application::run(Object(config_Config), NULL)
#4 /Users/juan/projects/igniter/www/index.php(9): MyController::main()
#5 {main}
Can you roughly point me out in the right direction to make that
change? I think it's well worth implementing for flexibility.
If I get it right and you are interested I can send you the patch.
Cheers!
Juan
--
Juan Delgado - Zárate
http://zarate.tv
http://blog.zarate.tv
Still haven't been able to make it work. Changed my htdocs path to the
www folder, tried access via
And nothing on the browser. Taking a look to Apache logs:
[Tue Mar 16 07:29:52 2010] [notice] child pid 2488 exit signal Bus error (10)
Tried to raise PHP error level to ALL but didn't manage to get any
more info, I'm afraid.
Couldn't make it work in a folder either tweaking the values in
Config.hx, always getting the original error :/
Any help appreciated.
Thanks,
Juan
Couldn't make it work in a folder either tweaking the values in
Config.hx, always getting the original error :/
In the browser I see nothing. Google Chrome says:
Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.
in Apache logs I get this:
[notice] child pid 2488 exit signal Bus error (10)
This is a clean haxigniter installation, pointing htdocs to the www
folder, in OS X, using XAMPP (PHP 5.3, Apache 2.2). Also modified
php.ini to E_ALL but still got nothing.
I don't think it's even making it to the PHP interpreter, it looks
like some big error for Apache itself.
I'm going to switch to Linux and try there from scratch to see if
there's any difference.
I'll let you know.
J
--
No write permissions in www/runtime/*
I'd add a note about it on the Quick Start or the Guided Tour.
Likewise add another note (or emphasize) that by default haxigniter
expects to run on the root of the server and a quick link on how to
change that on Config.hx.
Cool, finally can start messing around : )
Cheers,
Juan