-
Posted to
PHP Community
by
rla6907
on
10-24-2008, 9:59 AM
You may also be able to still use MySQL5 by upgrading from 4. I know it sounds counterintuitive but using the mysql_upgrade is supposed to also change the grant tables and take advantage of the "new" capabilities of 5. Therefore, it is quite possible that your problem could automatically be fixed in the process.
Also see ...
-
Posted to
PHP Community
by
rla6907
on
10-24-2008, 9:44 AM
I believe that it may be a problem in the way Dreamweaver translated your PHP code. When you put the pages into Dreamweaver is it possible that they were read as something other than PHP?
The error itself is a result of the translator within Dreamweaver not recognizing the code as valid during "runtime". This results in an ...
-
Posted to
General
by
rla6907
on
10-24-2008, 9:19 AM
I recently had a similar problem. It was (in my case) because the server automatically added my root extension to the URL even though I didn't place it in the URL link. The reason it did that (again in my case) was because even though the URL I was trying to access was internal, it was on a different domain within my servers. By ...
-
Posted to
PHP Community
by
rla6907
on
10-24-2008, 1:25 AM
Try this article it pretty much sums it up.
http://www.intermedia.net/support/kb/default.asp?id=751
-
Posted to
General
by
rla6907
on
10-23-2008, 6:48 PM
I have had similar problems with my firewall. Have you done the unthinkable and try to remotely access it without the firewall on?
You can always go into the exceptions and clear a way through most commercially available firewalls.