deepakk Posted August 26, 2016 Share Posted August 26, 2016 I am using godaddy dedicated server for my website...But now i want to move for shared hosting in the same account of godaddy.com .. I already copy all the data from my dedicated to shared hosting plan & database also, But what i got site is running fine but there is no input of data to the database from frontend, Found application error from the signup/user account creation page only...in the mean time the website is running with no issue. Could you please help me what exactly the problem? I checked from myside everything is correct...Please help with the issue? I am using php & mysql. Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/ Share on other sites More sharing options...
requinix Posted August 26, 2016 Share Posted August 26, 2016 Clearly not everything is correct. Check your database information again. Make sure your database users are set up correctly. Look at whatever else is relevant. Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/#findComment-1536667 Share on other sites More sharing options...
deepakk Posted August 26, 2016 Author Share Posted August 26, 2016 in the signup form when click submit It gives error in frontend that" An Error Occurred " "Application Error".in the network tab it says " 500 Internal Server Error"What can i do? Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/#findComment-1536676 Share on other sites More sharing options...
Jacques1 Posted August 26, 2016 Share Posted August 26, 2016 How about checking the error log? Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/#findComment-1536683 Share on other sites More sharing options...
deepakk Posted August 26, 2016 Author Share Posted August 26, 2016 through F12 developer mode Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/#findComment-1536684 Share on other sites More sharing options...
Jacques1 Posted August 26, 2016 Share Posted August 26, 2016 No, the error log on the server. An internal server error by definition happens on the server. To find out the path, run php -i | grep error_log If it says “no value”, try the error log of your webserver (Apache?). Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/#findComment-1536686 Share on other sites More sharing options...
ginerjm Posted August 26, 2016 Share Posted August 26, 2016 From what I read it seems like you are changing your godaddy plan. I know that godaddy is not the best hosting company in the world, but shouldn't they be the ones 'moving' your 'site' from your old plan setup to the new one? Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/#findComment-1536696 Share on other sites More sharing options...
mac_gyver Posted August 27, 2016 Share Posted August 27, 2016 i'll give same advice i gave a little over an year ago when you moved from shared to dedicated hosting - http://forums.phpfreaks.com/topic/294527-transfer-my-website-from-shared-hosting-to-dedicated-server/ Quote Link to comment https://forums.phpfreaks.com/topic/302012-please-help-with-code/#findComment-1536738 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.