File Permission on php files and db3 files

Website URL

http://www.garywines.com
(please specify the URL of the site on which you are experiencing the problem)

Error Message

(please share the FULL error message you see, if applicable)

Other Information

will not allow to retrive information left by users fromrequest.db3 file

(other information and details relevant to your question)

Perhaps you should use MySQL instead of SQLite?
Also:

4 Likes

Why not? What do you see?

Also, I suggest to please not touch the file permission (chmod) settings. By default, code running on your site already has access to all files of the site, so whatever the issue is, changing permissions will not fix it. And if you mess up the permissions, you may permanently corrupt your account.

3 Likes

Fatal error: Uncaught PDOException: could not find driver in /home/boatright/public_html/retrieveRequest.php:7 Stack trace: #0 /home/boatright/public_html/retrieveRequest.php(7): PDO->__construct(‘sqlite:requests…’) #1 {main} thrown in /home/boatright/public_html/retrieveRequest.php on line 7

I’m not sure where your website is running, but that directory structure does not match the structure of our server.

The error suggests that the SQLite driver for PDO is not installed. But it is installed on our hosting. But again: this error does not appear to be generated on our server.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.