i have problem when i install my muweb0.9
http://img826.imageshack.us/img826/4353/muweb.png
Printable View
i have problem when i install my muweb0.9
http://img826.imageshack.us/img826/4353/muweb.png
Do following changes in php.ini:
1) Zend Optimizer - Can be enabled from php.ini (in xampp\apache\bin\php.ini OR xampp\php\php.ini), search for zend.ze1_compatibility_mode = Off, change Off to On (that means delete "Off" and write "On")
2) 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 OR xampp\php\php.ini)
3) Mssql - Can be enabled from (c:\xampp\apache\bin\php.ini OR xampp\php\php.ini), search for ;extension=php_mssql.dll, delete ; from the front close document and save.
After you done, turn off webserver and than turn on or just restart your machine.
other suggestions?...:blushing:
used this php https://mega.co.nz/#!lg0ixZoJ!aYtnmg...xLODdFfX3P4Dyc
If you are installing MuWeb 0.9 Under Windows (whatever version) x64 bits then your are f...d. The module MSSQL won't work. I think because it only works in a x32 machine. PHP developers have discontinued this unfortunately. I am no totally sure about this, so you may want to ask the rest.
Some time ago everything went good, on windows xp x64
I have solved the problem by installing the following:
- appserv-win32-2.5.9 (http://prdownloads.sourceforge.net/a...9.exe?download)
- appserv-addons-zendoptimizer-3.3.0 (http://prdownloads.sourceforge.net/a...0.exe?download)
- After installing, restart your PC (important).
- Then copy the ntwdblib.dll located in
C:\Appserv\php5 (default appserv installation folder for php)
to
C:\AppServ\Apache2.2\bin\ (default appserv installation folder for apache)
- Activate the MSSQL module in your php.ini (C:\Windows\System\)
- Restart apache manually (yes, from the services window)
And voila! All working...