Welcome to Geeklog, Anonymous Thursday, November 28 2024 @ 12:48 am EST
Geeklog Forums
Admin login account
Page navigation
Dummy Old Man
Anonymous
In the excitement and fog of finally getting the site up, I seem to have missed a step somewhere concerning the admin account for the site. Is it the same as the admin account for MySQL ? If not, where do I reset the admin account information?
Thanks!
Thanks!
34
35
Quote
Status: offline
JohnVanVliet
Forum User
Full Member
Registered: 10/09/03
Posts: 161
user name : Admin
Admin passsword : password
that is untill you change it
Admin passsword : password
that is untill you change it
37
38
Quote
apoioacores
Anonymous
I have the same problem and the message I get is:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ilhas.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
I can't find any misconfiguration!!!!!! can anyone give me a hand?
Thanks
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ilhas.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
I can't find any misconfiguration!!!!!! can anyone give me a hand?
Thanks
49
22
Quote
silkstar
Anonymous
im having the same truble too ,was really happy to see it running (everything else works fine) can even login as a normal user but the admin password doesnt login me on as admin..just the annoying red sign 'All access to administrative portions of this web site are logged and reviewed.
This page is for the use of authorized personnel only.'
would really apprciate any ideas around this as i thought i was almost there thx in advance
This page is for the use of authorized personnel only.'
would really apprciate any ideas around this as i thought i was almost there thx in advance
29
35
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by silkstar: can even login as a normal user but the admin password doesnt login me on as admin
That's very unusual ... Try dropping the database and running the install script again. And/or try deleting your cookies.
bye, Dirk
28
36
Quote
Christopher
Anonymous
I probably have the same kind of problem here .... can't login under Admin or Moderator using the default password ... takes me to the try again login screen. This is a fresh install. I've read the FAQ and perused the forums but haven't found anything that works. Removed the password in the DB and even used md5sum to create a has of 'password' to paste back into the DB, but no luck. I've noticed the cookie realm has an extra . in frot of it. When I set $_CONF['cookiedomain'] = 'www.endsley.net'; the cookie under firefox will be .www.endsley.net .... is that normal? Other cookies by other programs don't have that extra period. So at the moment I've exhausted all the ideas I have about loggin in as Admin/Moderator on a fresh install.
27
32
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
The only thing I can think of that would cause the password not be recognized is when it's using really exotic characters. But since the default is simply "password" that obviously doesn't apply ...
As for the extra dot: If you don't set set $_CONF['cookiedomain'] and your $_CONF['site_url'] is http://www.example.com, then Geeklog will automatically set the cookie to .example.com (with the leading dot). This is sort of a "wildcard" syntax and will match all subdomains (www.example.com, mysite.example.com, etc.).
The extra dot in your case won't hurt, but if you don't want it there, simply set $_CONF['cookiedomain'] accordingly.
bye, Dirk
As for the extra dot: If you don't set set $_CONF['cookiedomain'] and your $_CONF['site_url'] is http://www.example.com, then Geeklog will automatically set the cookie to .example.com (with the leading dot). This is sort of a "wildcard" syntax and will match all subdomains (www.example.com, mysite.example.com, etc.).
The extra dot in your case won't hurt, but if you don't want it there, simply set $_CONF['cookiedomain'] accordingly.
bye, Dirk
30
36
Quote
Status: offline
JohnVanVliet
Forum User
Full Member
Registered: 10/09/03
Posts: 161
hi are thease set in config.php --- lines 49 to 57 ---
$_DB_host = ???????
$_DB_name =???????
$_DB_user = ???????
$_DB_pass =???????
...
and
_DB_table_prefix = 'gl_';
Text Formatted Code
$_DB_host = ???????
$_DB_name =???????
$_DB_user = ???????
$_DB_pass =???????
...
and
_DB_table_prefix = 'gl_';
33
30
Quote
den850
Anonymous
I was running into exactly same problem - unable to login as Admin or Moderator. I am running GeekLog 1.3.11 under PHP 5.0.4 and Apache 2.0.
In my case I was able to solve it by setting the 'register_long_arrays = On' and 'register_argc_argv = On' in php.ini.
(I am not sure if I really had to set the 'register_argc_argv', but it was getting late, so I didn't wanted to take chances and set both)
In my case I was able to solve it by setting the 'register_long_arrays = On' and 'register_argc_argv = On' in php.ini.
(I am not sure if I really had to set the 'register_argc_argv', but it was getting late, so I didn't wanted to take chances and set both)
30
38
Quote
ehumbert
Anonymous
Have the same problem... log in as Admin or Moderator, and get taken back to the login page... the name or password invalid. My host is using php ver 4.4.2, and the "register_argc_argv" is set to on. The "regiter_long_arrays" is not displayed in the phpinfo.php page. I don't know if it is even part of that version. All I know is I can't log in as Admin, and I cant customize it. Does anyone know what causes this?
27
24
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
As of Geeklog 1.4.0, register_globals doesn't have to be "on" any more.
Start here: I can't log in.
bye, Dirk
Start here: I can't log in.
bye, Dirk
32
25
Quote
Status: offline
ehumbert
Forum User
Newbie
Registered: 02/28/06
Posts: 1
Location:Denver, Colorado
Well, I installed this thing through the cpanel of my hosting company. The version they supply is 1.3.11, so that doesn't do me a bunch of good. I have no way of upgrading it. I will probably end up just pulling the whole thing.
34
30
Quote
Status: offline
donm1021
Forum User
Chatty
Registered: 12/31/05
Posts: 56
Quote by Dirk: As of Geeklog 1.4.0, register_globals doesn't have to be "on" any more.
Start here: I can't log in.
bye, Dirk
Start here: I can't log in.
bye, Dirk
I don't know if this is the same problem or not. But I just finished three fresh installs of GL 1.4.0sr1.
After the installation and trying to login as Admin... I am taken right back to the login screen, no error messages, and it appears that was not able to successfully login. However, if I click on any of the links in "Topics" the login block disappears and is replaced by the admin block - a successful login?
The problem is after entering the userName: Admin and password: password... you are returned to the login making it appear as though you did not login (no error messages). This happens on every installation of 1.4.0sr1 that I have completed (4).
donm
33
34
Quote
guest
Anonymous
I couldn't login with admin or mod account after installing.
I changed the "register_argc_argv" and "regiter_long_arrays" to "ON" as suggested and now things seem to be working fine.
Thanks
I changed the "register_argc_argv" and "regiter_long_arrays" to "ON" as suggested and now things seem to be working fine.
Thanks
25
23
Quote
Page navigation
All times are EST. The time is now 12:48 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content