Replies: 1 comment 1 reply
-
Hello @esaputras, I believe you have your configuration pretty much all set correctly although it may also be helpful to add an The error you are receiving seems to be due to the following if statement returning true: There are valid reasons why this occurs for a PlanetScale database specifically, but since certain frameworks / CMS platforms use similar checks, the Joomla CMS is another example where a similar check fails, it can cause a false negative when connecting securely to a PlanetScale database. In this situation I would recommend commenting out or removing lines 214-224 in If you continue to experience difficulty, you may also reach out via https://support.planetscale.com/ and we can work with you more closely if needed. |
Beta Was this translation helpful? Give feedback.
-
hello, I have a problem while connecting my API to my db that stored in planetscale.. I am using CodeIgniter 3 framework and I already follow the documentation here
after that, i got this error
if you need some information, here is my config
Beta Was this translation helpful? Give feedback.
All reactions