PHP Fatal error:

My error log in my modules folder is filled up with this one error,

[27-Feb-2013 21:14:08] PHP Fatal error:  Call to undefined function  send_headers_page_changed() in /home/ugmodel/public_html/inc/classes/BxDolPermalinks.php on line 128

Any help would be apreciated

Quote · 27 Feb 2013

Any help or advise on the above would be apreciated!

Quote · 1 Mar 2013

add this just before bx_import('BxDolDb'); in BxDolPermalinks.php

require_once(BX_DIRECTORY_PATH_INC . 'design.inc.php');

This should stop giving the error. Good Luck

so much to do....
Quote · 1 Mar 2013

When I add this as below I can not access site

add this just before bx_import('BxDolDb'); in BxDolPermalinks.php

require_once(BX_DIRECTORY_PATH_INC . 'design.inc.php');

This should stop giving the error. Good Luck

 

Quote · 1 Mar 2013

I am getting the same error. Must be something wrong with that code for fix because the blank white screen says so. Any one else have a fix?

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 13 Jun 2013

Bump

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 15 Jun 2013

This is in the module error log. Happens once every 11 minutes

[26-Jul-2013 10:56:26] PHP Fatal error:  Call to undefined function send_headers_page_changed() in /home/xxxxxxx/public_html/inc/classes/BxDolPermalinks.php on line 128

Does everyone get this? or is it something that has no good answer? Or is this something to ignore?

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 26 Jul 2013

The function is located in design.inc.php around line 112

Geeks, making the world a better place
Quote · 26 Jul 2013

Removed the call to function on line 128 and replaced with: 

header("Pragma: no-cache");

Stopped the error report

Vunderba..... Challenge Yourself to be the Best...... Hosting from Zarconia.net
Quote · 27 Jul 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.