D
|
DealerModulesDevClub member 8/1/2016 |
My PHPR apps and data bases are hosted with Godaddy. I have never had a problem in years until just recently. I cannot modify records, even when using PHPmyadmin. Tech support found two php files in the root of my account which he said were the problem files. He renamed those but the problem still exists. I tried reloading the apps but no help. My guess is that there is something corrupted in SQL. Has anyone seen this and were you able to clean it? I do not have a backup of the data but the records look OK. Any help would be appreciated.
|
M
|
mfriend 8/2/2016 |
My PHPR apps and data bases are hosted with Godaddy. I have never had a problem in years until just recently. I cannot modify records, even when using PHPmyadmin. Tech support found two php files in the root of my account which he said were the problem files. He renamed those but the problem still exists. I tried reloading the apps but no help. My guess is that there is something corrupted in SQL. Has anyone seen this and were you able to clean it? I do not have a backup of the data but the records look OK. Any help would be appreciated.
|
![]() |
romaldus 8/2/2016 |
My PHPR apps and data bases are hosted with Godaddy. I have never had a problem in years until just recently. I cannot modify records, even when using PHPmyadmin. Tech support found two php files in the root of my account which he said were the problem files. He renamed those but the problem still exists. I tried reloading the apps but no help. My guess is that there is something corrupted in SQL. Has anyone seen this and were you able to clean it? I do not have a backup of the data but the records look OK. Any help would be appreciated.
|
C
|
cjsaputo author 8/18/2016 |
Hi CJS, It sounds like your mysql database is set to read only. This link may help: http://stackoverflow.com/questions/18401120/how-do-i-set-mysql-temporarily-to-read-only-through-the-command-line Even if it is read only. You should be able to backup your mysql locally with PHPmyadmin. I would then restore back locally and then test locally to see if this fixed it. Paul
|
D
|
DealerModulesDevClub member 8/19/2016 |
Using PHPmyadmin I was able to insert a record so it does not appear it is set to read only. I tried adding a record from the live app and it still does not work. The read only flag is set to "OFF". I have reloaded the app but still no good. Any more thoughts?
|
![]() |
lefty 8/19/2016 |
Is the credentials in your PHPRunner project the same as what you used for your PHPmyadmin login? I would try adding a new user to the database, giving them full privileges and adjust your PHPRunner project to the new credentials. Could be an indexing issue from PHPRunner, is it happening to all of your tables or just one of them? If just one, take a look at your indexes set in your PHPRunner app. Sorry I don't have a better answer, I am sure you are tired of messing with it by now.
|