Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Problems with server deployment
  • I am having problem installing fuelphp app on a clients server. Not really a server guy, but this is what I was able to achieve...

    - app is somehow correctly routing to login page but then Not found happens (The requested URL /login was not found on this server.). You can try it out here http://ucbeniki.digied.si

    - index.php is somehow not executing can this be true? If I add die('something') at the begining it doesn't stop... if I rename index.php into _index.php the server will list files

    - if I navigate directly to index.php at http://ucbeniki.digied.si/index.php then Fuel's  404 - Page not found! You can see this page because the URL you are accessing cannot be found.  shows up...

    - if I add die in bootstrap.php file just after this line require COREPATH.'bootstrap.php'; I will get following error:

    Fatal error: Class 'Event' not found in /opt/www/ucbeniki.digied.si/fuel/core/bootstrap.php on line 33 Call Stack: 0.0004 658288 1. {main}() /opt/www/ucbeniki.digied.si/index.php:0 0.0007 669288 2. require('/opt/www/ucbeniki.digied.si/fuel/app/bootstrap.php') /opt/www/ucbeniki.digied.si/index.php:44 0.0038 1010528 3. {closure}() /opt/www/ucbeniki.digied.si/fuel/core/bootstrap.php:0

    What could be wrong here? I have configured everything like always (not the first time I am deploying fuel apps).

    Thanks
  • http://ucbeniki.digied.si/index.php/login works, so that means your rewriting isn't operational.

    If it is an apache install, and you use the supplied .htaccess, make sure the apache config allows the .htaccess to be used (needs an AllowOverride FileInfo). You can quickly test that by adding a syntax error to the file. If it is read by Apache, you get a 500 error.
  • Hi Harro, thanks for quick reply, as always. We will look into it.
  • Allow override was set to false on Apache as suggested. Now enabled, but we get a 500 internal server error with .htaccess that comes with fuel. I guess it's not Fuel's problem as I use sam .tacceess file everywhere else without problems...
  • Commenting this file helped Options +FollowSymLinks -Indexes.


  • @Harro

    do you know what might be the problem that profiler isn't rendering correctly? I also get js error connected with it? Can see it here http://ucbeniki.digied.si/
  • I only see a login page, no profiler, no errors.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion