2
Very odd problem. I would think that the ModGen module would reference the XOOPS_URL variable and create the directory based on that output.
You can determine what your XOOPS path is in a few ways...
1. View mainfile.php in a plain text editor like Notepad or vi.
2. Upload a file into your XOOPS modules directory with the following code in it (you can call it whatever you want).
(); ?>
3. Use the XOOPSinfo module to report back such variables.
Aside from path difficulties, you may want to make sure you permissions are set correctly. Other than that, PHP debug messages would be needed to further troubleshoot this issue.
HTH.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.