Jump to content

Does heliohost support PDO


mrdarc

Recommended Posts

Sorry, but no we don't. I'll put that in the upgrade list for Stevie's installation.

 

PS: You don't need any points for accounts anymore. Just signup for an "ad-based" account - it doesn't actually have ads anymore :)

Link to comment
Share on other sites

  • 2 weeks later...

Hmm.. I just signed up for this account so it is already on the Stevie server. I guess the problem would be me doing something wrong.

 

How would you reference it on this site?

 

On my default installation of PHP using wamp, I can get it to work by using the following quick test:

 

$db = new PDO();

 

It give me a warning that "PDO::__construct() expects at least 1 parameter". But I know that it is working. I also got it working before when I put in all the parameters.

 

I tried the same above code on this site and it gives me the follow error:

 

Fatal error: Class 'PDO' not found in /home/myaccountname/public_html/index.php

 

Anybody have any clue what I need to do?

 

Thanks a lot.

Link to comment
Share on other sites

The problems with the Ioncube loaders (see the topic involving Fantastico issues) reset the php.ini configuration file, getting rid of the PDO extension loader. Try again now - it should work.

Link to comment
Share on other sites

I thought my last try fixed everything, but it is still erasing php.ini every day. I take it Fantastico isn't working as well?

 

It should now be fixed for the day. I will continue trying to figure this out.

Link to comment
Share on other sites

Find out at what time it's deleting it and then write a script to recreate it? Beats the heck out of trying to find some bogus bug that's deleting it. :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...