We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Can anyone tell me where the problem could be? | Forum

Eduard Veganski
Eduard Veganski Jan 11 '13
http://www.s201148329.onlinehome.us/

That's the website. Don't mind the long name, it's just a bonus domain I've got from my web hosting provider. The server seems to meet all the requirements.

I used Installatron to install Oxwall. It wouldn't install first because of php-url-fopen. I fixed that and it installed, but doesn't really work. Any other PHP settings with which I need to be concerned?

Here's PHP info: http://www.s201148329.onlinehome.us/php_info.php

The server meets this:

  • Linux/Unix/Windows
  • Apache 2 or higher (with mod_rewrite module)
  • PHP 5.2.6 or higher with:
    • register_globals off
    • safe_mode off
    • suPHP off
    • suApache off
    • suhosin off
  • PHP modules:
    • PDO
    • DOM
    • mbstring
    • zip
    • zlib
    • ftp
    • json
  • MySQL 5.0 or higher
  • GD Library 2 with FreeType support
  • Mail server (SendMail, Exim or other)
  • Cron
The Forum post is edited by Eduard Veganski Jan 11 '13
Purusothaman Ramanujam
I feel you are good to go with those provided details.
Eduard Veganski
Eduard Veganski Jan 13 '13
You need to go to the website to see that it isn't working.
cit27
cit27 Jan 13 '13
yes ..your site is not working ...if click groups/blogs/ and all menus page will open other info...

Error 404: NOT FOUND!This domain name has just been registered.

How about .htacces file..
The Forum post is edited by cit27 Jan 13 '13
Eduard Veganski
Eduard Veganski Jan 13 '13
Thanks cit24 for the advice. I tried various combinations from 777 to 644, nothing works. Anything else I should look into?
Alia Team
Alia Jan 13 '13
Eduard, check following topic  http://www.oxwall.org/forum/topic/3913 ; :

>>add the following line to allow a subdomain (like directory.yoursitename.com)
RewriteCond %{HTTP_HOST} !directory.yoursitename.com$
Eduard Veganski
Eduard Veganski Jan 15 '13
Solved, thank you everyone