Quote:
Originally Posted by nexus851
I found an error with the journal when you set you SET your journal to "private" and then goto journal menu (journal.php) and click on any of your journal entry... it will provide this error:
Warning: Wrong parameter count for explode() in /home/xxxxxx/public_html/forum/journal.php on line 1449
Anyone else get this same error and if so, how do we fix this? This error only occurs if you set journal to 'private' and have either yourself or someone else view your journal entry.
|
Fix for this:
Edit journal.php, find:
PHP Code:
$jwcv = explode($entry['jwcv']);
replace it as:
PHP Code:
$jwcv = explode(',', $entry['jwcv']);
Ps. I don't have a subscription to this thread, so if you address me here, I can't see.