WAMP refers to a style of web development utilizing Windows, Apache Web Server, MySQL database, and the PHP programming language. Compare with LAMP.
0
votes
1answer
7 views
Wamp Apache - Allow localhost
There are other questions similar to this but don't answer my problem.
This is the default httpd.conf:
<Directory "C:/wamp/www/">
Options Indexes FollowSymLinks
AllowOverride all
# ...
0
votes
2answers
22 views
how to add product title on top of the product in magento
how to add product title on top of the product in magentofor example
image
prod name
*but i would like to add like this *Prod nameimage
0
votes
1answer
14 views
Localhost install of wordpress on zend server, style is absent
Here's what i did:
- installed the wordpress db table from a .sql backup file.
- installed all plugins and themes for my site.
- made the site url and wordpress url to be localhost
- also changed the ...
-1
votes
0answers
5 views
Move drupal database from Wamp to XAMPP [closed]
I had a drupal installation running on localhost with MAMP, however refresh and loading times where 20 secs up to several minuts. I tried the some of the fixes suggested for the loading-time problem ...
0
votes
2answers
20 views
how to add Home menu in magento home page
how to add Home menu in magento home pagei add the code in this location
magento\app\design\frontend\default\grayscale\template\catalog\navigation
<li><a href="<?php echo ...
0
votes
3answers
30 views
How do I plan my git workflow around some folders containing dynamic content
I am working on a PHP website with a friend and we want to convert to using proper version control, but because the site contains a lot of constantly changing files, e.g. user uploaded images, we are ...
-6
votes
0answers
40 views
my wamp database cannot work [closed]
i got crash my wamp db today, i used the wampp 2.2, but something got wrong when i try to run the wamp mysql server. i afradi that this DB have been corrupted. so if anyone can help me, i will be very ...
1
vote
4answers
50 views
What's wrong in this syntax? [closed]
I installed WAMP on my laptop running windows 8 and I am trying to set password for mysql, but every time I hit enter it gives syntax error.
Here is the code I am typing in cmd prompt:
mysql> set ...
1
vote
2answers
25 views
I'm running a PHP script using WAMP, in this case how can I read files from My Documents?
I have a web application that reads files from its local directory (in wamp/www/). This file needed to be accessed by several users so I synced and shared it using Dropbox. Now, is there a shortcut I ...
0
votes
0answers
29 views
Cant modify data in database with wamp
I am using wamp to to host my server on my computer and I have a webpage where, that modifys that data in a database, when ever I try to modify the data though I get this error
Forbidden
You ...
-1
votes
0answers
26 views
Apache server starting but mysql is not [closed]
I am having problem starting mysql service in wamp server. It was working yesterday. I have unchecked use port 80 and 443 as alternative from skype. I also checked using netstat
to whether wether ...
-1
votes
1answer
31 views
Can't import 10GB table dump in WAMP [closed]
I have mysql table dump called stats.sql, it is 10GB (was 20GB in another DB on server before dumping).
I tried to import it into my MySQL server (I use WAMP on Windows with default settings).
I use ...
0
votes
0answers
58 views
PHP Server - CLI has stopped working
I ve just updated Wamp to PHP 5.4.3 from 5.3.8. Server runned from Wamp is running correctly but if I want to try run PHP new feature and server is Off -
php artisan serve
in laravel4 or
php -S ...
-2
votes
0answers
20 views
How can I access my localhost site via mobile? [closed]
I use WAMP web server. How can I access my localhost site via mobile. My PC and Mobile use the same wi-fi.
0
votes
0answers
17 views
EOL compatibility on BOTH Linux and Dos/Windows servers?
Using Notepad++ on a windows box, (100s of files into a plugin I've been developing for Wordpress) I bumped up against a problem wherein the differences in newline characters between Linux and ...
0
votes
1answer
31 views
Django giving [Errno 13] Permission denied
I am developing an application with Python that parses a webpage and then downloads the images contained on the webpage. I am using WAMP for the webserver and DJango for the framework. The python ...
1
vote
0answers
26 views
PHP on WAMP SERVER - Errors at PHP script
I have a WAMP server on Windows 7.
I have a php code like :
<html>
<head>
<script>
var myvar;
<?php include "myotherphp.php" ?> <!-- this put single line, like ...
0
votes
1answer
35 views
file_get_contents doesn't work with image WAMP php 5.3.13
echo file_get_contents("result.png");
allow_url_fopen = On
php 5.3.13 raw data
?PNG \0\0\0 IHDR\0\0\02\0\0\0f\0\0\0? ?P\0\0?IDATx^?y?]?u??????Rk
r??\\?\"?l??]?W
php 5.2.6(work ...
0
votes
2answers
32 views
Wordpress Ajax setcookie WAMP/LAMP disparities
In a wordpress themed-plugin for e-commerce I have two ajax/php scripts setting cookies (both in the same directory) The ajax calls are set from the same "cart.js" The first script sets/updates an ...
1
vote
2answers
43 views
Fatal error: Out of memory Zend Error / PhpMyAdmin
I am using WAMP for my application. I am developing the application in ZEND. When I work with the application I am receiving the following Error. Even I am not able to look at my PHPMYADMIN. The error ...
-1
votes
0answers
15 views
WAMP not online [closed]
I have installed WAMP 2.2 on a copy of Windows 8. I have set it to go online. It had no errors come up and says that it is listening on port 80. Port 80 is open on my router. When I test the port 80 ...
1
vote
1answer
47 views
Zend Framework htaccess Rewrite Rule
I am using zend application I just re-installed my WAMP for some reason and the existing application which run in my wamp is not running.
I installed WAMP 2.1. My ZEND Folders are as follows
...
0
votes
1answer
19 views
Setting up Wamp Server that support Python
I am trying to set up a WAMP server that will run Python scripts. I am an issue where the WAMP server icon will turn yellow, but says it's online. However, the server isn't accessible. I have tried ...
0
votes
2answers
54 views
codeigniter on wamp 403 forbidden error
I set up a codeigniter project on my wamp www folder
The assets of my project is in 'assets' folder which is in the same folder as the application folder.
However when I access my localhost, the ...
0
votes
2answers
28 views
Problems making Symfony 1.4 work in local
I am currently an intern in a company that has a website under Symfony 1.4 and I am having troubles making it work locally, using wamp.
When I go to 127.0.0.1/website/web, I get the following ...
0
votes
0answers
34 views
An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full - wamp server
I am creating a browser-based game using PHP,Javascript and HTML5 and I am testing it on a local wamp server. However sometimes I get the following error:
Warning: mysqli::mysqli(): (HY000/2002): An ...
0
votes
2answers
30 views
comment system using php inside the body , and there is error on the result
i am wrinting this code below in notepad and i saved in .html extent ,
i want to design a simple comment system with a database (which is notepad ) to save the comments , but when i click on the ...
0
votes
0answers
48 views
Connect to MSSQL from PHP 5.4.3 with WAMP
I am not able to connect to MSSQL 2012 from PHP v. 5.4.3 with the WAMP SERVER 2.2 (Windows).
I've already tried tons of different suggestions with no success.
I've enabled these PHP extensions: ...
0
votes
1answer
37 views
Having problems w/ Fresh Install of WAMP = undefined function mysql_connect()
FIRST OF ALL, i know there are POSTS about this error alrady. but i have gone through my system step by step and i wonder "where else" i could check
I'm no expert, but i have had a lot of experience ...
0
votes
1answer
65 views
Not allowed by Access-Control-Allow-Origin issue
I'm rtying to POST some data from client-side to server-side's script and I still got this Eroor:
OPTIONS http://localhost/site/dbs.js Origin http://localhost:8080 is not allowed by ...
1
vote
1answer
25 views
After copying live drupal site to wamp server, local site still acts like fresh install
I recently set up WAMP server on my Windows 7 machine. I copied the code from my live Drupal 7 site to my local folder, and imported my database. However, when I try to access my local site, I get ...
0
votes
1answer
38 views
PHP cannot find a LESS file on WAMP, but can on server
I'm trying to use lessphp on WAMP for local development. I'm trying to preprocess a particular less file on WAMP that is right next to the PHP file, but PHP throws errors saying it cannot find my ...
0
votes
0answers
10 views
Accessing a mounted device through WAMP
Okay so I have my WAMP server up and running and I have mounted a USB device (in this instance a USB memory stick, but will end up being hdd down the track) under c:\wamp\www\usb
Now I have added the ...
0
votes
0answers
15 views
Multisite on wamp unable to create a new site on first click
The Problem:
I installed Multisite on WampServer and when i click on "add site" the page go blank.
Done so far:
Downloaded WampServer.
Configured virtual host.
Downloaded acrylic so i can have ...
0
votes
2answers
52 views
open virtual keyboard from chrome (osk.exe)
It's one of these questions again (execute local.exe file from chrome web browser).
I know that this is not possible (at least not in an easy way)
What I want to do is to open the virtual keyboard ...
0
votes
0answers
15 views
Trying to make my wampsever so it will have access to the public
So i am pretty new to WampServer or local working environment in general.
I am trying to making so my people outside my network(lan) will be able to access my www folder.
So far i did the following:
...
0
votes
0answers
43 views
Access OAuth settings from CodeIgniter Library
I'm trying to keep my OAuth settings secret by following Robin's advice but I got the following parse error in my first attempt at this:
unexpected T_VARIABLE, expecting T_FUNCTION in
...
0
votes
0answers
15 views
Wamp error when i try To Assign a Virtual Local Domain Name To my Localhost
I tried To Assign a Virtual Local Domain Name To my Localhost on wamp and i chenged the httpd file from Apace adding this:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
ServerName ...
-1
votes
1answer
45 views
I get Access denied for user 'root'@'localhost' when I try to use phpMyAdmin usin Wamp server [closed]
Error
MySQL said:
1045 - Access denied for user 'root'@'localhost' (using password: YES)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should ...
0
votes
1answer
45 views
Url to connect android to mysql database
I am trying to retrieve data from localhost database created using xampp mysql.
public class JASONUseActivity extends Activity {
EditText byear; // To take birthyear as input from user
Button ...
-3
votes
3answers
57 views
retrieving data form phpMyAdmin database doesn't work [closed]
I want to retrieve data from my database 'phpopdracht5' with table 'users' and attributes 'name' (VARCHAR(20)) and 'id' (INTEGER), but it's just not working. There must be something wrong with my ...
-7
votes
0answers
75 views
Web service in PHP [closed]
sorry friends.but the thing is i don't know anything about web services.i reffered w3 schools,and i searched soo many topics on web services finally i created a server.php and client.php by SOAP ...
0
votes
0answers
20 views
Forbidden You don't have permission to access /appetitclic/wp-content/themes/Apc/img/logo.png on this server
Hello all :)
I am currently working on a WP website and a the moment I am working locally with Wampserver.
None of my pictures happen to appear on my website.
Here is the error I get when I put the ...
3
votes
3answers
46 views
How to keep OAuth settings a secret?
After creating my Twitter application, the following warning was displayed:
OAuth settings
Your application's OAuth settings. Keep the "Consumer secret" a
secret. This key should never be ...
0
votes
1answer
9 views
How do I use an existing email server with WAMP?
I have a WAMP server installed on my computer. I am using it to develop my website. A few features of the site will involve sending mail. I have an actual web server with email. Is there a way to ...
0
votes
1answer
72 views
Installing cURL in a Twitter / CodeIgniter project
I'm new to Twitter API version 1.1 and was following Jimbo's excellent answer to this question when I encountered this error when running http://localhost/twitter_test.php :
You need to install ...
0
votes
1answer
40 views
Index page of php project not showing displaying anything
I downloaded a php project from sourceforge.net named Employee Scheduler. The thing is, index.php is supposed to be the homepage but nothing is displaying when I access it via localhost. Other php ...
-1
votes
1answer
63 views
looking for wamp (apache 2.2.22 and php 5.3.18)
i am looking for a wamp package that have apache 2.2.22 and have php 5.3.18. currently i
have php version 5.1.13 and on this version of php drupal 6 is not playing very well so
any helping link for ...
0
votes
0answers
29 views
PHP Startup: Unable to load dynamic library 'C:"\php\php_mysql.dll' - The specified module could not be loaded [migrated]
I'm trying to upgrade php 5.4.14 from php 5.4.3 in wamp server 2.2e.
I have downloaded php-5.4.14-Win32-VC9-x86 (thread safe).
Extracted it under C:\wamp\bin\php.
Copied wampserver.conf from ...
0
votes
0answers
103 views
How to replace MySql with MariaDb in WAMP?
I have a Wamp server installed on Windows and it works perfectly. This article at the Slashdot inspired me to migrate from MySql to MariaDb and this question states that I can uninstall mysql and ...





