Quantcast
Viewing latest article 6
Browse Latest Browse All 18

Re: Potential PHP problem

Ok. I read through this thread:
[www.phorum.org]

This user was local storing files which I am not currently doing. Nevertheless I made sure that my PHP.ini is set to the same timezone as the server and the problem did not clear. I set Phorum Event Logging to debug and I'm getting the following error:

Quote

PHP notice: Undefined index: del

PHP notice generated at /common.php:2175

Back trace:

Function phorum_ob_clean called at
{path to Phorum}/include/api/file.php:892
----
Function phorum_api_file_retrieve called at
{path to Phorum}/include/api/file.php:1352
----
Function phorum_api_file_send called at
{path to Phorum}/file.php:58

I believe this is related to the following change made from PHP 5.3 -> PHP 5.4:
Quote

The third parameter of ob_start() has changed from boolean erase to integer flags. Note that code that explicitly set erase to FALSE will no longer behave as expected in PHP 5.4: please follow this example to write code that is compatible with PHP 5.3 and 5.4.

Not sure how to fix this problem but it will affect some core files.

Viewing latest article 6
Browse Latest Browse All 18

Trending Articles