MODX XML root folder

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
griffinmt
Registered User
Posts: 10
Joined: Mon Feb 02, 2009 12:26 am

MODX XML root folder

Post by griffinmt »

Can anyone tell me 'current directory' is when the mod installation xml file is being proceesed?

In particular, when the contents of the <sql> tags are being 'executed', what is the current directory at that time.

I am trying to setup a LOAD DATA LOCAL INFILE to run during that process.

TIA
Last edited by Erik Frèrejean on Fri Feb 06, 2009 10:00 pm, edited 1 time in total.
Reason: Moved to mod/style support
Martyn T. Griffin

User avatar
Erik Frèrejean
Registered User
Posts: 207
Joined: Thu Oct 25, 2007 2:25 pm
Location: surfnet
Contact:

Re: MODX XML root folder

Post by Erik Frèrejean »

There is nothing executed in MODX. MODX is just a standard to display the changes one have to make in order to install a MOD.
Available on .com
Support Toolkit developer

griffinmt
Registered User
Posts: 10
Joined: Mon Feb 02, 2009 12:26 am

Re: MODX XML root folder

Post by griffinmt »

Executed may not be the correct terminology, but in fact the xml file is parsed and processed and such tags as <file> and <sql> (among others) are handled at this point. I just want to understand what folder is current during those events.

EDIT: OOPS, should mention that I am using Autmod to do this.

Martyn

Locked