Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 12, 2007 11:33AM

Hi, I'm new here, and just tried to install wamp5, but keep getting an error when I click install. It says,

An error occured while trying to rename a file in the destination folder.
MoveFile Failed; code2
The system cannot find the file specified.

Can somebody tell me why this is happening?

Thank you.

jakewc2

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 12, 2007 11:46AM

Ok, I've just been searching, and found this, I'm so sorry for copying and pasting here, but it was the only way to explain.

-------------------------------------------------------------------------------------------------------------------
Author: dval (---.chrcitadelle.be)
Date: 05-11-07 15:54

This is definatly related to nod32, i managed to install it by stopping nod completely, to do this you need to disable the nod32 kernel service by setting it to disabled in services.msc, then reboot. After this you can install wamp5 1.7.1 and when done reenable the service and start it.

Although its not the preferred way ofcourse it will allow you to install it.

I have done it this way on Vista Business with Nod32
-----------------------------------------------------------------------------------------------------------------------
On installation, nod32 showed a virus and immediately quarantined it. When I saw that, I uninstalled the installation and reinstalled it, and turned off nod, but still had the problem, even with nod turned off. How can I reinstall the .exe file, without that error appearing?

Thanks for your help.

jakewc2

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: roms (---.fbx.proxad.net)
Date: May 12, 2007 01:15PM

Hi, you need to desactivate the nod32 service (windows->control panel->services) whlie you install WAMP5.



Romain

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 12, 2007 01:22PM

Hi, I just went into my control panel, and there wasnt an option for services. I am on XP Home Edition, does that make any difference?

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: roms (---.fbx.proxad.net)
Date: May 12, 2007 01:33PM

click on "start button", then "run" and type "services.msc"



Romain

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 12, 2007 02:44PM

Hi, just to say, its worked a treat, now installed. Just have to work out how to use it now, lol. Thank you so much for your help. smiling smiley



Post Edited (05-12-07 14:44)

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: roms (---.fbx.proxad.net)
Date: May 12, 2007 02:45PM

great ;-)



Romain

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 12, 2007 07:57PM

Um, now I have another problem, I am trying to upload a database, which even when zipped is 8mbs in size, and it tells me that its too big, how do I upload a large file to sqldatabase?

Thanks.

jakewc2

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: CyberSpatium (71.237.217.---)
Date: May 12, 2007 11:26PM

php comes with the max upload filesize of 2Mb (megabytes) and yours is 8 Mb. you need to change the upload_max_filesize setting in your php config file. start wamp if it is not alreay started.

left click on the wamp tray icon -> config files -> php.ini

find this line:
upload_max_filesize = 2M

change it to:
upload_max_filesize = 10M

save the file, and restart apache for the new setting to take effect.


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Web Development for Newbie's Blog

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 13, 2007 12:47AM

Hi, I tried to do that, and got a page unavailable. I put it back to 2mbs, and it worked again. I tried that twice, but just couldn't get it to work. sad smiley

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 13, 2007 01:06AM

Ok, after fiddling, managed to get it to work, but even on 12mbs in php.ini, when I go into phpmyadmin, and click on import to add a databse, it only says (Max: 8,192Kicool smiley to upload, and my database is 8.5mbs.

Sorry to keep asking, but really new to this, and not sure. sad smiley



Post Edited (05-13-07 01:06)

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: CyberSpatium (71.237.217.---)
Date: May 13, 2007 01:11AM

try
upload_max_filesize = 25M



CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Web Development for Newbie's Blog

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: jakewc2 (---.dsl.pipex.com)
Date: May 13, 2007 01:22AM

Hi, I just tried that and the max limit has stayed at (Max: 8,192Kicool smiley to upload. It still wont allow me to add my database. sad smiley

Is there anything else I can do?

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: CyberSpatium (71.237.217.---)
Date: May 13, 2007 08:08AM

make sure you restart apache after changing the php.in file for the new setting to take effect.



CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Web Development for Newbie's Blog

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: roms (---.fbx.proxad.net)
Date: May 13, 2007 10:04AM

otherwise use the mysql client to import yout database :

- open a dos window
- go the the wamp/mysql/bin/ directory
- type : mysql -uroot -pyour_pass < your_file.sql

Where your_pass is your root password and your_file.sql is the file containing the sql directives.



Romain

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: Bill Levis (---.proxy.aol.com)
Date: May 13, 2007 02:27PM


Regarding --> Hi, you need to desactivate the nod32 service (windows->control panel->services) whlie you install WAMP5.

Try this:
Hi, you need to desactivate the nod32 service (windows->control panel
->ADMINISTRATIVE TOOLS ->services) whlie you install WAMP5.

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: dval (---.chrcitadelle.be)
Date: May 14, 2007 02:46PM

latest news from Nod32 support :

Hi Dominique,

I have extracted all files from the installation package, but none of them was flagged by NOD32 whatsoever.

If you are positive that the most current version actually triggers a false positive, please send me that particular file in a password protected archive.


Best regards,


Marek Zeman
technical support department

ESET, spol. s r.o.
Slovakia
web: www.eset.com
email (Europe): support@eset.com
email (USA & Canada): support@eset.us

==================================
NOD32... We protect digital worlds
==================================

Options: ReplyQuote
Re: Problems installing wamp 5
Posted by: dval (---.chrcitadelle.be)
Date: May 15, 2007 10:25AM

Latest news 15 may 2007 from Nod32 support :
it is a false positive and should be fixed in the next update.


-----Message d'origine-----
De : Marek Zeman [mailto:zeman@eset.sk] Envoyé : mardi 15 mai 2007 10:11 À : dval
Objet : RE: false detection in wampserver installation. many users found it ...

Hi Dominique,

the False Positive should be fixed in the next update.


Best regards,


Marek Zeman
technical support department

ESET, spol. s r.o.
Slovakia
web: www.eset.com
email (Europe): support@eset.com
email (USA & Canada): support@eset.us

==================================
NOD32... We protect digital worlds
==================================

________________________________

Envoyé : lundi 14 mai 2007 15:59
À : 'Marek Zeman'
Objet : RE: false detection in wampserver installation. many users found it ...


okay :
i think it is a false positive ?
Dominique.

Complete scanning result of "wampmanager.exe", received in VirusTotal at 05.14.2007, 15:40:21 (CET).

Antivirus Version Update Result
AhnLab-V3 2007.5.15.0 05.14.2007 no virus found
AntiVir 7.4.0.15 05.14.2007 no virus found
Authentium 4.93.8 05.12.2007 no virus found
Avast 4.7.997.0 05.13.2007 no virus found
AVG 7.5.0.467 05.13.2007 no virus found
BitDefender 7.2 05.14.2007 no virus found
CAT-QuickHeal 9.00 05.14.2007 no virus found
ClamAV devel-20070416 05.14.2007 no virus found
DrWeb 4.33 05.14.2007 no virus found
eSafe 7.0.15.0 05.13.2007 no virus found
eTrust-Vet 30.7.3632 05.14.2007 no virus found
Ewido 4.0 05.14.2007 no virus found
FileAdvisor 1 05.14.2007 no virus found
Fortinet 2.85.0.0 05.14.2007 no virus found
F-Prot 4.3.2.48 05.12.2007 no virus found
F-Secure 6.70.13030.0 05.14.2007 no virus found
Ikarus T3.1.1.7 05.14.2007 no virus found
Kaspersky 4.0.2.24 05.14.2007 no virus found
McAfee 5029 05.11.2007 no virus found
Microsoft 1.2503 05.14.2007 no virus found
NOD32v2 2264 05.14.2007 probably unknown NewHeur_PE virus
Norman 5.80.02 05.14.2007 no virus found
Panda 9.0.0.4 05.14.2007 no virus found
Prevx1 V2 05.14.2007 no virus found
Sophos 4.17.0 05.11.2007 no virus found
Sunbelt 2.2.907.0 05.12.2007 no virus found
Symantec 10 05.14.2007 no virus found
TheHacker 6.1.6.115 05.14.2007 no virus found
VBA32 3.12.0 05.13.2007 no virus found
VirusBuster 4.3.7:9 05.14.2007 no virus found
Webwasher-Gateway 6.0.1 05.14.2007 no virus found

Aditional Information
File size: 1141760 bytes
MD5: c288659081ec0165159b696755dd7803
SHA1: 0c0429c0054f64d748ad06cb13d066d06f36d735

________________________________

Options: ReplyQuote


Sorry, only registered users may post in this forum.