wamp

Troubleshooting “mongo not found” and “php_mongo.dll is not a win32 application” errors

风格不统一 提交于 2019-12-02 11:31:18
问题 I have been trying to install mongo for over 6 hours now and still have not gotten it to work. I am going to make this very detailed so that hopefully someone will help me get this working. My local comp: HP laptop, Windows 7, 64 bit operating system WAMP 2.2 which includes php 5.3.8 and apache 2.2.21 downloaded from wampserver.com I have tried installing every combination of mangodb with no success. I started by downloading the 64 bit download from mongos website. It works fine when I use it

how to upload file in a specific address using django admin panel?

大憨熊 提交于 2019-12-02 10:27:01
I'm Developing a django admin panel that has image upload capability ,image upload works successfully , but i cant access to images from entering urls in browser . When I want to try to access to a picture like this : http://127.0.0.1:8000/media/485508.jpg I get this error : Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/media/485508.jpg Here Is My Codes : Models.py : picurl = models.ImageField() Settings.py : STATIC_URL = '/static/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media') MEDIA_URL = 'http://127.0.0.1:8000/media/' if not os.path.exists(MEDIA_ROOT): os

php not working inside html code in wampserver

烈酒焚心 提交于 2019-12-02 10:24:02
问题 Here's the thing.. I have a file named first.php containing the following code: <html> <title>trial</title> <head>welcome</head> <body> <br> <?php echo "hello world"; ?> </body> </html> However when I execute it, the php code is not interpreted. The short open tag also seems to be on. I'm using wampserver. what have I missed? 回答1: <html> <head> <title>trial</title> </head> <body> <?php echo "hello world"; ?> </body> </html> Try it with the title wrapped inside the head like it should be. The

php registration form complication [closed]

倖福魔咒の 提交于 2019-12-02 10:17:56
I created a registration system for my website but it is not working . When i click sign up it takes me to the process page and gives me the else statement but the information goes into the database but gives me the else statements. Also, when the information goes int the database more than one user goes in. signup.php : <html> <head> <link rel="stylesheet" type="text/css" href="css.css"> <title>Sign Up</title> </head> <body bgcolor="#E6E6FA"> <h2 style="text-align: right"><b style="font-size: 25px">Sign Up Below</b></h2> <form name="registration" method="post" action="process2.php"> <p align=

Can we use roundcube, thunderbird or any webmail in our xampp/wamp server?

断了今生、忘了曾经 提交于 2019-12-02 10:10:13
I have a web application developed in PHP and all users can access it via local network(xampp), now the users want to access their gmail,yahoo or any emails via localhost(xampp), I want something like MS-outlook to work in my xampp. is there any solution ? 来源: https://stackoverflow.com/questions/39699980/can-we-use-roundcube-thunderbird-or-any-webmail-in-our-xampp-wamp-server

Cannot run PHP CLI on WAMP on Windows 8

霸气de小男生 提交于 2019-12-02 09:09:29
I have been trying on this for hours i Get the below error 'php' is not recognized as an internal or external command, operable program or batch file. Steps i have done 1- I have added to Windows Environement variables C:\wamp\bin\php\php5.3.13; 2-re-installed wamp 2 times 3-Apache and php error log is clean I have the below configuration Windows 8 64 bit Apache 2.2 PHP 5.3.13 Actually the php exe you run in wamp for the CLI is just php.exe It is found in the c\wamp\bin\php\phpX.Y.Z\ folder and called php.exe Suggest you create a little batch file to setup the path so you can use it from

I'm getting an error in wamp about PHP path [duplicate]

ε祈祈猫儿з 提交于 2019-12-02 09:04:44
问题 This question already has answers here : How To Run PHP From Windows Command Line in WAMPServer (11 answers) Closed 10 months ago . When I start wamp it shows me this error about the PHP path but I don't even have this PHP version on my computer. Sorry, There is an error. There is Wampserver path (c:/wamp64) into Windows PATH environnement variable: (C:\wamp64\bin\php\php7.2.4) It seems that a PHP installation is declared in the environment variable PATH C:\wamp64\bin\php\php7.2.4 Wampserver

How to get rid of the public path in laravel on wamp

你。 提交于 2019-12-02 08:56:47
I have a quick issue. I am trying to use Laravel for the first time. To do so, I'm using Wamp. And I don't know if this is important, but I set the DocumentRoot of wamp at this address : DocumentRoot "C:\Users\Bebop\Documents\Site Internet/" I using wamp for a lot of different websites in a folder called Sites. When I access to one of the site I go to : localhost/Sites/thewebsite. So really what I want is just to get rid of the public folder in the path to the Laravel website. For the moment I've did : Change httpd.conf of apache to include vhosts.conf : Include conf/extra/httpd-vhosts.conf

Call to undefined function curl_init() error with WAMP

南笙酒味 提交于 2019-12-02 08:56:46
问题 I know that it's a very often asked problem, but I've tried all that I found and it still doesn't work. I use WAMP 2.2 on Windows 7 (64 bits), and PHP 5.4.3. When I call curl_init() in localhost, I've this error message : Call to undefined function curl_init() What I've done : Check php_curl in PHP extensions of WAMP Restart WAMP many times Remove ; before extension=php_curl.dll in my two php.ini files Check extension_dir = "c:/wamp/bin/php/php5.4.3/ext/" in my two php.ini files Restart WAMP

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