Not Acceptable

Status
Not open for further replies.

hqforumx

Member
Messages
61
Reaction score
1
Points
8
Not Acceptable
An appropriate representation of the requested resource /admin/index.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I went to MyBB > Admin cp > Ungrouped Templates > headerinclude
I then added this code..
Code:
<script type="text/javascript" src="{$mybb->settings['bburl']}/picker/js/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/picker/js/colorpicker.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/picker/js/skin.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/picker/js/cookie.js"></script>

Then i got the error.. Please help?
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
It looks like you're trying to use PHP as well. Have you tried placing PHP tags around the PHP part (
{$mybb->settings['bburl']})?
 
Status
Not open for further replies.
Top