Current Page: 1 of 1
Results 1 - 18 of 18
4 years ago
Chukwura
Thanks a lot. I discovered the mistake connecting to a non existing database, as I submitted the code, but for use of $sql instead of a string I did not know of it and will now switch over to the documentation to familiarize with it. Thanks once again for being nice.
Forum: WampServer English
4 years ago
Chukwura
I created a database and about to create a table but got the following errors: ! ) Fatal error: Uncaught Error: Call to undefined function CREATE TABLE MyGuests ( id INT(6 UNSIGNED AUTO_INCREMENT PRIMARYKEY, firstname VARCHAR(30) NOT NULL, lastname VARCHAR (30) NOT NULL, email VARCHAR (50), reg_date TIMESTAMP )() in C:\wamp\www\php\revision\mysql\create table obj.php on line 27 ( ! ) E
Forum: WampServer English
6 years ago
Chukwura
Please help, I am creating a login system and have successfully created a database, a config file, and a registration form,but my login system is not working well in that on filling the username and password the system rejects the password. On checking the phpMyAdmin, I discovered generated passwords in place of the passwords entered on registration. Your help is appreciated. Here a
Forum: WampServer English
6 years ago
Chukwura
Thank you very much. Please bear with me for my carelessness. I later discovered and corrected the error which should be "$_SERVER" and not "$SERVER". Kind regards.
Forum: WampServer English
6 years ago
Chukwura
Hi, I am try to build web registration form to enable users register and then login to the website, but on running the code I get this : Notice: Undefined variable: SERVER in c:\wamp\www\php\register.php on line 10. The following is the code that lead to the error: <?php // Include config file require_once 'config.php'; // Define variables and initialize with empty values $usernam
Forum: WampServer English
6 years ago
Chukwura
Please I am designing a website with Bootstrap framework, but my contact form does not display the processed input. I am a newbie and need help in correcting my mistakes to get the "contact us" form work as expected. Meanwhile, I am using Wamp and have the following codes: <div class="container"> <div class="col-sm-12"> <div
Forum: WampServer English
6 years ago
Chukwura
I have not been able to open connection, check connection successfully using MySQL. Each time I receive the error message: "the requested URL /contact.php was not found on this server". The above is followed with: " Apache/2.4.23 (Win32) PHP/5.6.25 Server at localhost Port 80". Please what do I do in this situation?
Forum: WampServer English
6 years ago
Chukwura
The WAMP icon on my systems tray changed from green to pink after I edited the httpd.conf file and the host file. I have restarted the Apache service which I know is the problem to no avail. I also launched the command window and entered: "\wamp\bin\apache\apache2.4.23\bin" in the first line and pressed enter, but received the message: "The system cannot find the pat
Forum: WampServer English
7 years ago
Chukwura
Please help, I downloaded Wampserver from SourceForge but they could not install. The messages say file is corrupt. I downloaded about four from differrent mirrors/links but all could not install for reasons of "file corrupt". From where can I download a corrupt free Wampserver ?
Forum: WampServer English
7 years ago
Chukwura
I thought that I have created the database called myDB in MySQL with "dbname=myDB" in the code.
Forum: WampServer English
7 years ago
Chukwura
I am using: Wampserer 3.0.4, PHP 5.6.19, Apache 2.4.18, Port 80,and MySQL 5.7 11. I was trying to open a connection to MySQL database using PDO with the following code but received this error message: "Connection failed: SQLSTATE[1049] Unknown database 'myDB'. I have checked and rechecked to find out my mistake to no avail, and should be grateful for any assistance
Forum: WampServer English
7 years ago
Chukwura
Thanks, I have clicked on the "www.microsoft.com" posted, and downloaded and installed the Package. I have installed the WampServer as well. I'll now begin creating the VirtualHost. Thanks once more.
Forum: WampServer English
7 years ago
Chukwura
I am starting afresh to install Wamp server, but in the process of first installing the redistributable packages,the Visual C ++ Redistributable Packages for Visual Studio 2015 Update 3 page could not be found. Attempts to download the page from the "All you need to know" page was greeted with the message "We are sorry, the page you requested cannot be found". Please I need
Forum: WampServer English
7 years ago
Chukwura
Please, I don't understand what you mean by "VirtualHost were not created by Wampserver" Moreover, I used port 8080 because Microsoft IIS is using port 80 and efforts I made to disable it proved abortive. I now understand that ServerAlias to be localhost is a misnomer, it should bear a different name, and that I should always add a blank line at the end of the Apache configuratio
Forum: WampServer English
7 years ago
Chukwura
<VirtualHost *:8080> DocumentRoot "c:/wamp/www" ServerName localhost ServerAlias localhost <Directory "c:/wamp/www"> AllowOverride All Require local </Directory> </VirtualHost> <VirtualHost *:8080> DocumentRoot "c:/wamp/www/project1" ServerName project1 <Directory "c:/wamp/www/projec
Forum: WampServer English
7 years ago
Chukwura
<VirtualHost *:8080> DocumentRoot "c:/wamp/www" ServerName localhost ServerAlias localhost <Directory "c:/wamp/www"> AllowOverride All Require local </Directory> </VirtualHost> <VirtualHost *:8080> DocumentRoot "c:/wamp/www/project1" ServerName project1 <Directory "c:/wamp/www/projec
Forum: WampServer English
7 years ago
Chukwura
I use Windows 10 Pro, Version 64; Apache2.4.18; PHP Version 5.6.19; MySQL Version 5.7.11. The color of the Wampserver icon is Green. I am creating a virtual host but at this point got this error: "The number of <Directory or </Directory> does not match the number of ServerName in c:/wamp/bin/apache/apache2.4.18/conf/extra/httpd-vhosts.conf file". Please I 'd
Forum: WampServer English
7 years ago
Chukwura
I use Windows 10 Pro WampServer 32 3.0.4 Apache Version 2.4.18 PHP Version 5.6.19 MySQL Version 5.7.11 The color of my WampServer icon is pink. I am trying to create a Virtual Host but could not create the folder to host it because I am not able to launch the Explorer as an administrator. The buttons in the Advanced properties in the shortcut tab of the File Explorer properties are not c
Forum: WampServer English
Current Page: 1 of 1