Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
trouble when installing FuelPHP 1.7.1 on remote server
  • Hello.., when installing FuelPHP using XAMPP on localhost, Fuel goes well. But I'm having trouble installing FuelPHP 1.7.1 on remote server. I follow the instruction but kinda confused. This is what I do:
    1. I downloaded the zip file and then extract everything to /public_html/upa. I wish I could access it by typing   http:://domain.com/upa/public like when developing the app in XAMPP. BUt I get "Internal server error"
    2. I try to read documentation about Installing inside docroot. so I move everything in /public_html/upa/public to /public_html/upa and then editing the file index.php
     define('DOCROOT', __DIR__.DIRECTORY_SEPARATOR); 
     define('APPPATH', realpath(__DIR__.'/fuel/app/').DIRECTORY_SEPARATOR);  define('PKGPATH', realpath(__DIR__.'/fuel/packages/').DIRECTORY_SEPARATOR); 
     define('COREPATH', realpath(__DIR__.'/fuel/core/').DIRECTORY_SEPARATOR);


    I Try to access it via  http:://domain.com/upa/  and  still get the internal server error. and the server error log says

    [Tue Apr 29 09:28:10 2014] [error] [client x.x.x.x SoftException in Application.cpp:256: File "/home/xxx/public_html/upa/index.php" is writeable by group

    What should I do to make fuel working? Thank you for any advices.
  • It seems that your environment has the suEXEC mechanism enabled for PHP scripts.

    Try setting the folder permission to 755 and file permission to 644.


Howdy, Stranger!

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

In this Discussion