Page 1 of 1

Problems after installing the Attachment mod

Posted: Mon Apr 02, 2007 8:44 am
by yssaril
i am not quite sure what is going on on my forums

i installed the attachment mod following every step and double checking everything but i have three problems

1. I can only see the attachment menu when sending a PM
2. When i post something i get this error

Code: Select all

Fatal error: Call to a member function on a non-object in .../forum/posting.php on line 593
3. When i try to preview my post i get this error

Code: Select all

Fatal error: Call to a member function on a non-object in .../html/forum/posting.php on line 728
i have attached the posting.php file as txt file

Yssaril

Posted: Mon Apr 02, 2007 11:49 pm
by DavidIQ
You missed this edit:

Code: Select all

# 
#-----[ FIND ]---------------------------------------------
# around line 422
$attach_sig = ( $submit || $refresh ) ? ( ( !empty($HTTP_POST_VARS['attach_sig']) ) ? TRUE : 0 ) : ( ( $userdata['user_id'] == ANONYMOUS ) ? 0 : $userdata['user_attachsig'] );

# 
#-----[ AFTER, ADD ]--------------------------------------- 
# 
execute_posting_attachment_handling();

Posted: Tue Apr 03, 2007 12:38 am
by yssaril
i feal stupid :oops: :oops: i must have checked my edits on that file 5-6 times and i kept missing it /sigh thanks man it works perfect now