I’m sorry, some differences between the User Guide and the actual interface got me over that with Revo URL is the "connectors" directory. It is now connecting...
OK logiag, I’v raised a ticket in github for your issue.
vhollo, the imports directory error is a bug, ticket raised in github, all you need do here is create the directory and make it writeable by your web server, its inly used for file imports.
The Evo character encoding has cropped up before, all content type fields are converted to utf8 before transmission, I’m not sure why this works for some people and not others, or partially works, as in your case.
The HTTP_REFERER is a bug also, ticket raised in github.
Use MODx, or the cat gets it!
One more bug I found in listing Evo users.
Line 93 in revogateway\connectors\users\getlist.php:
[tt] $sql = "SELECT fullname, email, blocked FROM " . $table_prefix . "web_user_attributes" .
" WHERE `id` = " . $web_user[’id’];[/tt]
should be:
[tt] $sql = "SELECT fullname, email, blocked FROM " . $table_prefix . "web_user_attributes" .
" WHERE `internalKey` = " . $web_user[’id’];[/tt]
Excellent, thanks vhollo, hoping this will settle the character conversion probs. Tickets raised for both the above.
Use MODx, or the cat gets it!
-
☆ A M B ☆
- 265 Posts
How do I get the Evolution part of this to work?
I’ve uploaded all the /revogateway/ gateway files to /assets/snippets/revogateway/ do I have to also create a new snippet in Evo too?
When I enter my Evo login details I get an error message like this:
Any ideas where I’m going wrong?
MODX Ambassador for Thailand. Managing Director at
Monogon, a web design and development studio based in Bangkok, Thailand. -
Follow me on Twitter.
The URL is simply the site URL for Evolution sites, so in your case its
http://www.wopc.co.uk, I’d type this in and logout first, then log in and see what happens.
Use MODx, or the cat gets it!
-
☆ A M B ☆
- 265 Posts
ah I see!
I tried what you said after logging out of the Evo site and I got this error message:
Do the files have to have any certain permissions? They are in /assets/snippets/revogateway/ is this correct?
MODX Ambassador for Thailand. Managing Director at
Monogon, a web design and development studio based in Bangkok, Thailand. -
Follow me on Twitter.
Check that the revogateway folder contains an index.php file and a folder named connectors, no special perms are needed.
Use MODx, or the cat gets it!
-
☆ A M B ☆
- 265 Posts
Ack!
I actually put the files in /assets/revogateway/ It’s connecting now
Very nice plugin! It’s even converted the snippet and chunk placeholders

Would it be possible to preserve the ID numbers of the resources so internal links don’t break?
MODX Ambassador for Thailand. Managing Director at
Monogon, a web design and development studio based in Bangkok, Thailand. -
Follow me on Twitter.