PHP PEAR Container error

后端 未结 2 1035
悲&欢浪女
悲&欢浪女 2021-01-27 22:13

Allrighty, it\'s the first time I ask a question here. My problem is as awkward as it is difficult to get to the bottom of. Story goes like this: I have this little system, whic

相关标签:
2条回答
  • 2021-01-27 23:15

    I switched to MDB2 instead of DB

    $db_options['type']       = 'db';
    

    to

    $db_options['type']       = 'mdb2';
    

    this helped in taking care of memory exhaust problem, I am still looking to take care of initialize container in /usr/lib/php/PEAR.php problem

    Ok found the solution for container errors: Apply this patch http://svn.php.net/viewvc/pear/packages/Mail_Queue/trunk/Mail/Queue.php?r1=303876&r2=309126

    0 讨论(0)
  • 2021-01-27 23:16
    1. Try to limit result. using limit in your select statement.

    2. Try to flush the old main queye.

    0 讨论(0)
提交回复
热议问题