ProEvents 'RadiantWeb Products Update'

Permalink
I know I should post this on the related add-on page but wondered if anyone else is getting this message when logged into the dashboard.

Chad generally not answering ver quickly, I'm getting it on my site and also here... http://demo.chadstrat.com/index.php/dashboard...

1 Attachment

dhdesign
 
RadiantWeb replied on at Permalink Reply
RadiantWeb
replied to in thread.

C
kspitzley replied on at Permalink Reply
kspitzley
**UPDATE**
Somehow, my site became disconnected from the community so I did not see that there was a ProForms update that took care of this issue


**Original Post**
This is also happening for proforms customers - I posted a bug in the ProForms support area, but I can't see your response to dhdesign because I am not a ProEvents customer.

In case anyone needs a quick fox for this, as a temporary measure, I modified the controller.php in the root proforms folder by commenting out lines 796-798:

//Loader::library('static_pace','proforms');
      //$sp = new StaticPaceProForms();
      //$sp->setupStaticPace();


I tried to ovveride the controller.php in blocks/proforms and in controller/proforms, but the only way I could get it to stick was to overwrite the packages/proforms/controller.php.
RadiantWeb replied on at Permalink Reply
RadiantWeb
For everyone else's benefit here:

The updater code has been removed from ProEvents,ProBlog, & ProForms permanently, you simply need to make sure you're on the latest version to make this go away.

However, as mentioned above you can temporarilly get rid of the dialog by opening up /packages/proaddon/controller.php and commenting out the code near the bottom that looks something like this:

Loader::library('static_pace','proforms');
$sp = new StaticPaceProForms();
$sp->setupStaticPace();


hope this helps and apologies for the mishap.

ChadStrat