I get the following error when I try to view the Settings page. Using version 0.9.3 phpwsbb and phpwebsite core version 0.9.3-2
URL:http://[domain.com]/index.php?module=phpwsbb&PHPWSBB_MAN_OP=getsettings
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
Invalid at the top level of the document. Error processing resource 'http://[domain.com]/index.php?module=phpwsb...
show_link could not locate a help label '<b>bboffline</b>' for the '<b>phpwsbb</b>' module.<!DOCT...
If I change to the default theme I am able to get a page to display with the following error displayed at the top of the page:
show_link could not locate a help label '<b>bboffline</b>' for the '<b>phpwsbb</b>' module.
I commented out the following line:
// $tags["BBOFFLINE_HELP"] = CLS_help::show_link("phpwsbb", "bboffline");
Which solves the problem temporarily. I couldn't find any problem with the entry in conf/help.php so I am not sure what causes the error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the help. The cause of the problem was that there were actually two phpwsbb entries in absolute help. I had to disable one that must have been left there from a previous version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the following error when I try to view the Settings page. Using version 0.9.3 phpwsbb and phpwebsite core version 0.9.3-2
URL:http://[domain.com]/index.php?module=phpwsbb&PHPWSBB_MAN_OP=getsettings
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Invalid at the top level of the document. Error processing resource 'http://[domain.com]/index.php?module=phpwsb...
show_link could not locate a help label '<b>bboffline</b>' for the '<b>phpwsbb</b>' module.<!DOCT...
If I change to the default theme I am able to get a page to display with the following error displayed at the top of the page:
show_link could not locate a help label '<b>bboffline</b>' for the '<b>phpwsbb</b>' module.
I commented out the following line:
// $tags["BBOFFLINE_HELP"] = CLS_help::show_link("phpwsbb", "bboffline");
Which solves the problem temporarily. I couldn't find any problem with the entry in conf/help.php so I am not sure what causes the error.
Go into the Absolute Help control panel and reload Help for the phpwsBB module.
Thanks for the help. The cause of the problem was that there were actually two phpwsbb entries in absolute help. I had to disable one that must have been left there from a previous version.