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..
Then i got the error.. Please help?
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?