406 Not Accetable

Found a bug? Tell us!!
Post Reply
njflynn
Regular
Posts: 10
Joined: Tue Jun 16, 2015 3:19 pm

406 Not Accetable

Post 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.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: 406 Not Accetable

Post 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.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
njflynn
Regular
Posts: 10
Joined: Tue Jun 16, 2015 3:19 pm

Re: 406 Not Accetable

Post 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.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: 406 Not Accetable

Post 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?
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
njflynn
Regular
Posts: 10
Joined: Tue Jun 16, 2015 3:19 pm

Re: 406 Not Accetable

Post 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
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: 406 Not Accetable

Post 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/
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
njflynn
Regular
Posts: 10
Joined: Tue Jun 16, 2015 3:19 pm

Re: 406 Not Accetable

Post by njflynn »

Thanks Ian, I'll try my best.
Regards,
Post Reply