Skip to main content

Sqlite already loaded warning

Comments

6 comments

  • GOT
    Duplicate entireies in php.ini's. You have to look through your php.ini's and see where its been entered a second time.
    0
  • durangod
    ahhhh ok thanks.... thats great :)
    0
  • durangod
    it must be this... i was using it to change php versions per project # 56 or 72, 72, 73, 74 # #SetHandler application/x-lsphp74 # #lsapi_phpini /home/username/example.com/subdir/php.ini
    0
  • cPanelLauren
    Glad you were able to find the cause of the issue, though I wouldn't recommend manually changing the handler like that, it should always be done through the MultiPHP INI Editor.
    0
  • durangod
    Actually i just found that i was still getting the error even after commenting out the filematch code. So i checked my php.ini and found that this was causing the error. Seems that redirecting the error log causes the sqlite message. I need the error log to be in each addon domain. error_log = '/home/username/example.com/subdir/error_log' Also moderator could you please correct the title of this thread, i typed sqlLite and its sqlite, thanks :)
    0
  • durangod
    Also an update... the solutions are you can either turn off warnings on error reporting or you can remove the sqlite feature via cpanel php options. I read about sqlite and it sounds to me that its a standalone feature and unless you are going to use it specifically for something, you probably wont ever use it under normal conditions. I dont think its part of MySQL or anything like that, it sounds like its just a feature that some use and some dont. So i removed the feature on my cpanel.
    0

Please sign in to leave a comment.