1
I have customized XOOPS on my local development environment and now I am trying to move it to a payed host.
What I did is:
I uploaded the dir containing my local install to the server.
I created a sql-dump from with my local phpmyadmin and dumped it on the server.
I modified mainfile.php to connect to the new database.
The problem is:
All the pages contain no data(display as white). If I try to run install I get No permission.
What do I need to do to make it work. I cannot install a new one since I made many modifications and translations.
Thanks for the help