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

tereško
  • 58,060
  • 25
  • 98
  • 150
  • So what does your http servers error log file say what the actual issue is? We cannot _guess_ that... – arkascha Dec 01 '18 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. – Yogendrasinh Dec 01 '18 at 11:53
  • `but i cant seem to edit the controller the php file` file permissions? – ArtisticPhoenix Dec 01 '18 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. – ArtisticPhoenix Dec 01 '18 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 https://stackoverflow.com/questions/7377876/codeigniter-500-internal-server-error 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 – ShaH Dec 01 '18 at 21:19
  • I am using Active supershop here https://activeitzone.com/active_supershop – mark nestor Dec 03 '18 at 10:42

1 Answers1

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.