发新话题
打印

怪事怪事!不能注册,前台不能登陆,但后台却可以正常登陆!~~

怪事怪事!不能注册,前台不能登陆,但后台却可以正常登陆!~~

不能注册,前台也不能登陆,点登陆后只是页面刷新一下但是没有任何变化!但是后台却可以正常登陆!
不知道有哪位大大可以帮忙赐教的!先谢了哈!^_^

TOP

是很奇怪,用的是什么环境?

TOP

呵呵,先谢谢lang3了哈!
您要的是这个么?^_^

系统信息  
PHP系统环境:  Windows NT SD 5.1 build 2600  
数据库版本:  5.0.21-community-nt  
PHP版本:  5.2.0  
Web服务器:  Apache/2.0.58 (Win32) PHP/5.2.0  
Web服务器和PHP的接口:  apache2handler  
Mambo 版本:  Mambors 5.0.0 Stable [ Loong ] 2007-03-27 10:00 GMT  
客户端:  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon; baiduds; .NET CLR 1.1.4322; InfoPath.2; MAXTHON 2.0)  
相关的PHP设置:  Safe Mode:  OFF  
Open basedir:  none  
Display Errors:  ON  
Short Open Tags:  OFF  
File Uploads:  ON  
Magic Quotes:  OFF  
Register Globals:  OFF  
Output Buffering:  OFF  
Session save path:  F:\APM-Express\var\session  
Session auto start:  0  
XML enabled:  Yes  
Zlib enabled:  Yes  
Disabled Functions:  none  
可视化编辑器:  FCKEditor WYSIWYG Editor  

Mambo配置文件:  <?php
$mosConfig_offline = '0';
$mosConfig_host = 'xxxxxx'
$mosConfig_user = 'xxxxxx'
$mosConfig_password = 'xxxxxx'
$mosConfig_db = 'xxxxxx'
$mosConfig_dbprefix = 'mos_';
$mosConfig_lang = 'simplified_chinese';
$mosConfig_alang = 'simplified_chinese';
$mosConfig_absolute_path = 'F:/APM-Express/htdocs/mb';
$mosConfig_live_site = 'http://127.0.0.1/MB';
$mosConfig_sitename = '快乐之家';
$mosConfig_shownoauth = '0';
$mosConfig_user = 'xxxxxx'
$mosConfig_uniquemail = '1';
$mosConfig_offline_message = '本站正在维护当中。
请稍候再来。';
$mosConfig_error_message = '本站临时出现问题。
请通知管理员。';
$mosConfig_debug = '0';
$mosConfig_lifetime = '900';
$mosConfig_MetaDesc = 'Mambo - 动态网站引擎和内容管理系统';
$mosConfig_MetaKeys = 'mambo, Mambo, MamboChina, Mambo中国, mambochina, mambo中国';
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaTitle = '1';
$mosConfig_locale = 'zh_CN';
$mosConfig_offset = '0';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '1';
$mosConfig_enable_log_searches = '1';
$mosConfig_enable_stats = '1';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_allowUserRegistration = '1';
$mosConfig_link_titles = '0';
$mosConfig_error_reporting = '-1';
$mosConfig_register_globals = '1';
$mosConfig_list_limit = '10';
$mosConfig_caching = '1';
$mosConfig_cachepath = 'F:/APM-Express/htdocs/mb/cache';
$mosConfig_cachetime = '900';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'imminro@gmail.com';
$mosConfig_fromname = '快乐之家';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_smtpauth = '0';
$mosConfig_smtpuser = '';
$mosConfig_smtppass = '';
$mosConfig_smtphost = 'localhost';
$mosConfig_back_button = '1';
$mosConfig_item_navigation = '1';
$mosConfig_secret = 'gm3D4XQ1VZm0NUOV';
$mosConfig_pagetitles = '1';
$mosConfig_readmore = '1';
$mosConfig_hits = '1';
$mosConfig_icons = '1';
$mosConfig_favicon = 'favicon.ico';
$mosConfig_fileperms = '';
$mosConfig_dirperms = '';
$mosConfig_mbf_content = '0';
$mosConfig_helpurl = 'http://help.mamboserver.com';
setlocale (LC_TIME, $mosConfig_locale);
?>

TOP

最简单的方法!重新安装!因为实在不知道为什么,我也遇到过这个情况
我开源,我开心 -- Mambo中国
More Simple, More Powerful
愈简,愈强 -- Mambo中国整站系统

TOP

呵呵,好的!谢谢nemo_sha了哈!这就重装去!^_^

TOP

不就是数据库的问题嘛!国外的bbs上都有了!我们的斑竹怎么做的啊!

TOP

求助: mambo 5.1 前台无法登陆 后台一切正常

请问研发组人员 我在安装了5.1系统以后  在后台登陆一切正常 但是前台无法登陆 登陆以后一点反映也没有.
我用以前的版本没有这个现象   前后台都可以登陆  5.1 我重装了好几次 还是老样子  但是5.1 再本地运行一切正常前后台都可以登陆


请教 那位高手可以为我解决这个问题  演示:www-lovekala-com (请把"-"换成"."


谢谢大家了

支持mambo中国 无私的奉贤

TOP

我是这样处理的:
my.ini 里找到

# Set the SQL mode to strict
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

把它注解掉,也就是改为:

# Set the SQL mode to strict
# sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

现在注册及登录完全正常。

TOP

登陆问题

楼上的高手  我是在虚拟主机上安装的  MY.INI我好象改不了 我在本机测试一切正常

TOP

发新话题