Jump to content

Search the Community

Showing results for tags 'sqlite'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 6 results

  1. 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
  2. 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!
  3. I have the Softaculous installation of MediaWiki. Is there a way to use SQLite as the backend instead of MySQL? I have a SQLite dump of my previous wiki that I'd like to upload.
  4. 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?
  5. 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
  6. pfunky1

    Sqlite Setup

    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
×
×
  • Create New...