Install MuWeb 0.6

hmm very nice guide i instaled the mu web works fine but only one question where is the administrator panel?? because when i try to login from member area i get Username/Password Invalid Eror #115 any one can help? tnx in advance..
 
Username / password

hmm very nice guide i instaled the mu web works fine but only one question where is the administrator panel?? because when i try to login from member area i get Username/Password Invalid Eror #115 any one can help? tnx in advance..


Did you find the problem because i have the sam prob. pls help if you can
 
PLS help i have installed everyting i can register acount everyting is working
but when i try to log on i shows "Invalid PASWORD/USERNAME #115
 
for those who are having this error:

Error #122
Loading php_gd2.dll Falied!
Please Enable php_gd2.dll in ur php.ini

After install go where you have installed/apache/php.ini , open it and scroll down, and find ;extension=php_gd2.dll , after you find remove ; then find ;extension=php_mssql.dll and remove ; then save

he meant remove the ";" semi-colon not the entire line.
 
i've removed the ";" from these 2 things the guide says but i still get the

Error #122Loading php_gd2.dll Falied!
Please Enable php_gd2.dll in ur php.ini");} if (extension_loaded('mssql')) {echo("");} else{Die("
Error #123
Loading php_mssql.dll Falied!
Please Enable php_mssql.dll in ur php.ini");} ?>

If i ignore that error and fill up the form and press the "step 2" button, i get:

Method Not Allowed

The requested method POST is not allowed for the URL /mu/install/install2.php.

Apache/1.3.27 Server at *hidden* maybe i should change the POST method to GET?or something else goes wrong?
 
maybe should i move the php.gd2.dll to another location?
atm it's in my C:\PHP\extentions file...

i enabled both gd2 and mssql in php.ini but i still get the

Error #122Loading php_gd2.dll Falied!
Please Enable php_gd2.dll in ur php.ini

what's going wrong? T_T

(my greetings to BlackSoul8 :P )
 
erhm...the php_gd2.dll where it should be in web files? because i can't find
it anywhere! there is no php_gd2.dll in the Mu Web 0.6 zip file!!!

i enabled both gd2 and mssql in php.ini but i still get the

Error #122Loading php_gd2.dll Falied!
Please Enable php_gd2.dll in ur php.ini

what's going wrong? T_T

(my greetings to BlackSoul8 :P )

Use easyphp. I tried it with wamp and it didn't work until I used easyphp.
 
ok i found the solution...i took the php_gd2.dll and the php_mssql.dll and
i placed them in my c:\windows (the same folder where we added the
php.ini) and it worked fine.

Well, i changed a bit the install files of the mu web when i was trying to fix
the unauthorized POST method and changed it to GET method but this
caused problems. I made the files as they were (with post method) and I had
no longer problems!

ok i have the web...but i don't have a server now haha!
 
Back