0

I have an eCommerce project hosted with c panel but i cant seem to edit the controller the php files. When i do my web page doesn't load. Its not a ht access issue because my ht access file lacks permissions. I used the codeigniter framework to build

6
  • So what does your http servers error log file say what the actual issue is? We cannot guess that... Commented Dec 1, 2018 at 11:39
  • Can you show your controller folder screenshot here? As well as your base_url set in your config file. And htaccess file code. Commented Dec 1, 2018 at 11:53
  • but i cant seem to edit the controller the php file file permissions? Commented Dec 1, 2018 at 11:54
  • check you error logs.... 500 is usually a coding error sometimes it can be permissions if the file is not readable by the current user, such as for C-Panel you uploaded to the server as root but the C-Panel user is not root. Commented Dec 1, 2018 at 12:22
  • Please Mention Details of what exactly is your issue What e-commerce application are you using(if open source). What have you tried to fix this issue? there are already many QAs Sufficient enough to troubleshoot your issues if you have gone through all of them lets know more details Consider visiting stackoverflow.com/questions/7377876/… Check if you can fix, Controllers should start with a capital case in filename and class name. For more help Post your server error log and .httaccess here if you stllhave issues Commented Dec 1, 2018 at 21:19

1 Answer 1

0

Login to the server with root user and Check the logs at /usr/local/apache/logs/error_log , if its a permissions issue then to fix the permissions , google the cpanel permissions auto fix and you will get a script that has to be run in order to fix the permissions.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.