Welcome Guest, Not a member yet? Register   Sign In
A3M - Account Authentication & Authorization Module

[eluser]Noor[/eluser]
[quote author="Peng Kong" date="1265978639"]check the htaccess and config.php baseurl.
you shouldn't be getting 404 when u click sign in
signin and signup is both implemented.
you can look at the demo i've setup http://it.euphoriatwentythree.com/projects/a3m/[/quote]

Help me please, I can't get the demo working.
I did set the config and .htaccess but it's still get 404 when I click links (sign in, sign up, and other).
I'm using Windows XP, WAMP server 2.0a (apache 2.2.6, PHP 5.2.5, mySQL 5.0.45, and I enable rewrite_module, php_curl)
What else do I need to do?

[eluser]prit[/eluser]
This is a wonderful initiative. I love the look, feel and features included. Thanks a lot. Are you planning to include:
1 - activation emails
2 - role based authentication
3 - admin access to edit / ban users

Sorry if I ask too much.

Great work!

[eluser]ShannenName[/eluser]
Quote:Help me please, I can't get the demo working.
I did set the config and .htaccess but it's still get 404 when I click links (sign in, sign up, and other).
I'm using Windows XP, WAMP server 2.0a (apache 2.2.6, PHP 5.2.5, mySQL 5.0.45, and I enable rewrite_module, php_curl)
What else do I need to do?

Post the contents of your .htaccess

[eluser]Peng Kong[/eluser]
[quote author="prit" date="1271326415"]This is a wonderful initiative. I love the look, feel and features included. Thanks a lot. Are you planning to include:
1 - activation emails
2 - role based authentication
3 - admin access to edit / ban users

Sorry if I ask too much.

Great work![/quote]

1) Not sure yet. i might tho. but it conflicts with openid.

2) yes. but no timeline atm sorry. kinda busy with work.

3) that needs (2) to do

[eluser]Noor[/eluser]
[quote author="ShannenName" date="1271328064"]
Post the contents of your .htaccess[/quote]
I use .htaccess from the demo, I didn't change anything.
Code:
RewriteEngine on
RewriteRule ^$ /a3m/index.php [L]
RewriteCond $1 !^(index\.php|css|img|js|scripts|system|uploads|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /a3m/index.php/$1 [L]
and here is my config.php
Code:
$config['base_url']    = "http://localhost/a3m/";

[eluser]ShannenName[/eluser]
[quote author="Noor" date="1271407225"]I use .htaccess from the demo, I didn't change anything.
Code:
RewriteEngine on
RewriteRule ^$ /a3m/index.php [L]
RewriteCond $1 !^(index\.php|css|img|js|scripts|system|uploads|robots\.txt|favicon\.ico)
RewriteRule ^(.*)$ /a3m/index.php/$1 [L]
and here is my config.php
Code:
$config['base_url']    = "http://localhost/a3m/";
[/quote]

Are you sure that you've imported a3m.sql and configured the database?

[eluser]vicman[/eluser]
Your site has been marked as malicious, please check it.

[eluser]Noor[/eluser]
[quote author="ShannenName" date="1271682340"]
Are you sure that you've imported a3m.sql and configured the database?[/quote]
I'm sure.
I got my home page, but when I clicked one of the link it was loading for some time and then display error. I checked in the firebug, it says 404.
Sorry for my bad english, you understand what I mean do you.

[eluser]Peng Kong[/eluser]
[quote author="vicman" date="1271813345"]Your site has been marked as malicious, please check it.[/quote]

wow my goodness no idea why man... let me check.
any suggestions on what i should do?

[eluser]danmontgomery[/eluser]
http://safebrowsing.clients.google.com/s...e&hl=en-US

Looks like malware being served by an ad




Theme © iAndrew 2016 - Forum software by © MyBB