Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You have 64 files to execute to upgrade your database. You can use this following link : Update #261

Closed
alex4984191 opened this issue Jul 23, 2023 · 6 comments

Comments

@alex4984191
Copy link

After click to "Update" I hame error in /admin_area/admin_tool.php?id_tool=5

/includes/classes/admin_tool.class.php
return self::getTools([' id_tool = ' . mysql_clean($id)])[0];

@MacWarrior
Copy link
Owner

Hello @alex4984191 ,
Can you copy/paste your error ?
64 updates seems a bit strange as version system isn't that old

Thanks by advance,
Best regards,
MacWarrior

@alex4984191
Copy link
Author

alex4984191 commented Jul 23, 2023

image

I tried to upgrade from version 160 to the current one

@MacWarrior
Copy link
Owner

Can you also show your dashboard page ?
Error seems legit because you should not have version and tools initialized
From which version/revision are you updating ?

You can also try to directly go to /admin_area/upgrade_db.php
Redirection to this page should be automatic when version system isn't initialised

@alex4984191
Copy link
Author

I reinstalled the system and everything worked. I had to make changes to structure.sql

CREATE TABLE clipbucket.{tbl_prefix}tools --> {tbl_prefix}tools
CREATE TABLE clipbucket.{tbl_prefix}tools_status --> {tbl_prefix}tools_status

the installation hung on the creation of the structure and did not continue further, after the change everything is ok

@MacWarrior
Copy link
Owner

Thanks for reply, we'll check this asap !

@MacWarrior
Copy link
Owner

Hi @alex4984191,

Issue has been fixed on last commit

Thanks again for your report

Best regards,
MacWarrior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants