Quote:
Originally Posted by EvilLS1
Silver_2000_)! ,
I've added some new instructions for vb 3.0.6. Be sure to re-do all the file edits to image.php, member.php, and includes/functions_user.php.
joeychgo and anyone else who has installed on vb 3.0.6 should re-do the file edits to the 3 files listed above aswell.
Instructions for vb 3.0.6
|
You rock - Timeslips works Great now...
The avatars are still screwed up though ..
When a member tries to upload an avatar they get this error
Quote:
Parse error: parse error, unexpected $ in /home/talonsv/public_html/forum/includes/functions_upload.php on line 414
|
Line 414 is the last line of the file
The avatars that are a red X have this code generating them -
Which pasted in a browser resulst in this
Quote:
Fatal error: Call to a member function on a non-object in /home/talonsv/public_html/forum/image.php on line 213
|
Line 213 is 8 lines below this modification
PHP Code:
else if ($_REQUEST['type'] == 'timeslip')
{
$data = 'timeslippicdata';
$table = 'customtimeslippic';