• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Alpha 2

Abhean

New Member
AMS Premium
CAS Premium
EMS Early Adopter
LD Premium
RMS Premium
SC Premium
UBS Premium
I found updating this to the prior version site stopped working with errors on screen which I did not copy :( but disabling the addon got it back up (main site). I then updated the new add version (takes awhile) and is working very well!

So I would suggest backing up then disabling RMS, do the update and it should work fine. Just my 2 cents.
 
Upvote 0
@Bob I pulled the logs for the above errors. Thought you may want to look at them. As I said above once it was installed (I think this is where it creates the tables it was all fine).

  • XF\Db\Exception: MySQL statement prepare error [1146]: Table 'introvw8_forumsnew.xf_xa_rms_location' doesn't exist
  • src/XF/Db/AbstractStatement.php:230
  • Generated by: Unknown account
  • Nov 2, 2024 at 12:01 PM

Stack trace​

UPDATE xf_xa_rms_location AS location
INNER JOIN xf_xa_rms_location_view AS location_view ON (location.location_id = location_view.location_id)
SET location.view_count = location.view_count + location_view.total

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

#0 src/XF/Db/Mysqli/Statement.php(207): XF\Db\AbstractStatement->getException('MySQL statement...', 1146, '42S02')
#1 src/XF/Db/Mysqli/Statement.php(43): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1146, '42S02')
#2 src/XF/Db/Mysqli/Statement.php(61): XF\Db\Mysqli\Statement->prepare()
#3 src/XF/Db/AbstractAdapter.php(96): XF\Db\Mysqli\Statement->execute()
#4 src/addons/XenAddons/RMS/Repository/Location.php(317): XF\Db\AbstractAdapter->query('
UPDATE xf_x...')
#5 src/addons/XenAddons/RMS/Cron/Views.php(17): XenAddons\RMS\Repository\Location->batchUpdateLocationViews()
#6 src/XF/Job/Cron.php(42): XenAddons\RMS\Cron\Views::runViewUpdate(Object(XF\Entity\CronEntry))
#7 src/XF/Job/Manager.php(275): XF\Job\Cron->run(6.91077)
#8 src/XF/Job/Manager.php(205): XF\Job\Manager->runJobInternal(Array, 6.91077)
#9 src/XF/Job/Manager.php(89): XF\Job\Manager->runJobEntry(Array, 6.91077)
#10 job.php(46): XF\Job\Manager->runQueue(false, 8)
#11 {main}

Request state​

array(4) {
["url"] => string(8) "/job.php"
["referrer"] => string(135) "Administrator login | Service Dog Advocate"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Ya, that is expected and unavoidable during the upgrade. Those are safe to delete as part of post upgrade steps.
 
Back
Top