Pages: Previous123
Current Page: 3 of 3
Results 61 - 71 of 71
9 years ago
rpjd
I tried your suggestion and it still gives me No records found. Puzzling.
Forum: WampServer English
9 years ago
rpjd
I have the following code for activating a user account: include 'connect.php'; $Con = new mysqli($Host, $Username, $Password, $Db) or die(mysql_error()); // Connect to database server(localhost) with username and password. if(isset($_GET['Email']) && !empty($_GET['Email']) AND isset($_GET['Hash']) && !empty($_GET['Hash'])) { // Verify data $Email = mysqli_real_escape_s
Forum: WampServer English
9 years ago
rpjd
Thanks, got it working. Had to give myself as a user (not Admin) full control privileges on hosts file. Was able to save changes.
Forum: WampServer English
9 years ago
rpjd
Step 2 of creating the Virtual Hosts is a problem. After editing the file and clicking save, I'm asked if the file is open in another program, it won't save. I got an alert from my Antivirus that it blocked access to the hosts file. I unticked 'Protect Windows hosts files from changes' but I still can't save changes to hosts file. Any suggestion?
Forum: WampServer English
10 years ago
rpjd
Web Deployment Agent Service was using Port 80. I disabled it and restarted wampserver and running on Port 80 again
Forum: WampServer English
10 years ago
rpjd
Port 80 is used by Microsoft-HTTPAPI/2.0 Its not listed in Microsoft Services. Localhost was working perfectly on the default Port 80, up until yesterday, very strange.
Forum: WampServer English
10 years ago
rpjd
After successfully installing and configuring wampserver 2.2, I was using PHPMyAdmin with Listen 80 and ServerName localhost:80 configured in httpd.conf Then for some unknown reason, after starting wampserver, I got 404 page error on localhost. After some research on forums, I changed httpd.conf to Listen 81 and ServerName localhost:81. I still got the 404 page error until I changed localhost
Forum: WampServer English
12 years ago
rpjd
I downloaded the latest version from this site and can access localhost. I have set the password in config.inc.php and the client section of my.ini but I can't access phpmyadmin getting this message: You don't have permission to access /phpmyadmin/ on this server.
Forum: WampServer English
12 years ago
rpjd
I have re-installed wampserver2.2c-x64. Post install, the server is offline. When I choose the put online option I get this: Could not execute menu item(internal error) Counld not perform service action: The service has not been started What could be causing this?
Forum: WampServer English
12 years ago
rpjd
Initially I did not have a password set for mysql after installing wampserver. I was able to access phpmyadmin. After setting a mysql password in mysql console, I could not access phpmyadmin, getting the above 404 error message. I have the same password set in config.inc.php Something is configured wrong but I don't know what or where to look. Appreciate and helpful suggestions.
Forum: WampServer English
12 years ago
rpjd
I've installed wampserver on my laptop, but while I can access local host and phpinfo(), I cannot access phpmyadmin due a permission issue. What settings do I need to change for phpmyadmin?
Forum: WampServer English
Pages: Previous123
Current Page: 3 of 3