| Re: Post installation problem- blank page; open_basedir restriction |
| by Krusher on 2003/10/8 19:48:29 What worked for me was dumping the database and reinstalling XOOPS again OVER itself Then point your browser to http://www.mysite.com/xoops/install/index.php I got these problems twice on different sites, and in both cases this worked. |
| Re: Post installation problem- blank page; open_basedir restriction |
| by The_Rob on 2003/10/8 19:25:18 I can not get to the admin section either - When I log in, there is nothing on the page except a login mod. I have admin rights, thoughts, ideas? There were no issues when I created the database, or install. |
| Re: Post installation problem- blank page; open_basedir restriction |
| by Krusher on 2003/10/8 13:41:44 Problem seems solved now, although I can't get to the Administrator section, it keeps logging me in. templates_c should be chmod 777 not 666 Ok, I dropped the database and reinstalled it, and it's running now I should have known better, permissions and all that but alas. |
| Re: Post installation problem- blank page; open_basedir restriction |
| by onokazu on 2003/10/8 13:40:37 Just to confirm, do you have ');' at the end of that line? It should look like define('XOOPS_ROOT_PATH', '/home/httpd/vhosts/mysite.com/httpdocs/v2'); |
| Re: Post installation problem- blank page; open_basedir restriction |
| by Krusher on 2003/10/8 13:33:13 This is in my mainfile.php: define('XOOPS_ROOT_PATH', '/home/httpd/vhosts/mysite.com/httpdocs/v2' Seems correct to me. |