Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:Notice: Undefined index: ATTACHMENT_DISPLAY_IMAGE_PROCESSING in /home/uncohel8/public_html/thesentinelsguild/extensions/Attachments/default.php on line 530
$Selector->SelectedValue = $this->Context->Configuration['ATTACHMENT_DISPLAY_IMAGE_PROCESSING'];
Some problems were encountered
The requested discussion could not be found
Some problems were encountered
Failed to upload the file: continue.gif
Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect.
The script whose uid is 10001 is not allowed to access
/var/www/vhosts/kickasskandy.com/httpdocs/forum/uploads/6
owned by uid 48 in
/var/www/vhosts/kickasskandy.com/httpdocs/forum/library/Framework/Framework.Class.Uploader.php on line 113It seems that when thta forum software created the folder it doesn't create them as the ftp user, it creates them with ownership by the apache process, so the ftp user isn't allowed to access them
there is probably a long complicated way of rewriting the forum code to create them with the ftp user, but I have gone in via SSH and changed the ownership of those folders to the FTP user.
To do this, (in case it comes up in future) you login via ssh, navigate to that folder (cd /var/www/vhosts/kickasskandy.com/httpdocs/forum/uploads) and then change the ownership (chown [username] [foldername]) and you will be able to upload after that.
$this->AllowedFileTypes = array (
//all javascript files like text/javascript or application/javascript. ending doesn't matter
// because it could be named anything anyway
'*/javascript' => array('*'),
// allow the following text files
'text/* => array('css', 'js', 'txt', 'csv')
);
Notice: Undefined property: DiscussionID in myfilepath/library/Vanilla/Vanilla.Control.DiscussionForm.php on line 124