Hi,
Changing the go_debug setting in config.php worked, so repgen is up and running.
Thanks.
Just a thought, when I did the upgrade from 2.2.1 to 2.2.2 if as root on the server I do:
tar xvfz frontaccounts.xxx -C /var/www/html
then that will replace the whole frontaccounts directory including any themes or modules. Is there a drawback to using
cp -a frontaccounts.xxx/* /var/www/html/frontaccount/
which saves you having to backup the modules and themes directories as it only overwrites the files that are in the upgrade tarball?
Cheers,
David