17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 10011 Views |
-
Re: transfer website from localhost to web host (maxnet.co.nz)

23 July 2008 at 6:18am Last edited: 23 July 2008 7:27am
After following these steps I have now lost my admin section?
* almost fixed
The login screen stalls and takes me to this url:
http://xxxxxx.org/_devsite/Security/login#MemberLoginForm_LoginForm_tabIm not able to access my admin section.
-
Re: transfer website from localhost to web host (maxnet.co.nz)

23 July 2008 at 11:24am
http://xxxxxx.org/_devsite/Security/login#MemberLoginForm_LoginForm_tab
That error means that the login failed and it redirected you to the Security login form again. Make sure your user account is setup correctly by inspecting the member table
-
Re: transfer website from localhost to web host (maxnet.co.nz)

23 July 2008 at 11:27am
2. where does the javascript folder get copied too?
3. where does the blog folder get copied too?The JS can go in 2 places - themes/yourtheme/javascript/* or you could put it in mysite/javascript/ I usually put it in the mysite/javascript but some people like to put it in the theme. It does really matter as SS doesnt do any dynamic loading or anything with JS - not like it does with CSS.
The modules (blog/forum etc) go in the root folder of your SS install eg same level as cms and sapphire
-
Re: transfer website from localhost to web host (maxnet.co.nz)

24 July 2008 at 6:13am Last edited: 24 July 2008 6:15am
I looked at the members table but the password is encrypted. Is there a way to add a new member from phpmyadmin?
I wrote down the login and pass when I installed SS but its not taking it for some reason.
Is there a way to add a new login and password with phpmyadmin?
-
Re: transfer website from localhost to web host (maxnet.co.nz)

24 July 2008 at 9:51am
Im not sure adding members via phpmyadmin - you probably can but never done it so dont know how the encryption stuff works etc for the fields. What you could do is hard code a user account in your mysite/_config.php file by going
Security::setDefaultAdmin("user", "crazynewpassword");
Which creates a user with username 'user' and the password 'crazynewpassword'
-
Re: transfer website from localhost to web host (maxnet.co.nz)

24 July 2008 at 9:53am
where would I add this in the config file? Seems as though it breaks the site.
Its really starting to bother me because I made sure to write down the login and password when I installed.
-
Re: transfer website from localhost to web host (maxnet.co.nz)

24 July 2008 at 9:59am
Do you get any error messages when you add that? Or does it just die? can you check your PHP Error Logs for anything?
-
Re: transfer website from localhost to web host (maxnet.co.nz)

15 October 2008 at 6:17am Last edited: 15 October 2008 11:42pm
Note: Just realized that my question is in wrong place, musnt follow a ended topic. Moved it a main topic called "How to change the installation folder" to let other people in need also can find an follow.
Hope I can solve also.
There is no option to delete a topic, clearing content dosent so I write this note in here.
| 10011 Views | ||
| Go to Top |



