Results 1 to 2 of 2
  1. #1

    Default File uploading... HELP!

    Ok, I got a message saying that FSO has been withdrawn from Windows servers which has caused me a big headache redoing my file uploading scripts in PHP now I get this message:

    Warning: mysql_pconnect() has been disabled for security reasons in D:\inetpub\vhosts\dubberware.com\httpdocs\Connecti ons\store.php on line 9

    Fatal error: in D:\inetpub\vhosts\dubberware.com\httpdocs\Connecti ons\store.php on line 9


    EDIT

    Ok, using mysql_connect() works, sorry guys it's been a long couple of days!

  2. #2

    Default

    Quote Originally Posted by Phatman View Post
    Ok, I got a message saying that FSO has been withdrawn from Windows servers which has caused me a big headache redoing my file uploading scripts in PHP now I get this message:

    Warning: mysql_pconnect() has been disabled for security reasons in D:\inetpub\vhosts\dubberware.com\httpdocs\Connecti ons\store.php on line 9

    Fatal error: in D:\inetpub\vhosts\dubberware.com\httpdocs\Connecti ons\store.php on line 9


    EDIT

    Ok, using mysql_connect() works, sorry guys it's been a long couple of days!
    Recently, we did performed security tweaks on the server & disabled FSO. The same time we did performed few changes to enhance server performance & that includes disabling mysql_pconnect. Reason behind disabling it is, it will restrict persistent mysql connections to the server. You should use mysql_connect henceforth.

    Thank you for your understanding !
    Cristiano
    Dedicated Server Hosting by eUKhost Ltd.
    r1soft backup plans by eUkhost Ltd.
    MSN :: cristiano @ eukhost.com
    Skype :: cristiano.dawson

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •