Muweb 0.9 log in problem (help)
Quote:
i searched the forum for the solution for this error.(many hours- no luck)
the problem is all registered account in database cant logged into webpage.
this is the debug code:
(odbc): SELECT * FROM memb_info where memb___id = 'Admicaruz' and memb__pwd = [dbo].[fn_md5]('melithuan','Admicaruz')
(odbc): SELECT * FROM memb_info where memb___id = 'Admicaruz' and memb__pwd = [dbo].[fn_md5]('melithuan','Admicaruz') AND AdminAccess=1
FIXED Thread closed
Re: Muweb 0.9 log in problem (help)
dont use muweb... use mucore 1.0.8 the muweb has lots of security bugs...
Re: Muweb 0.9 log in problem (help)
Quote:
Originally Posted by
djsad94
dont use muweb... use mucore 1.0.8 the muweb has lots of security bugs...
have a free version for this??
Re: Muweb 0.9 log in problem (help)
Re: Muweb 0.9 log in problem (help)
Quote:
Originally Posted by
susanu
localhost/install/install.php <-- required serial to proced
Re: Muweb 0.9 log in problem (help)
what version on xampp you use ?
For MuWeb 0.9 is good to use xampp 1.6.5 or 1.6.4
Xampp 1.6.5 here >> http://www.4shared.com/file/Xiclnnsn...-installer.htm
and change this php and httpd
Downloand here >> http://www.girlshare.ro/33342643.4
and make localhost/install.php
Re: Muweb 0.9 log in problem (help)
Quote:
Originally Posted by
susanu
its xamp 1.7.1
- - - Updated - - -
mucore 1.0.8
how to fix this error??
after logged admin account For odbc Connect(), 127.0.0.1 is not used. Place dsn in 1st parameter.
Warning: The website is currently turned off!
Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' inC:\xampp\htdocs\pages_modules\news.php on line 14
:(:
Re: Muweb 0.9 log in problem (help)
Quote:
Originally Posted by
MuonlineCN
its xamp 1.7.1
- - - Updated - - -
mucore 1.0.8
how to fix this error??
after logged admin account For odbc Connect(), 127.0.0.1 is not used. Place dsn in 1st parameter.
Warning: The website is currently turned off!
Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' inC:\xampp\htdocs\pages_modules\news.php on line 14
:(:
use xampp 1.7.3 for mucore...
and check the config on mucore.... setup the mucore localhost/install
Re: Muweb 0.9 log in problem (help)
Quote:
Originally Posted by
djsad94
use xampp 1.7.3 for mucore...
and check the config on mucore.... setup the mucore localhost/install
in xamp 1.7.1 this is the error
Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' inC:\xampp\htdocs\pages_modules\news.php on line 14
xamp 1.7.3
localhost/install/install.php
cant proceed the installation
xamp 1.7.7
issue: after successful installation. cant logged in the members area. how to fix this??
Re: Muweb 0.9 log in problem (help)
uninstall all XAMPP, zend from you PC
download the xampp 1.7.3 install it.
enable the requied moduls in the PHP.ini
unpack the mucore archive to the htdocs folder and edit the config.php
after that start the Apache and install your mucore.
Re: Muweb 0.9 log in problem (help)
Quote:
Originally Posted by
djsad94
uninstall all XAMPP, zend from you PC
download the xampp 1.7.3 install it.
enable the requied moduls in the PHP.ini
unpack the mucore archive to the htdocs folder and edit the config.php
after that start the Apache and install your mucore.
REQUIRED APACHE MODS
Code:
1) Enable MOD REWRITE - Go to (c:\xampp\apache\conf\httpd.conf) , open it, find #LoadModule rewrite_module modules/mod_rewrite.so, delete # from the front save and restart the webserver.
Code:
2) GD Image Library - Can be enabled from (c:\xampp\apache\bin\php.ini, search for ;extension=php_gd2.dll, delete ; from the front close document and save
Code:
3) Zend Optimizer - Can be enabled from php.ini (in xampp\apache\bin\php.ini), search for zend.ze1_compatibility_mode = Off, change Off to On (that means delete "Off" and write "On")
Code:
4) Search zend_optimizer.enable_loader = 0, change 0 to 1, close document and save. (Can be enabled from php.ini (in c:\xampp\apache\bin\php.ini)
Code:
5) Zlib - Can be enabled from (c:\xampp\apache\bin\php.ini), search for ;extension=php_zlib_filter.dll, delete ; from the front close document and save.
Code:
6) Mssql - Can be enabled from (c:\xampp\apache\bin\php.ini), search for ;extension=php_mssql.dll, delete ; from the front close document and save.
Code:
7) Mod_Rewrite - In xampp this mod is already enabled, in others webservers you can enable it from httpd.conf (If it still wont work then check: (c:\xampp\apache\conf\httpd.conf) Search for #LoadModule rewrite_module modules/mod_rewrite.so and re
this is the required??