Login     Sign up
sign up problems
dfcppnfounder (@dfcppnfounder)
Join date: May 8th 2010
Community posts: 50
View Profile
Send Message

sign up problems
now I get:
Fatal error: Call to undefined method login::post() in /home/ab2185/public_html/index.php on line 20
(I am still using 2.3 welcome_page.php becuase I get the ubove message when I use 2.5)

178 months ago
Vincent T (@vincent)
Join date: Jun 18th 2010
Community posts: 298
View Profile
Send Message

delete "includes/actions/login","includes/actions/logout", "includes/actions/signup".
and try again.

178 months ago
dfcppnfounder (@dfcppnfounder)
Join date: May 8th 2010
Community posts: 50
View Profile
Send Message

I did that and now I get this message. login fail
is it because I am trying to upgrade 2.3? I never had 2.4

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

did u updated your dbase ?????

178 months ago
Vincent T (@vincent)
Join date: Jun 18th 2010
Community posts: 298
View Profile
Send Message

Hi,
That's right. If you upgrade from 2.3, there is an additional step:
execute the following sql query:
[code]
ALTER TABLE jcow_accounts
ADD password VARCHAR( 30 ) NOT NULL AFTER username;
[/code]
and then run the "run http://[YOUR_JCOW_NETWORK_URL]/upgrade" again.

178 months ago
dfcppnfounder (@dfcppnfounder)
Join date: May 8th 2010
Community posts: 50
View Profile
Send Message

yes I have done this and still I get (login fail)

178 months ago
dfcppnfounder (@dfcppnfounder)
Join date: May 8th 2010
Community posts: 50
View Profile
Send Message

yes I did. now I get (login fail)

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

The only thing I can think of is the database error this you need to go into it back step by step and from ver 2.3 to ver 2.4 there is no database changes so the only thing you need to focus on is to go back and set the data base as mentioned above and do the other things and mostly delete the signup dir. from the action dir. and run upgrade again to import the passwords from jcow database ...

Let us know by screen how you do that step by step maybe you are missing something!!!!!

Adil

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

[quote=dfcppnfounder]yes I did. now I get (login fail) [/quote]

is that means you can sign up and can not login????

if yes

just import the passwords by running upgrade roten again
else
if no
alter the data base as mentioned in vencient reply and run upgrade again
else
if you can not either signup or login
redo the hole upgrading procedure again you have missed something

Adil

178 months ago