Jump to content
The Uniform Server Community

grrr

Member
  • Posts

    3
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows Vista

grrr's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I think i finally realized what i probably did wrong. I used a form to submit data to the database but i changed the form removing file submission from the form but i forgot to change enctype property from multipart/form-data to application/x-www-form-urlencoded. That's probably a good reason why submission of data failed although i'm not quite sure how forgiving the browser and apache are with mistakes like that. Dumb mistake, i know. Sorry for the inconvenience but everything is working fine now.
  2. I guess i submitted two different problems. One about the unitray issue and one about submitting form data. Sorry about that. Thought the issues were related and discovered them sequentially instead of simultaniously. But i am pleased to announce that the problems have been resolved. As i was looking at the downloads, i saw the 5.5a version instead of the 5.5, so i thought what the heck. I can now normally submit form data into the mysql database again. Changing the my.cnf to my.ini indeed resolves the unitray issue. Thanks a lot for the fast response and hard work.
  3. Hello, First posting and i guess as good as any moment to thank you for the greatest WAMP development tool i've ever seen. But i do have (probably limited to just this) a small grief. I noticed this problem after i tried to upgrade from the 5.3 to 5.4 server. For some reason my php/mysql programming stopped working when trying to read/write to the MySQL database. Not being very server inclined, i browsed the forums for a solution but didn't find any so i left it for the next version. But now i tried to upgrade to version 5.5 and the same problem arose. The server tray icon thingagy is working fine and starting both Apache and MySQL server was no problem. I could even use PHPMyAdmin normally but when trying to run my php files with MySQL access, the result was no dice. So this time i tried to fiddle around a bit more with the server package and then i suddenly tried from the unitray tool to select the edit configuration for MySQL function... and then got a modal screen showing me that taht file was non-existant. So i tried to get an old my.cnf file and put in the usr/local/mysql folder and tried again but it's still not working. Do you have any idea what could be the problem? Thanks in advance. [edit] For some reason the server doesn't accept submitted form values and goes into a submission loop only to exit due to a timeout error.
×
×
  • Create New...