1
Hello all,
I've run into an interesting one that has got me scratching my head. I've read the blank page FAQ, and I've checked for that, but I'm having a weird problem I can't figure out. Any help would be appreciated.
Configuration:
XOOPS Version: XOOPS 2.0.17.1
XOOPS Theme: default
XOOPS Template Set: default
PHP Version: 5.2.4
MySQL Version: 5.0.45-community-nt
Server Software: Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.4
User's Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Problem Symptoms:
With the Article 1.00 Final module installed (new install), and with blocks from the module (any of them) set for the Top Page, when logging into the URL of the Home Page (or Top Page) all that is displayed is a blank page, indicating an aborted script. Setting the block(s) to display on the Article module pages works fine. Returning the blocks to the Top Page (or adding Top Page to config) will immediately blank the home page again.
Debug Mode Error Codes:
Fatal error: Call to undefined function art_formatTimestamp() in D:\xampp\htdocs\modules\article\include\functions.parse.php(133) : eval()'d code on line 140
All errors (4) queries (109) blocks (31) extra (0) timers (4)
Code from that section (Line 140 -2 and +2):
Quote:
* Function to parse links, links are delimited by link break, URL and title of a link are delimited by space
*
* @var string $text raw content
*
* @return array associative array of link url and title
Obviously, this is comment code, so the error is being reported on the wrong line. I can't figure out whether the function above the comment is broken, or the one below it.
Any help would be appreciated. This is a great module, but I really NEED the blocks to work on the Home Page. Thanks in advance all you Xoopsers!
Byron