Questions tagged [wampserver]

Specific release of the WAMP stack for Windows.

This tag should be used when referring to the WAMP server stack WampServer. This is a bundled release of Apache, MySQL, and PHP for Windows. It allows you to easily setup a development environment for web applications and comes with PHPMyAdmin to manage databases. One unique thing about WampServer is that it allows you to download, install and activate older releases of Apache, MySQL, and PHP. This makes it possible to duplicate production servers.

WampServer Website

2561 questions
0
votes
0 answers

Failed to write session data (user) on localhost

On win10 pro 64 I use WAMP Server 3.0.6 64bit for joomla localhosting So, there are two virtual hosts in server: interopt and gmdb The first works perfect but when trying to run the second it responses with Warning: session_write_close(): Failed…
0
votes
1 answer

Fill grid view with data from my WAMP server

I have this XML file which has a grid view
0
votes
2 answers

WAMPServer Install - Error on phpMyAdmin login - Error #1193

I'm trying to set up WAMPServer for the first time on my personal computer to do some WordPress work. When I try to log into phpadmin with the root login, I get an error screen. The Error reads as such: SQL query: Edit SET lc_messages =…
ebbBliss
  • 173
  • 1
  • 13
0
votes
4 answers

I am very new to using PHP. I would like to create a comment box

I am very new to using PHP.I would like to create a comment box for the user. 1. How do you save the comment in the database 2. How do you see if there are any posts 3. How do you display all posts to current page. I am using Wampsever/MySQL…
0
votes
1 answer

Error code 403 when using WAMP for custom website

When attempting to access a website i am attempting to host on my pc using WAMP i get the typical error code 403 forbidden. I have edited the apache config to allow all etc but still seem to get it, however i can see localhost and phpadmin from…
DJ_
  • 1
  • 2
0
votes
0 answers

WordPress Multisite - Cant acces subdirectory dashboard on local host using wamp

Newbie here Setting up a wordpress multisite in local environment but the problem is that I cannot access the dashboard for any of the created sub directories. This is the error I get Forbidden You don't have permission to access…
Rex7t
  • 11
  • 1
0
votes
0 answers

Database is present but not visible in phpmyadmin

I imported a database from my godaddy server to a local WAMP installation. Everything worked and then I restarted my machine. Now PHPMyAdmin don't show the database that I imported, but I know its there because my application based on this database…
Vaibhav Jain
  • 33,887
  • 46
  • 110
  • 163
0
votes
0 answers

Cannot log in to phpmyadmin with root password wampserver even after reconfiguring

I am not able to log in to phpmyadmin with root password using wampserver on windows 7. Re-configuring it from mysql console is successful. However, the same password does not work on phpmyadmin GUI with new password. I tried the following options…
ssj
  • 1
  • 1
0
votes
1 answer

Making wamp server online for all mobile devices

I have created an android application for simple login using wampserver. But it only works on my laptop. I need it to work on all mobile devices. How can i do that? please give me some step by step procedure. Thank you.
0
votes
0 answers

ERROR accessing the wamp server from other machine

I installed wampserver3.0.6 on a server in the company (windows server 2008) and I changed the port of wamp to 800 everything goes well but when I tried to connect to phpmyadmin from a machine connected to the local network while typing …
Jamél Samar
  • 3
  • 1
  • 3
0
votes
1 answer

Connecting to wamp server externally

I have created a website on wamp server and am trying to access it from another computer on my network. I have already created a virtual host and am able to connect to the website via http://project1 but the images are not loading. The image path is…
Logan M
  • 348
  • 2
  • 12
0
votes
0 answers

Upgraded WampServer, now can't start MySQL

I moved my WampServer www and SQL/data to Dropbox, and WampServer was working fine like this. I noticed I was using an old version of WampServer on my desktop, while using the latest version of WampServer on my laptop. I uninstalled WampServer on my…
Steve
  • 2,066
  • 13
  • 60
  • 115
0
votes
0 answers

Data is not getting added into my database on php my admin

I am using wamp server.I am trying to store the data which user fill in my form.But i don't know why its not getting added. These are my php files:(all files wrote in notepad++) init.php:
dev
  • 69
  • 8
0
votes
1 answer

Enable ssl_module at wampserver

when i enabled ssl_module, apache always not working if i disable ssl_module #LoadModule ssl_module modules/mod_ssl.so my wampserver will work again. i try sending mail using gmail via localhost & CodeIgniter, and i got this error: A PHP Error was…
DreaMy
  • 43
  • 5
0
votes
1 answer

WampServer files upload

i have created a PHP page and i tested it on local wampserver. Now i want to upload my PHP page on the web host so it will be live on my website. But, what are other files i should copy from wampserver folder C:\wampserver beside my php page i…
paulrf
  • 37
  • 8