⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

An error has occurred on uploading



Bart Reis
  • profile picture
  • Member

Posted 20 November 2013 - 02:05 AM

Always when i upload a file in a server, the file is stored correctly, but it's not saved in the database and the javascript alert returns me an error like this: 'An error has occurred on uploading'.

 

1) The file is uploaded correctly, just don't save in database and JS return the error.

2) In my local server everything works fine, the problem is on the server cloud (hostgator).

 

What should i do ?


edramirez
  • profile picture
  • Member

Posted 20 November 2013 - 09:58 AM

It's like a dog that went inside the elevator but the door closed while its tail was still outside.

Could be a technical error with the server or a problem with your internet connection. or both...

 

Ed Ramirez


Bart Reis
  • profile picture
  • Member

Posted 20 November 2013 - 17:05 PM

I found the error, i was echoing a message using 'echo' function, i dropped it, and then the upload turn back to work !