<![CDATA[ Support/Comments for Auditor - My Forums]]> https://forums.modx.com/thread/?thread=45129 <![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259842
I see that now. I just learned that we have a managed server and don’t have the software to be able to take advantage of mysqli. I am also pretty sure that we don’t have the latest version of MySQL.

I think we are at 5.0 >:(.

So I might have to suggest to our team to go the dedicated server way so that we can install the software we need.

Thanks for the update and response.

Matt]]>
TikaL13 Sep 08, 2009, 04:19 PM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259842
<![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259841 shamblett Sep 08, 2009, 03:30 PM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259841 <![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259840
I was hoping that someone had a better step by step process in implementing auditor to my version of modX.

I have version 1.0.0 and downloaded the latest version of Auditor 1.4.

I get this error when I try to run the module:

Fatal error: Cannot instantiate non-existent class: mysqli in assets/modules/auditor/php/main_body.php on line 738

Can anyone point me in the right direction.

Thanks,

Matt]]>
TikaL13 Sep 08, 2009, 02:26 PM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259840
<![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259839 Quote from: shamblett at Sep 07, 2009, 10:39 AM

OK, version 1.4 now released, works with Evo 1.0.0.

Very good news, thank you for the update shamblett.]]>
insert_nick Sep 07, 2009, 09:45 AM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259839
<![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259838
http://bitez.hobby-site.com/assets/site/software/projects/auditor/auditor_1.4.zip
]]>
shamblett Sep 07, 2009, 05:39 AM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=4#dis-post-259838
<![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259837
I’ve also been asked about a possible port to revo. I can do this if enough people want it. Revo is going to get its own auditing/content versioning system in a later release so this will probably only be an interim solution for migration purposes but no matter it can still be done if needed.]]>
shamblett Sep 05, 2009, 02:47 AM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259837
<![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259836 shamblett Mar 10, 2009, 02:49 PM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259836 <![CDATA[Code simplification]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259835
[tt]CREATE TABLE newtable LIKE oldtable; -- will copy the definition of oldtable
[/tt]
If it is required to add extra columns or remove existing ones you could provide ALTER TABLE statements. Might make the code a bit simpler to maintain. Of course preserving Auditor tables across MODx upgrades where columns might have been added or removed would be a nightmare but I’m guessing that is already the case.

IMHO this feature should have been an integral feature of MODx since day 1, I am currently working with a customer who is paying for ExpressionEngine rather than using MODx simply because EE has this feature built in and integrated.]]>
ed Mar 10, 2009, 12:04 PM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259835
<![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259834
Thanks for your reply!]]>
doncerdo Oct 27, 2008, 12:44 AM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259834
<![CDATA[Re: Support/Comments for Auditor]]> https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259833
Auditor just picks up the database settings from the config.inc.php and uses them. It should be possible to override the user name in the module code itself and any other parameters for that matter, i.e. at the top of the module code set $database_user to what you want, the code doesn’t use the MODx DB API,it opens its own connection with its own parameters so this should work but I need to check this.

I’m going to release Auditor 1.3 just after 0.9.6.3 is released so we can pick up its sql templates and a few other things, I’ll have a look at this as well, there may be some code to change here to support this. Please feel free to experiment with this if you wish and post your findings.]]>
shamblett Oct 26, 2008, 03:31 AM https://forums.modx.com/thread/45129/support-comments-for-auditor?page=3#dis-post-259833