Welcome Guest, Not a member yet? Register   Sign In
[Admin] How to change views?
#1

Hi,

I'm french but I have not found a french support.

I make an admin interface but I don't know how to modify my views.
I use fopen(), fwrite() and fread() for modify my views but I can't :

I have a 403 Forbidden Error.

Do you have a solution?

Thanks for your help
Reply
#2

The file permissions must be wrong. The web server needs read and write access to modify a file.

If you can't edit the file, then it's missing the write permission.
If you can edit the file but can't display it, then the web server doesn't have access to the new file (no read permission)
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply




Theme © iAndrew 2016 - Forum software by © MyBB