Has gebish site changed? - geb

For the last couple of days can't access geb site http://www.gebish.org/. Any idea what's going on? Is it being restructured or has URL changed?

Ok so finally after logging an issue with geb came to know that they have lost their dns. Details here - https://github.com/geb/issues/issues/486#issuecomment-305424939
Alternate/temporary URL for the site is http://gebish.herokuapp.com/

Related

Occasionally receiving 403 error on Prestashop (both frontend and admin)

So I have this problem regarding Prestashop.
I created a subdomain for an website because I wanted to upgrade from 1.4.x to 1.6.x and I wanted the original website up and running.
I made a back-up and everything, I upgraded from 1.4.x to 1.6.x, installed a new theme, made some css / jquery changes and tested it and everything was working great.
Now the problems started to appear after moving the website from the subdomain to the domain (eg: from dev.websitename.com to websitename.com). Now I occasionally receive 403 errors for basically everything (from a jquery file, to the whole page). After a few ctrl + f5's everything works fine (but I cannot keep telling a customer to hit ctrl + f5 until the website works :| )
I tried everything I could think of. I checked and double checked the permissions on files / directories (since that's what 403 is basically telling me) and I cannot find the problem.
My hair is starting to fall because of how much inconvenience this is.
Can someone help me? Or at least point me to the right direction?
Thanks in advance!
So for anyone that is interested, the solution was to increase the number of requests per page and then everything worked! Hope it helped anyone interested.
Have a good day!

Maintenance page on apache 7

I want to redirect to a maintenance page when my apache server is down.I tried through
htacess
and nothing worked.. Please direct me to some working blog.
Thanks...
The .htaccess file contains no executable program code to do some activities. If you want to show a webpage then you need a running webserver. If you have no one bad luck.
Take a look at this post about the technicel enviroment to reach your goal.
Edit: I found another post about this topic, though the same thing is the use of an additional webserver.

Losing session Item

I have a website that when I browse from IE9 it loses Session item. This does not happen when using vs to test. This is happening on my pc and on the server where I have it deployed but works from other pcs. I have deleted all cashed pages and have tried multiple logons. So for the last 6 hours I have been banging my head against a wall.
Works when you browse to the site by the ip. Any ideas?
Do you have cookies enable on your PC.
Seem to recall I had a similar problem.
If cookies are not enabled then the session variables does not work.
http://forums.asp.net/t/1804941.aspx/1?Session+Variables+make+use+of+cookies+
Answer provided by Jason Akin (original asker):
Issue was caused by an underscore in the host name. Evidently this is not something you should do. Took a while to figure this out. Well leason learned.
Hopefully this will help someone else out.

sencha touch 2 api docs

I'm currently working on a project with Sencha Touch 2 and was wondering if anyone has a working link of the API docs page.
I've tried accessing http://docs.sencha.com/touch/2-0/#!/api, but I'm constantly getting redirected to: https://www.sencha.com/products/touch/2-0/#!/api and am finally given a 'The page you’re trying to reach could not be found.' error from Sencha Touch's homepage.
Does anyone have any idea why this is happening? I'm seeing the same link given on all my searches and hence I'm starting to get the feeling that this isn't just a faulty link problem, but perhaps something else.
--update--
The missing page error is occurring on Chrome. IE seems to be handling the link OK.
I don't know why you got that strange problem because the link is still Ok for me, maybe you need to clear your browser cache or something else.
But instead of that way, if you've already download and unzip the sencha touch 2 package from here and I think you've already did it, so you just need to open the index.html file in that folder, the API docs are already there :)
I've fixed the error by disabling the KB SSL Enforcer extension in Chrome.
Hope this info. helps others facing the same problem.
The inability to read the docs in chrome was driving me mad for a while.
You have downloaded the sdk right??? just go to your sdk folder and go to docs in your web browser the docs is right there...

reloading webpage on safari downloads the page

I have a dynamic site I have made on PHP/MySQL and recently I have experienced a weird issue - sometimes (about once in four times) when I reload the active page the safari web browser (on a mac) automatically downloads the xxxx.php page rather than reloading it! I am trying to figure out what could be causing this, but i have no idea. Any suggestions?
The Content-Disposition HTTP Header is the only thing I can figure. Is there any way you can post something that we can test?
could it be with the .htaccess? I had a similar problem last month and I had to change some entries in my .htaccess, the shared server may have changed Apache's settings and it sopped working properly.