forums › forums › SQLyog › Using SQLyog › 403 Forbidden Error When Using Http Tunnel
- This topic is empty.
-
AuthorPosts
-
-
April 1, 2007 at 12:58 am #10270sloppyboyMember
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
-
April 2, 2007 at 3:35 am #23738RohitMember
I think this is a webserver issue.
Are you able to access the tunneling URL from a browser?
-
April 18, 2007 at 1:09 am #23739Steve DarkenMember
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.
-
April 20, 2007 at 12:35 pm #23740peterlaursenParticipant
how did it go away?
-
May 11, 2007 at 1:48 am #23741sloppyboyMember
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 80Thanks in advance,
Tommy
-
May 11, 2007 at 8:14 am #23742peterlaursenParticipant
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(); -
May 29, 2007 at 2:30 pm #23743sloppyboyMemberpeterlaursen 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
-
-
AuthorPosts
- You must be logged in to reply to this topic.