liquidkrep Posted July 9, 2009 Share Posted July 9, 2009 First I am very new to php so bear with me if I don't make a lot of sense. I'm having an issue with my current website. I have a simple cms setup, when I try to update a section of the site through the administrations panels it does not update anything. I am not able to update the current content that is there and when I do it does not change at all. It reverts back to the original content. I'm not sure if this has to do with the database or something else? Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/ Share on other sites More sharing options...
ignace Posted July 9, 2009 Share Posted July 9, 2009 Which cms are you using? Any example code? Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-871937 Share on other sites More sharing options...
liquidkrep Posted July 14, 2009 Author Share Posted July 14, 2009 It is a cms that my previous web guy did for the website. I actually noticed the issue in other parts of the site as well. When I change the content from the mysql database it changes the content without a problem but when I change the content from the admin end of the site, it does not save to the database and it doesn't load the current content. Also, I'm sure this has to do something with the current issue. The website was on another host and I changed my hosting service. When I saved the original files and saved the database from the old host and uploaded everything over to the new host, this started happening. Any help? Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-875333 Share on other sites More sharing options...
newbtophp Posted July 14, 2009 Share Posted July 14, 2009 When you switched host, did you configure the db correctly with the cms/admin? Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-875335 Share on other sites More sharing options...
phporcaffeine Posted July 14, 2009 Share Posted July 14, 2009 liquidkrep, Is this a Joomla CMS? Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-875341 Share on other sites More sharing options...
liquidkrep Posted July 14, 2009 Author Share Posted July 14, 2009 When you switched host, did you configure the db correctly with the cms/admin? I configured a php file that connected to the database so I know it is loading the content from the DB but on the admin section something is incorrect. Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-875359 Share on other sites More sharing options...
liquidkrep Posted July 14, 2009 Author Share Posted July 14, 2009 liquidkrep, Is this a Joomla CMS? No it is not. Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-875360 Share on other sites More sharing options...
liquidkrep Posted July 14, 2009 Author Share Posted July 14, 2009 When you switched host, did you configure the db correctly with the cms/admin? Actually what would I need to do to make sure the db is configured with the admin? Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-875396 Share on other sites More sharing options...
liquidkrep Posted July 14, 2009 Author Share Posted July 14, 2009 I just noticed something else, when I took a look at the database, it logs the information that was inputted but it doesn't go live on the site. So could there be something with the DB not loading correctly with the php code? Quote Link to comment https://forums.phpfreaks.com/topic/165337-database-not-uploading-new-information-from-php/#findComment-875474 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.