<![CDATA[ Support/Comments for Provisioner 1.9-beta - My Forums]]> https://forums.modx.com/thread/?thread=39146 <![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-503243
Next, try turning the compress_js and compress_css System Settings off and clearing your browser cache and cookies.
]]>
BobRay Jul 16, 2014, 12:32 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-503243
<![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-503201 jisaac Jul 15, 2014, 11:28 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-503201 <![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-462064 shamblett Apr 08, 2013, 01:26 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-462064 <![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-462029 franklos Apr 07, 2013, 10:43 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-462029 <![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-459991 y great timesaver

When I ran it initially, I ticked the 'Parent Categories' box. This resulted in me only being able to see (in the Revo manager) elements (chunks & tv's) that didn't have a category (in Evo). Looking in the Revo database, all the categories and chunks had been imported and the chunks all had their categories set - but only the chunks with category = 0 were showing up in the Revo manager. Doing an SQL Update and changing all the Chunk's category field to 0 made them all appear in the manager.

After a bit of poking around trying to figure out what was going on (me misunderstanding what the 'Parent Categories' thing is supposed to do, maybe?) - I ran it again without the box ticked. This time, all the imported chunks were visible in the Revo manager, inside their respective categories.

Am I misunderstanding this? How are you supposed to view/edit imported elements in the revo manager, if the original element was in a category in evo and you've got the 'Parent Categories' box ticked on import?This is a great add-on and has certainly encouraged me to try Revo again.

Just in case anybody gets this problem (like I just did!) you need to set the parent category of your imported categories to 0 (zero) in your database - clear cache and refresh your page - all 'hidden' chunks that have been imported will show up in your resources pane.

]]>
chrisandy Mar 24, 2013, 07:13 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-459991
<![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445839
It should be usefull to keep a documentation somewhere (rtfm.modx.com?) to explain the manual procedure to use Provisioner and keep it up to date if necessary smiley]]>
Spheerys Dec 05, 2012, 04:07 PM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445839
<![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445822 Quote from: Spheerys at Dec 05, 2012, 04:40 PM
Thanks for this soluce smiley
I will test it next time.

I never understand why this extension was not supported/adapted for lastest MODx version...

Its because Provisioner itself can't fix this, the only entity(for want of a better word) that can login to the core is manager, remote login as used by Provisioner in the past doesn't work now, hence my call for a core driven authentication system.
]]>
shamblett Dec 05, 2012, 02:05 PM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445822
<![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445797
I will test it next time.

I never understand why this extension was not supported/adapted for lastest MODx version...]]>
Spheerys Dec 05, 2012, 10:40 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445797
<![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445794
After finishing the use of Provisioner it is important to put back the original file of course, so make a copy. The file is located in the target MODX-Installation (where you want to log in):

/core/model/modx/modconnectorresponse.class.php


and lines 98 - 111 have to be deleted :

/* ensure headers are sent for proper authentication */
if (!$isLogin && !isset($_SERVER['HTTP_MODAUTH']) && !isset($_REQUEST['HTTP_MODAUTH'])) {
...
$this->body = $modx->error->failure($modx->lexicon('access_denied'),array('code' => 401));


Beginning of line 112 has to be corrected of course to :

if (!isset($options['location']) || !isset($options['action'])) {

]]>
d.helfensteller Dec 05, 2012, 10:04 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=15#dis-post-445794
<![CDATA[Re: Support/Comments for Provisioner 1.9-beta]]> https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=14#dis-post-441339
We have a UAT version of the site which the client has been adding resources to and then we have a live version we need to merge the newly created resources into. As it is a sizable site on 2.2.5 I don't think downgrading/upgrading is a viable option.

Any word on an update?]]>
shaunmorrison Oct 25, 2012, 06:26 AM https://forums.modx.com/thread/39146/support-comments-for-provisioner-1-9-beta?page=14#dis-post-441339