SQL problem

hemagx

Administrator
Messages
249
Points
28
Discord
Ema
IRC Nickname
Ema
Github
hemagx
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.

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

just delete whats inside in index.php

 
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-

 
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

 
@hemagx

as what ive told you, after you sql update, delete all the text in the index.txt =)  

 
can't test now.

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

 
Back
Top