Greetings everyone,
I have been having a very strange error with a web-based application I developed (PHP, MySQL, some JavaScript (no AJAX)). Let me start at the beginning.
I was working on making an update of an earlier version, the scope of the update is very large and the site couldn't be taken offline so I made all changes in an offline version (on my computer) as I always do and uploaded the stuff to a second folder on the website so that the owner could try it out.
All things worked perfectly, database connection, queries, parsing etc, everything worked fine, there is only one very odd problem: none of the forms submit, basically the entire site works through one main index page which "includes" other pages as required.
Now, the form is submitted to a second "processing" page which is in a different folder on the site, none of the forms submit! When submitted, they give a "Page cannot be found error" - important to note is that this is not a 404 error (generated by Firefox)!
Moreover, some aspects of the site use the same old code from the earlier version, these don't work as well! I get the same error.
The earlier version, still uploaded works fine... no problems there.
I would really appreciate any help on this, I have been breaking my head over this for past 10 days! If anyone needs any more information, please let me know.
Many thanks to everyone.