Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Suddenly all my galleries are gone, replaced my this message:
could not find driver|#0 /home1/ingvildk/public_html/ttg-be/framework/dao/PdoExtended.php(49): PDO->__construct('sqlite:../frame...', NULL, NULL, Array) #1 /home1/ingvildk/public_html/ttg-be/framework/dao/SQLiteHandler.php(11): PdoExtended->__construct('sqlite:../frame...', NULL, NULL, Array) #2 /home1/ingvildk/public_html/ttg-be/framework/dao/DAOFactory.php(15): SQLiteHandler->__construct(Array) #3 /home1/ingvildk/public_html/ttg-be/crg/application/helpers/ApplicationHelper.php(24): DAOFactory->getDBHandler(Array) #4 /home1/ingvildk/public_html/ttg-be/framework/helpers/GenericApplicationHelper.php(28): ApplicationHelper->createConfigManager() #5 /home1/ingvildk/public_html/ttg-be/crg/application/init.php(9): GenericApplicationHelper->getConfigManager() #6 /home1/ingvildk/public_html/ttg-be/framework/init.php(112): include_once('/home1/ingvildk...') #7 /home1/ingvildk/public_html/ttg-be/crg/index.php(21): require_once('/home1/ingvildk...') #8 {main}|URL: /ttg-be/crg/index.php
http://ingvildkolnes.no/webgalleri/iselin/
I haven't done anything new, but assuming I have messed something up somewhere. Any suggestions?
Offline
If things have been working and now are all of a sudden not, it may be due to a server configuration change by your hosting company. That error implies that database modules are not enabled. See this post: http://community.theturninggate.net/top … ing-ttgbe/
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Following from Rod's post, it looks like pdo_sqlite is no longer enabled.
Offline
I have contacted the hosting company and they say it is enabled... Any thing else I can do?
Offline
You could refer them to the PHP Info available here: http://ingvildkolnes.no/ttg-be/template … hp?phpinfo
If you search for "PDO drivers" you'll see that sqlite is not listed. As an example of PHP Info where sqlite has been enabled, this is what it looks like on my site: http://demo.somethingchanged.com/ttg/pa … hp?phpinfo
Again, see the "PDO drivers" section. I hope you can use that info to convince your host that it is not enabled.
Note also, that your PHP Info does not include a section for "pdo_sqlite", whereas mine does.
Offline
That worked! Thanks so much!!
Offline
Pages: 1