Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

transfer website from localhost to web host (maxnet.co.nz)


Go to End


16 Posts   15017 Views

Avatar
sherman

Community Member, 48 Posts

23 July 2008 at 6:18am

Edited: 23/07/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_tab

Im not able to access my admin section.

Avatar
Willr

Forum Moderator, 5523 Posts

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

Avatar
Willr

Forum Moderator, 5523 Posts

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

Avatar
sherman

Community Member, 48 Posts

24 July 2008 at 6:13am

Edited: 24/07/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?

Avatar
Willr

Forum Moderator, 5523 Posts

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'

Avatar
sherman

Community Member, 48 Posts

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.

Avatar
Willr

Forum Moderator, 5523 Posts

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?

Avatar
evren

Community Member, 37 Posts

15 October 2008 at 6:17am

Edited: 15/10/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.

Go to Top