Search the Community
Showing results for tags 'SQLite'.
-
I am getting a "Fatal error: Class 'PDO' not found" where I was not previously. I had recently moved some code around, but after restoring it I'm still getting this error. Is there some trick to pointing to the extension properly. The line causing the fault is: $dbh = new PDO('sqlite:'.$db_name); The php.ini in my root folder has extension = sqlite3.soextension = pdo_sqlite.so phpinfo has PDO drivers mysql, pgsql, sqlite
-
Hello, I tried to upload my site that was built on CodeIgniter 3 and using SQLite DB, But When I am loading it, it shows error: It works on my PC (Wamp), but I had the same issue on Xampp and to fix it I had to edit the php.ini file to enable Sqlite 3. can you check if Tommy support SQLIte 3? Thank you!
-
domain name: prostyblog.heliohost.org username: jnktrine servername: johnny Hi Helio. I have the same (i think) problem as in this topic: http://www.helionet.org/index/topic/7255-dispatchwsgi-cannot-be-loaded-as-python-module/page__hl__djangotestdispatch.wsgi__fromsearch__1 error log: [Wed Mar 06 11:30:01 2013] [error] [client 79.185.145.212] File "/home/jnktrine/public_html/blog/dispatch.wsgi", line 5, in ? [Wed Mar 06 11:30:01 2013] [error] [client 79.185.145.212] mod_wsgi (pid=513): Exception occurred processing WSGI script '/home/jnktrine/public_html/blog/dispatch.wsgi'. [Wed Mar 06 11:30:01 2013] [error] [client 79.185.145.212] mod_wsgi (pid=513): Target WSGI script '/home/jnktrine/public_html/blog/dispatch.wsgi' cannot be loaded as Python module. line 5 is: import django.core.handlers.wsgi Could I please for help?
-
Hi all, I am new here, I have been looking for a tutorial on setting up an SQLite database on Johnny. I tried FTPing a database made on my local PC up into my public www directories but my perl cgi has troubles executing the simple select query built into my DBI perl calls. If anyone has a good tutorial on how to setup the environment for proper SQLite with Perl's DBI/DBD access, I'd appreciate the reply- Thanks! -P
-
Hi all, I am new here, I have been looking for a tutorial on setting up an SQLite database on Johnny. I tried FTPing a database made on my local PC up into my public www directories but my perl cgi has troubles executing the simple select query built into my DBI perl calls. If anyone has a good tutorial on how to setup the environment for proper SQLite with Perl's DBI/DBD access, I'd appreciate the reply- Thanks! -P