Results 1 to 5 of 5

Thread: Script Wide pconnect errors

  1. #1
    mtaborn
    Guest

    Post Script Wide pconnect errors

    I'm having issues with anything related to pconnect... I am running a mySQL5 environment, and wonder if it would be because I should be running SQL4 instead. I'm running aeD4.1.IQ and Dolphin... And - they both are giving m e pconnect issues... I've turn the pconnect off in PHP as the thread below suggested. Everything else works just fine...

    Any suggestions?

    Thank you much

    Mark

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    What issues are you having? I mean, what errors? Can you post some examples here?

    Turning off pconnect is an attempt to stop all the available connections from being used - and the server becoming unavailable.

    You may also wish to increase the number of allowede connections for mysql in my.conf to a higher number.

    But in reality - a description of the actual problem with an example error message or two would be great.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    mtaborn
    Guest

    Post Connection Errors

    Here is the error listed.. I'm able to connect via CLI and login with the user and pass. I'm able to use other apps... vBulletin, Joomla, and others...

    Here is the error I'm getting when trying to assign a level to user... i.e.. standard user to gold user...

    Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\SVR\htdocs\dating\inc\modules.inc.php(154) : runtime-created function on line 16

    Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in C:\SVR\htdocs\dating\inc\modules.inc.php(154) : runtime-created function on line 20
    Module error: phpbb FuncBlock error: mysql_pconnect


    Thanks VERY much...

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi,

    Running this on Windows?

    Both look like module related errors...

    Anyways - lets look at your first error message:

    Quote Originally Posted by mtaborn
    Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\SVR\htdocs\dating\inc\modules.inc.php(154) : runtime-created function on line 16
    modules.inc.php - you must have a module loaded... perhaps phpbb or flashchat in aedating?

    And see the (using password: NO)?

    So, my guess is that you don't have your module configured for your database.

    Check in phpmyadmin, Modules table, in the Conf field for your modules - double check that the database information , host, username, password, database name - is configured and correct.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  5. #5
    vizio1
    Guest

    Default Conf Mods

    Greetings

    I have the same error problem:

    Warning: mysql_pconnect(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/bizt1070/public_html/inc/modules.inc.php(153) : runtime-created function on line 16

    Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/bizt1070/public_html/inc/modules.inc.php(153) : runtime-created function on line 20
    Module error: phpbb FuncBlock error: mysql_pconnect


    Are you say that I need to hard code my exact db login info into 'Conf'?

    thx

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. PHP errors or something...
    By Stanjensen in forum General Troubleshooting
    Replies: 1
    Last Post: 10-04-2008, 11:45 PM
  2. Disable pconnect system wide
    By Smoge in forum Database
    Replies: 17
    Last Post: 09-22-2007, 02:03 AM
  3. Replies: 1
    Last Post: 04-03-2007, 06:54 PM
  4. AEDating phpBB mod not showing up/pconnect issue
    By CiarraRose in forum General Troubleshooting
    Replies: 8
    Last Post: 12-12-2006, 12:09 PM
  5. pconnect talk
    By raeyo in forum Database
    Replies: 7
    Last Post: 10-06-2006, 11:18 AM

Bookmarks

Posting Permissions

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