Jump to content
  • 0
Sign in to follow this  
hemagx

SQL problem

Question

Hi,

 

i done clone of my server database to test change From rA to Herc.

i did all updates in the upgrades folder but when i start the server i get the follow errors.

 


 

[Error]: SQL upgrade file sql-files/upgrades/ was not found![Error]: SQL upgrade file sql-files/upgrades/ was not found![Error]: SQL upgrade file sql-files/upgrades/ was not found![Error]: SQL upgrade file sql-files/upgrades/ was not found![Error]: SQL upgrade file sql-files/upgrades/ was not found! 

 

How can i fix it ?

thanks.

 

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Instead of deleting the contents of the index file its best to add the timestamps to make sure you are completely up to date.

inside sql-files/upgrades each one of the .sql files has something like 

INSERT INTO `sql_updates` (`timestamp`) VALUES (SOME RANDOM BIG NUMBER);

 

Make sure you run those inserts -if you're 100% sure you applied the patches-

Share this post


Link to post
Share on other sites
  • 0

after you import it, you can see in sql/upgrade/index.txt

just delete whats inside in index.php

 

 

Sure :3 it's fix it ? not jusr hide it.

 

Instead of deleting the contents of the index file its best to add the timestamps to make sure you are completely up to date.

inside sql-files/upgrades each one of the .sql files has something like 

INSERT INTO `sql_updates` (`timestamp`) VALUES (SOME RANDOM BIG NUMBER);

 

Make sure you run those inserts -if you're 100% sure you applied the patches-

 

i did it for every SQL udpate so i fixed other Errors but i sill have that one

Share this post


Link to post
Share on other sites
  • 0

can't test now.

i will do it later and after it i will make this topic sloved or i will ask again thanks

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.