Welcome Guest, Not a member yet? Register   Sign In
Installation on Godaddy VPS Server Linux Cpanel
#2

(This post was last modified: 04-24-2020, 09:28 AM by jreklund.)

You can find instruction on how to install it on shared hosting with Cpanel here:
https://forum.codeigniter.com/thread-759...#pid373901

You should not place it inside a subfolder to public_html.

Change this:
Directory: Controllers/cloud/Test.php
used namespace : namespace App\Controllers\cloud;

To this:
Directory: Controllers/Cloud/Test.php
used namespace : namespace App\Controllers\Cloud;

All folder and files need to be capitalized.

You are trying example.com/cloud when you should be using example.com/cloud/test as you placed in a subfolder.
\App\Controllers\Cloud::test
Reply


Messages In This Thread
RE: Installation on Godaddy VPS Server Linux Cpanel - by jreklund - 04-24-2020, 09:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB