19
Just curious - did you try to use on your installation RM Common Utilities?
I just installed Publisher on my WAMP Server and had no issues:
XOOPS Version XOOPS 2.5.4
PHP Version 5.3.10
mySQL Version 5.5.20-log
Server API apache2handler
OS WINNT
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen Off
fsockopen On
post_max_size 8M
max_input_time 60
output_buffering 1
max_execution_time 30
memory_limit 128M
file_uploads On
upload_max_filesize 2M
BTW, for security, you should have those turned OFF:
Quote:
register_globals On
magic_quotes_gpc On
allow_url_fopen On