When I click on the stylesheet in view source, it doesn’t go to the file. Instead I get the error message: [an error occurred while processing this directive]
I can’t access the stylesheet at all. When I click on the stylesheet from view source, it goes to https://www.myownmenuplanner.com/css/myownmealplanner.css but it doesn’t show the stylesheet. It gives me the error: [an error occurred while processing this directive]
Rebuilding my site is too much work. I just want to resolve the stylesheet issue easily. The rest of the app works, all I need is for the stylesheets to load.
Is there some URL that you can come up with that does work for that CSS? If so, what is it? If not, then your setup is broken and the problem is nothing to do with the HTML helper.
The error has changed a little bit. It’s now saying: Not Found Error: The requested address ‘/css/test.css?url=css%2Ftest.css’ was not found on this server.
I previously wasn’t getting any errors so I didn’t report on that but now I’m getting an error in my error_log file. The error is: [11-Mar-2021 20:24:21 UTC] PHP Fatal error: Call to undefined method mysqli::getSchemaName() in /home/sg79q2bkshgg/public_html/myownmenuplanner.com/lib/Cake/Model/Model.php on line 3168
Go Daddy couldn’t help me.
I introduced errors into my app/Config/database.php file to look at the error message but there was no error message. I think the database config is wrong but I don’t see how to check it.
What maybe could help…
Please take a look in your config/database.php.
what is the value of “datasource” ? is it “Database/Mysql” or “Database/Mysqli” ?
I changed it and I still get the error: [12-Mar-2021 00:55:05 UTC] PHP Fatal error: Call to undefined method mysqli::getSchemaName() in /home/sg79q2bkshgg/public_html/myownmenuplanner.com/lib/Cake/Model/Model.php on line 3168