wampserver

After updation Wamp Server 3.1.4 showing error

浪子不回头ぞ 提交于 2019-12-02 12:42:06
问题 I just updated Wamp Server 3.1.4. Now Wamp shows error in context menu , that when clicked shows this message: Sorry, There is an error. There is Wampserver path (F:/wamp64) into Windows PATH environnement variable: (F:\wamp64\bin\php\php7.0.10) It seems that a PHP installation is declared in the environment variable PATH F:\wamp64\bin\php\php7.0.10 Wampserver does not use, modify or require the PATH environment variable. Using a PATH on Wampserver or PHP version is detrimental to the proper

Some database content disappeared after WAMP reinstallation

守給你的承諾、 提交于 2019-12-02 12:24:47
I screwed up the config files for Apache I reinstalled(without any uninstall) the WAMP in same folder but instead of 2.4 I did 2.5, so WAMP failed gloriously afterward. I can not access WAMP anymore, so I can not backup my DBs from PHPMyAdmin (any hint about how to do backup in this senario will be helpful) I copy the whole /wamp folder content (after screwed up the install). I installed the 2.4 version Now WAMP running All DBs are still listed there But when I accesss two of the WP sites, they ask me to create a new site title, but not allow me to set username (says"User(s) already exists.").

Repair WAMP Server [closed]

岁酱吖の 提交于 2019-12-02 08:35:16
I cannot put my WAMP server online. I recently add a php extention (php_mssql.dll) and after checking the extension, my wamp server does not start anymore. I was only able to remove the extension i added by commenting out the php_mssql.dll in the php.ini file but still it does start and remain color yellow. every time i click "put online" an error message prompt: Could not execute menu item (internal error) [Exception] Could not perform service action: The requested control is not valid for this service What does this error mean? How do i address this error? P.S. I have two servers running

Notice: Undefined property: MongoDB\Driver\Manager::$mydb in [Path] in wamp server

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 08:00:41
问题 I want to run mongo from php I am using MongoDB 64 bit , WampServer 64 bit , Apache Version: 2.4.18 and PHP Version: 5.6.19 . I also added mongodb.dll extension in php.ini of PHP as well as in php.ini of apache . I have also installed Composer and run the command composer require "mongodb/mongodb=^1.0.0" On running the code below I am getting this error: Connection to mongo is successful and db is also selected then why this error? require 'vendor/autoload.php'; // connect to mongo $m = new

installing php_printer on wamp server

北城余情 提交于 2019-12-02 07:50:59
问题 Ive been googling around on how to install the php_printer.dll for wamp server, nothing came up. Perhaps, anyone know how to install that ext? Basically, im trying to use php printer function and i need that extension as i heard. i tried http://www.issociate.de/board/goto/751941/Call_to_undefined_function_printer_open().html to install on wamp server, but still give me error in the webpage? i added the extension: php_printer.dll in php.ini testing code: <?php $filename = "test page"; ///////

MongoClient not found in WAMP

你。 提交于 2019-12-02 06:06:07
问题 I have been trying to run MongoDB on WAMP all day and It shows the error: Fatal Error: MongoClient class not found. I have a windows 64 bit, Wamp 32 bit ( after trying and failing at running wamp 64), MongoDB 64 bit. I downloaded mongo php_driver from https://s3.amazonaws.com/drivers.mongodb.org/php/index.html. Copied php_mongo-1.5.1-5.4-vc9.dll to the php extension folder as php_mongo.dll. Added it as extension in php.ini (configuration setting file). My php.ini extension section looks like

installing php_printer on wamp server

廉价感情. 提交于 2019-12-02 02:55:09
Ive been googling around on how to install the php_printer.dll for wamp server, nothing came up. Perhaps, anyone know how to install that ext? Basically, im trying to use php printer function and i need that extension as i heard. i tried http://www.issociate.de/board/goto/751941/Call_to_undefined_function_printer_open().html to install on wamp server, but still give me error in the webpage? i added the extension: php_printer.dll in php.ini testing code: <?php $filename = "test page"; /////// ob_start(); include $filename; $contents = ob_get_contents(); ob_end_clean(); /////// $handle = printer

Wamp server error. could not execute run action

六眼飞鱼酱① 提交于 2019-12-02 00:43:52
问题 I am trying to start wamp serve which was totally running fine on my laptop two weeks ago, but now after two weeks I suddenly get this error: could not execute menu item(internal error)[exception] could not execute run action: the directory name is invalid When I click on wamp, then I go to apache, then I select service then test port 80 and this is what I see: when I write localhost, it goes there but when I click on Localhost and phpMyAdmin, i get this error: please tel me how I can fix

MongoClient not found in WAMP

一笑奈何 提交于 2019-12-01 23:46:22
I have been trying to run MongoDB on WAMP all day and It shows the error: Fatal Error: MongoClient class not found. I have a windows 64 bit, Wamp 32 bit ( after trying and failing at running wamp 64), MongoDB 64 bit. I downloaded mongo php_driver from https://s3.amazonaws.com/drivers.mongodb.org/php/index.html . Copied php_mongo-1.5.1-5.4-vc9.dll to the php extension folder as php_mongo.dll. Added it as extension in php.ini (configuration setting file). My php.ini extension section looks like this: extension=php_bz2.dll extension=php_curl.dll extension=php_com_dotnet.dll extension=php_fileinfo

Restore Database in WAMP

岁酱吖の 提交于 2019-12-01 23:43:32
I had few databases related to different projects in the WAMP. I don't know what happened, Today, when I go to PhpMyAdmin, I was just able to see the default databases and rest of my databases are not showing and even the php code related to those databases are throwing database not found errors. But when I go to "D:\wamp\bin\mysql\mysql5.1.30\data" the folders with my DB names are there. But not sure how to restore those DBs and I don't have any backup of the DB, Can any one help me how to restore them? Rohit Kumar Choudhary You can copy these file to another location and reinstall the same