Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table
Post: RE: CodeIgniter\Database\Exceptions\DatabaseExcept...

InsiteFX Wrote: (10-06-2020, 11:22 AM) -- If you need to change the table you do it like this. PHP Code: -- $db      = \Config\Database::connect(); $builder = $db->table('users'); -- -- Thank ...
17,639 Views
3 Replies
10-08-2020, 08:49 AM
mbjino
    Thread: CodeIgniter\Database\Exceptions\DatabaseException #8 You must set the database table
Post: CodeIgniter\Database\Exceptions\DatabaseException ...

I am getting the following error in a newly created project.  I have created database connection in APP/CONFIG/DATABASE.PHP. I have another project installed and running with out any issues. I am not ...
17,639 Views
3 Replies
10-06-2020, 03:04 AM
mbjino
    Thread: CI4 Folder Permissions
Post: RE: CI4 Folder Permissions

InsiteFX Wrote: (09-13-2020, 08:13 AM) -- chmod - File permissions (https://www.december.com/unix/ref/chmod.html) You can set the file permissions to read and write owner only which would be you. ...
4,968 Views
5 Replies
09-13-2020, 10:38 AM
mbjino
    Thread: CI4 Folder Permissions
Post: RE: CI4 Folder Permissions

jreklund Wrote: (09-13-2020, 07:53 AM) -- Only "writable"-folder should be writable by the user group or how you have set up your server. Everything else can be read only. --  Thank you. This helps.
4,968 Views
5 Replies
09-13-2020, 10:36 AM
mbjino
    Thread: CI4 Folder Permissions
Post: CI4 Folder Permissions

Hi all, I accidentally ran a CHMOD -R 777 on a project which is located in my /opt/lampp/htdocs of my local linux machine. Now I want to move to live server I fear this permissions will expose my ...
4,968 Views
5 Replies
09-13-2020, 02:05 AM
mbjino

Theme © iAndrew 2016 - Forum software by © MyBB