Rowland
I installed successfully but when I try to load the site home page, I get a blank page (no HTML at all). PHP error log shows:

PHP Parse error: syntax error, unexpected '=', expecting ')' in /var/www/html/dolphin61/templates/base/scripts/BxBaseCmtsView.php on line 40

Line 40 is:
function getComments ($iCmtsParentId = 0, &$iOverflow = null, &$iCountTotal = null)

I am running PHP 4.4.6.

thanks,
Rowland
Rowland
Just to get past the error I removed the =0 and =null's in the function template. Next error was PHP Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /var/www/html/dolphin61/templates/base/scripts/BxBaseCmtsView.php on line 176

I removed the & (which I'm sure introduces some other bug!) and the homepage came up.

Not sure if these require PHP 5 -- but looks like if you can program a different way, you may be OK in PHP 4.4.6.

thanks,
Rowland
Swingadmin
You could also just

change

function getComments ($iCmtsParentId = null, &$iOverflow = null, &$iCountTotal = null)

to

function getComments ($iCmtsParentId = null, $iOverflow = null, $iCountTotal = null)

or

function getComments ($iCmtsParentId = 0, $iOverflow = 0, $iCountTotal = 0)

and remove the & @ line 176
 
 
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.
PET:0.045617818832397