Jump to content
thirty bees forum

autoupdate module


vincentdenkspel

Recommended Posts

Hi, i wanted to try the core update module but i get the following message:

Found modules which can disturb operations of this module. Please disable them. These modules are:

  • autoupgrade

I can't find this module.

Does somebody know where i can find this module and how i can solve the so i can use this module ?

Thanks

Link to comment
Share on other sites

Before modifying your database please do a backup of it first.

Look at your database (phpMyAdmin).  Look at ps_modules (or whatever your prefix is) and order by 'name', look for autoupgrade in the 'name'. Note the 'id_module' field, then delete that entry if you find it.  Next, assuming you found the autoupgrade module in the previous step,  look at ps_module_access, order by 'id_module', delete all three entries that correspond to the autoupgrade modules 'id_module'. Next...look at ps_module_group, and sort by 'id_module' you should find 4 entries with the same id as the module, delete them.

Edited by SLiCK_303
left a step out
  • Like 2
Link to comment
Share on other sites

@SLiCK_303 thank for taking the time in helping me out.  The message is gone now, but now i get the following javascript error:

 Processing log (request failed, see JavaScript console):

Below is what i get:

------------------------

jquery-1.11.0.min.js:4 POST https://domainname/admin/index.php?controller=AdminCoreUpdater&token=b849331f2819c9f40aa45e0b8662d764&action=processCompare&ajax=1 500


send @ jquery-1.11.0.min.js:4
ajax @ jquery-1.11.0.min.js:4
processAction @ controller.js:127
success @ controller.js:187
j @ jquery-1.11.0.min.js:2
fireWith @ jquery-1.11.0.min.js:2
x @ jquery-1.11.0.min.js:4
b @ jquery-1.11.0.min.js:4
XMLHttpRequest.send (async)
send @ jquery-1.11.0.min.js:4
ajax @ jquery-1.11.0.min.js:4
processAction @ controller.js:127
(anonymous) @ controller.js:42
j @ jquery-1.11.0.min.js:2
fireWith @ jquery-1.11.0.min.js:2
ready @ jquery-1.11.0.min.js:2
K @ jquery-1.11.0.min.js:2


controller.js:210 Request to https://domainname/admin/index.php?controller=AdminCoreUpdater&token=b849331f2819c9f40aa45e0b8662d764&action=processCompare&ajax=1 failed with status 'rejected'.

------------------------------

Any idea what the problem might be this time ?

Thanks

Link to comment
Share on other sites


 

Quote

controller.js:210 Request to https://domainname/admin/index.php?controller=AdminCoreUpdater&token=b849331f2819c9f40aa45e0b8662d764&action=processCompare&ajax=1 failed with status 'rejected'.

For the records, this is a common message for failed Ajax requests. Which usually means a problem on the PHP side, so one likely finds more help in the thirty bees or the Apache/PHP error logs.

 

That said, Core Updater v1.0.0 chokes on large ( > ~60 MiB) files in the file system. They just have to exist. That's why a fixed version was just released, v1.0.1:

https://github.com/thirtybees/coreupdater/releases/tag/1.0.1

 

P.S.: this version should also show up in the modules list in back office.

Link to comment
Share on other sites

Upgraded all modules and store from a 1.0.4 installation to a 1.0.8, and it all went seamless! Thank you for all the great work you guys do! Finally it seems like we don't have to prepare for the worst when upgrading! Switching to thirty bees has been nothing but a joyride for us. Thanx a lot! 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...