Unsupported Screen Size: The viewport size is too small for the theme to render properly.

403 Forbidden Error When Using Http Tunnel

forums forums SQLyog Using SQLyog 403 Forbidden Error When Using Http Tunnel

  • This topic is empty.
Viewing 6 reply threads
  • Author
    Posts
    • #10270
      sloppyboy
      Member

      Hello,

      I've been using SQL Yog for quite some time and for the first time I ran into an issue where I can't connect using the tunnel to a new server. PHP files run just fine on this server but I get the following error:

      403 Forbidden

      Forbidden

      You don't have permission to access /RedCart/db/SQLyogTunnel.php

      on this server.

      Additionally, a 404 Not Found

      error was encountered while trying to use an ErrorDocument to handle the request.


      I found elsewhere in this forum to upgrade to version 5.22 so I just upgraded to the latest 5.27 and I'm still getting this error. Any idea how I can resolve this? Thanks,

      Tommy

    • #23738
      Rohit
      Member

      I think this is a webserver issue.

      Are you able to access the tunneling URL from a browser?

    • #23739
      Steve Darken
      Member

      Hi,

      Same problem for me with latest stable build (5.29) except, I don't have any problem to connect to server using tunnel. During the backgup process, I have the same error message (occasionally). I have this problem since the Webhost installed this module: mod_security.

      Rohit wrote:
      Are you able to access the tunneling URL from a browser?

      yes >>

      Quote:
      Tunnel version: 5.25.

      This PHP page exposes the MySQL API as a set of webservices.

      This page allows SQLyog to manage a MySQL server even if the MySQL port is blocked or remote access to MySQL is not allowed.

      Visit Webyog to get more details about SQLyog.

      — Nevermind, the problem is gone.

    • #23740
      peterlaursen
      Participant

      how did it go away?

    • #23741
      sloppyboy
      Member

      Hello,

      I'm still having this issue on some servers. Anybody know of a fix or work around? I can access the file through a browser but not through SQLYog. Here's the latest one:

      Code:

      HTTP/1.1 403 Forbidden
      Date: Fri, 11 May 2007 01:47:36 GMT
      Server: WebServerX
      Keep-Alive: timeout=15, max=98
      Connection: Keep-Alive
      Transfer-Encoding: chunked
      Content-Type: text/html; charset=iso-8859-1



      403 Forbidden

      Forbidden

      You don't have permission to access /RedCart/db/SQLyogTunnel.php
      on this server.

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


      Apache/1.3.37 Server at http://www.loganphoto.com Port 80

      Thanks in advance,

      Tommy

    • #23742
      peterlaursen
      Participant

      can you access the tunnelling script from a browser and execute simple PHP scripts form the same folder.

      try small scripts containing only one lineand the PHp tags of course) like

      Code:
      echo 'something';

      and

      Code:
      phpinfo();
    • #23743
      sloppyboy
      Member
      peterlaursen wrote on May 11 2007, 03:14 AM:
      can you access the tunnelling script from a browser and execute simple PHP scripts form the same folder.

      try small scripts containing only one lineand the PHp tags of course) like

      Code:
      echo 'something';

      and

      Code:
      phpinfo();

      Yep – running php scripts works just fine. I still have no idea what might be causing this issue but I keep running into it on various servers. Any other ideas? Thanks,

      Tommy

Viewing 6 reply threads
  • You must be logged in to reply to this topic.