Page 1 of 1

406 Not Accetable

Posted: Thu Jun 18, 2015 4:00 pm
by njflynn
Hi, could someone explain why do i get this message and what to do, when I try to edit my website:

Not Acceptable

An appropriate representation of the requested resource /serendipity_admin.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.

Re: 406 Not Accetable

Posted: Thu Jun 18, 2015 4:45 pm
by Timbalu
I think this was temporary. I can access both the url rewrite shortcut /admin and the /serendipity_admin.php file. Mod_rewrite is working correctly.

Re: 406 Not Accetable

Posted: Thu Jun 18, 2015 5:17 pm
by njflynn
Thanks Ian, I hope you're right. Although I have closed down my computer and also deleted the history but when I try to put a widget link on my website it still keeps coming up with the same message.

Re: 406 Not Accetable

Posted: Thu Jun 18, 2015 5:41 pm
by Timbalu
njflynn wrote:... but when I try to put a widget link on my website it still keeps coming up with the same message.
Where what?

Re: 406 Not Accetable

Posted: Thu Jun 18, 2015 7:27 pm
by njflynn
It's a 'freetobook' booking widget...
My other issue is I don't know how to add pictures to my homepage 'Header' and also to the banner on the other pages and make them slide in one after another. I only have one static photo and I would like to add at least 3 more. Sorry, I hope I explained it well, as I said my Serendipity editing knowledge is very limited.
Thanks

Re: 406 Not Accetable

Posted: Thu Jun 18, 2015 8:09 pm
by Timbalu
njflynn wrote:It's a 'freetobook' booking widget...
And then? Does placing a link like such:

Code: Select all

<a href="http://www.fincaretama.com/serendipity_admin.php">Login</a>
not work?
njflynn wrote:My other issue is I don't know how to add pictures to my homepage 'Header' and also to the banner on the other pages and make them slide in one after another.
That would need a javascript slider and a little work in your index.tpl, I assume.
Nothing I can do on the fly for you here.
Its in

Code: Select all

   <div id="identity" class=" big">&nbsp;
   </div>
(or class=" small")
and the images added by your style.css in

Code: Select all

#identity.small {
    height: 200px;
    background: #FFF url("templates/fincaretama/img/abuela_view.jpg") no-repeat scroll right top;
}
or

Code: Select all

#identity.big {
    height: 403px;
    background: #FFF url("templates/fincaretama/img/abuelaban.jpg") no-repeat scroll right top;
}
for the startpage.

It should be relative easy to find example sliders in the WWW with code to adapt to this identity div. Example http://unslider.com/

Re: 406 Not Accetable

Posted: Thu Jun 18, 2015 8:32 pm
by njflynn
Thanks Ian, I'll try my best.
Regards,