Login     Sign up
It won't let me sign up
Fat So (@fatso)
Join date: Aug 21st 2010
Community posts: 9
View Profile
Send Message

[b]I am trying to sign up for my site so it will allow me to admin. But, unfortunately it won't let me sign up!

I get this message:
Not Found

The requested URL /home/fatso/public_html/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request.[/b]

I am sure it is an easy fix, however I am overlooking it.

176 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

I think this can be solved from your /my/config.php

set the clean url off find
[code]
$var_cache_live = 3600; // seconds
//$ubase = $uhome.'/index.php?p=';
$ubase = $uhome.'/';
$num_per_page = 12;
[/code]
replace with
[code]
$var_cache_live = 3600; // seconds
$ubase = $uhome.'/index.php?p=';
// $ubase = $uhome.'/';
$num_per_page = 12;
[/code]

test this it may solve your problem

adil

176 months ago
Fat So (@fatso)
Join date: Aug 21st 2010
Community posts: 9
View Profile
Send Message

[quote=adil]I think this can be solved from your /my/config.php

set the clean url off find
[code]
$var_cache_live = 3600; // seconds
//$ubase = $uhome.'/index.php?p=';
$ubase = $uhome.'/';
$num_per_page = 12;
[/code]
replace with
[code]
$var_cache_live = 3600; // seconds
$ubase = $uhome.'/index.php?p=';
// $ubase = $uhome.'/';
$num_per_page = 12;
[/code]

test this it may solve your problem

adil [/quote]

I fixed that problem using this thread:
[url]http://community.jcow.net/forums/viewthread/76[/url]

I also had a problem after that. I found my own fix for it though. It did not show admin log in once I signed up for my Jcow after fixing the issue. I simply logged in as admin using admin for the user name and using the Pw I used when creating the first user account.

I am scanning the forum here now for some help with other items. If I get stuck again, I will post again, but for now I'll use the forum here and intuition.

Thanks for such quick replies!

176 months ago
ed mat (@edmat)
Join date: Aug 20th 2010
Community posts: 8
View Profile
Send Message

i have many members now complaining first they had problems to sign in and after they cannot acess the site.They are in portugal ,any solutions for this ?

176 months ago