1 fatman Jan 06, 2008 23:57
3 fatman Jan 07, 2008 00:16
I already tried deleting all files and re-uploading, didn't make a difference.
4 yabba Jan 07, 2008 00:19
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
¥
5 afwas Jan 07, 2008 00:26
The error
Error in my_thread_global_end(): 1 threads didn't exit
is not related to B2evo but to either php or mySQL. See this thread http://forums.mysql.com/read.php?10,153077,153077#msg-153077 for more on this topic.
I advise you to contact your host and pass him this information.
Good luck
6 yabba Jan 07, 2008 00:37
Afwas wrote:
http://www.fatmanreviews.com/admin.php?ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard& ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard& ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard&ctrl=dashboard& ctrl=dashboard&ctrl=dashboard&blog=1
Try http://www.fatmanreviews.com/admin.php?foo=bar you get the same "ctrl=dashboard" never ending redirect.
Check your htaccess
¥
7 fatman Jan 07, 2008 00:38
Afwas wrote:
The error
Error in my_thread_global_end(): 1 threads didn't exit
is not related to B2evo but to either php or mySQL. See this thread http://forums.mysql.com/read.php?10,153077,153077#msg-153077 for more on this topic.I advise you to contact your host and pass him this information.
Good luck
I just opened a ticket with my host on that. Do you think going to an earlier release of B2evo will help, or changing to PHP 4 instead of 5? or both?
8 fatman Jan 07, 2008 00:44
¥åßßå wrote:
Try http://www.fatmanreviews.com/admin.php?foo=bar you get the same "ctrl=dashboard" never ending redirect.
Check your htaccess
¥
I didn't change anything in the .htaccess, here's the contents:
# Apache configuration for the blog folder
# Lines starting with # are considered as comments.# PHP SECURITY:
# this will make register globals off in the evo directory
<IfModule mod_php4.c>
php_flag register_globals off
</IfModule>
<IfModule mod_php5.c>
php_flag register_globals off
</IfModule># PHP5
# This may need to be in each folder:
# AddHandler application/x-httpd-php5 .php# CLEAN URLS:
# If you're using Apache 2, you may wish to try this if clean URLs don't work:
# AcceptPathInfo On# DEFAULT DOCUMENT TO DISPLAY:
# this will select the default blog template to be displayed
# if the URL is just .../blogs/
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule># CATCH EVERYTHING INTO B2EVO:
# The following will allow you to have URL right off the site root,
# using index.php as a stub but not showing it.
# This will add support for URLs like: http://example.com/2006/08/29/post-title
# Redirect anything that's not an existing directory or file to index.php
#
# RewriteEngine On
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteRule ^ index.php
should I remove it altogether?
9 fatman Jan 07, 2008 00:58
FIXED IT!
I went into my host and changed the PHP version from 5 to 4. Went back to my page tried to login, gave the same message that I was already logged in as admin and I clicked the Continue button and got right to Dashboard!!
Must be that bug with the version 5 PHP that my server has, conflicting with code in B2evo. Hopefully if they replace that dll file with the newest version I can go back to PHP 5, but I'm just glad it's working!!!
Thank you very much for the help, I've been trying for 2 days trying to get a blog up on my site! :lol:
10 afwas Jan 07, 2008 01:05
Well done.
Happy blogging
11 fatman Jan 07, 2008 01:18
OK maybe I spoke to soon...
Everytime I log in it says I'm already logged in, and I have to click Continue. Had someone else try to login and he got the same thing. It's not as big of a deal, but I don't want users to think they can't log in. Think I need to re-install B2evo after I changed the PHP version, or do I need to back it all the way to an earlier release of B2evo?
At least I can admin it... :)
12 afwas Jan 07, 2008 01:21
No this is a cookie thing. Simply ignore it.
(linebreaks manually added)
I should re upload all files to the server again. Delete the existing files first.