Jump to content

paparush

Members
  • Posts

    11
  • Joined

  • Last visited

paparush's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I don't know guys. I moved the code to another host, as-is, didn't change a single line, and it's functioning fine. It functioned fine here until the PHP upgrade.
  2. So rushaustin.heliohost.org is your main domain name and wncrunners.com is an addon domain? That's how it was set up. wncrunners.com is no longer an addon domain as I removed it yesterday. But, I moved the site's codebase to rushaustin.heliohost.org/wncrunners so I can test it against the heliohost server patches.
  3. I no longer see the imagick errors. The only errors now are all related to PDO. BTW- I've moved the code to rushaustin.heliohost.org/wncrunners as I'm currently hosting wncrunners.com at another host until this gets resolved. Thanks for your help.
  4. Wiz, as soon as the site's back up, I'll address the 500. What is the default? Thanks for your help.
  5. Looks fine? Umm...NO. That's my msg for ERRORDOCUMENT 500 in .htaccess. DirectoryIndex index.php ErrorDocument 403 http://wncrunners.com/403.shtml ErrorDocument 404 http://wncrunners.com/404.shtml ErrorDocument 500 "the answer is 42" Here's Google's cache of the site: http://74.125.47.132/search?q=cache:XLZ_r0...=clnk&gl=us
  6. Username:rushaustin Domain: wncrunners.com I should have added that the site utilizes Sqlite. wncrunners does not use mysql or postgresql
  7. Site is not running, getting the ErrorDocument 500. ErrorLog is full of these since Friday- [19-Mar-2010 19:13:02] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0 and these - [19-Mar-2010 19:13:01] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0 Any suggestions?
  8. Do you guys do site/server maintenance on Saturdays? I've been unable to hit my site, or heliohost.org over the past several Saturdays, sometimes for several hours at a time. Not really a problem for me. I'm just curious.
  9. I work with PHP and SQLite. If you layout some details about exactly what you want (ie - is the user going to enter data from a page or are you going to do all the data entry yourself?) I might can help get you started.
  10. Thanks for the reply. I had already done the phpinfo() here on heliohost and on my local server. Here's the result from the PDO section LOCALLY pdo_sqlite PDO Driver for SQLite 3.x enabled PECL Module version 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.4 2008/12/31 11:17:42 sebastian Exp $ SQLite Library 3.3.7undefined Heliohost pdo_sqlite PDO Driver for SQLite 3.x enabled PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6 2006/01/01 12:50:12 sniper Exp $ SQLite Library 3.2.8 It looks like I'm running a build from 2008, whereas HH is running a build from 2006. So, I guess I'll find another method to escape my strings before INSERT. Ok, I think I'll just go with this approach instead: $db= new PDO('sqlite:Escape.sqlite); $strquote = "Why can't I insert you're escape aren't working?"; $strquote = $db->quote($strquote); and I'm good to go.
  11. Hello Heliohost, Having an issue with this one PDO call to sqlite_escape_string(). All of my other CRUD operations are functioning normally. Not seeing this on my dev machine with is running SQLITE 3_6_14 and PHP 5.2.9-2 Looks like my site (wncrunners.com) is running PHP 5.2.9. What version of SQLITE is Heliohost running? Thanks!
×
×
  • Create New...