create account post hook doesnt return homedir??
Does anyone know how to figure out where the acct home dir is for the created account?? The data array sent to the hook in post doesnt include the homedir location. I just ran into a weird situation with my WP installer script the hook listens for acct create and if the plan is a WordPress plan it does a full install of Wordpress.
The problem is my server all of a sudden decided to switch to /home2 (im still investigating why this happened) but it broke my custom autoinstaller. I believe postwwwacct used to pass homedir but I dont use that anymore I migrated my code to use hooks.
Is this a bug or do I have to do tests to find the homedir????
Thx,
Eric Haskins
Does anyone know how to figure out where the acct home dir is for the created account?? The data array sent to the hook in post doesnt include the homedir location. I just ran into a weird situation with my WP installer script the hook listens for acct create and if the plan is a WordPress plan it does a full install of Wordpress.
The problem is my server all of a sudden decided to switch to /home2 (im still investigating why this happened) but it broke my custom autoinstaller. I believe postwwwacct used to pass homedir but I dont use that anymore I migrated my code to use hooks.
Is this a bug or do I have to do tests to find the homedir????
Thx,
Eric Haskins