Pages: Previous123Next
Current Page: 2 of 3
Results 31 - 60 of 71
6 years ago
rpjd
I have an expandable table with 4 cols: button, input text, input number, input number, where each input has an array name, name=name[]. However the var_dump($_POST) shows the wrong (old) names for the number inputs. Despite changing the input names, POST is still using (showing) the old input names (I have restarted all services to no affect). I deleted and reloaded the html file to no affect
Forum: WampServer English
6 years ago
rpjd
Figured it out, left out second table before where.
Forum: WampServer English
6 years ago
rpjd
I'm running a query on two tables. Email is a primary key on one table. I'm selecting Email based on two other matching columns. Unknown column in where clause on one of the matching columns. Both are varchar(50). Why would server say an existing column is unknown?
Forum: WampServer English
6 years ago
rpjd
I never added my virtual hosts to the windows host file. Added them, all good. Thanks.
Forum: WampServer English
6 years ago
rpjd
I have WAMP server up and running and localhost working. I creating multiple vhosts using the Add a Virtual Host link. When I click on any of the virtual hosts, I get This site cannot be reached site server DNS address cannot be found. * Did you mean Search Google for site ERR_NAME_NOT_RESOLVED I have no idea what the problem could be or where to start looking. Any help would be a
Forum: WampServer English
6 years ago
rpjd
I've followed the steps as outlined in the 08 of the troubleshooting tips and localhost is still displaying IIS.
Forum: WampServer English
6 years ago
rpjd
I started WAMP, Green Icon, but localhost displays IIS homepage. I ran iisreset /stop in cmd and restarted wamp server. despite wamp using port 80 in http.conf, localhoat is still displaying IIS homepage. Using Windows 10. What am I missing?
Forum: WampServer English
7 years ago
rpjd
After not using wamp for several months, phpmyadmin displays a blank page. wampserver64 icon is green. localhost displays as expected on port 80 (apache 2.4.17). phpinfo displays as expected(php 5.6.16). mysql console works as expected(mysql 5.7.9). alias/phpmyadmin.conf shows the correct path and version for phpmyadmin(4.6.4). There are no error logs generated to tell me what is or might be
Forum: WampServer English
7 years ago
rpjd
I went back to the point of having no vhosts. I added 1 project, uncommented the vhosts include in httpd.conf, enabled the vhosts sub-menu, then added two vhosts, one for localhost and one for the project I added. I restarted DNS. Icon is green no errors. When I click on the project vhost I get Not Found The requested URL / was not found on this server. Apache/2.4.17 (Win64) PHP/5.6.16 S
Forum: WampServer English
7 years ago
rpjd
What config besides vhosts if any is needed to access project files? 127.0.01 ProjectName When I select the project, it appears in the url as ProjectName/, but the page remains on localhost homepage.
Forum: WampServer English
7 years ago
rpjd
By process of elimination I am trying to figure out why I'm not getting access to project files on localhost. I have the virtual hosts set up, but getting the error: The number of <VirtualHost does not match the number of ServerName in C:/wamp/bin/apache/apache2.4.17/conf/extra/httpd-vhosts.conf file I have checked httpd-vhosts.conf and every <VirtualHost has one and only one ServerName.
Forum: WampServer English
7 years ago
rpjd
No, I have never tinkered with proxies.
Forum: WampServer English
7 years ago
rpjd
Should I be able to see project files when selecting a project in localhost without any vhosts set up? If so, I'm missing something. I still get the localhost homepage when clicking a project link. The hosts and httpd.vhosts.conf file seem correct, I followed instructions per earlier comments. Frustrating.
Forum: WampServer English
7 years ago
rpjd
Configuration for vhosts aside, is there any changes that need to be made to httpd.conf to be able to access project files on localhost?
Forum: WampServer English
7 years ago
rpjd
Made those changes and restarted DNS, icon green, no errors but still no access to virtual hosts files at Port 80.
Forum: WampServer English
7 years ago
rpjd
As requested, sorry about delay. hosts: 127.0.0.1 Project1 ::1 Project1 127.0.0.1 Project2 ::1 Project2 127.0.0.1 Project3 ::1 Project3 127.0.0.1 Project4 ::1 Project4 127.0.0.1 Project5 ::1 Project 127.0.0.1 Project6 ::1 Project6 127.0.0.1 Project7 ::1 Project7 httpd-hosts.conf <VirtualHost> DocumentRoot "c:/wamp/www" ServerName localhost <
Forum: WampServer English
7 years ago
rpjd
I have 7 projects and 8 virtual hosts including localhost. Which is probably why I'm getting this error: The number of <Directory or </Directory> does not match the number of ServerName in C:/wamp/bin/apache/apache2.4.17/conf/extra/httpd-vhosts.conf file The number of <VirtualHost does not match the number of ServerName in C:/wamp/bin/apache/apache2.4.17/conf/extra/httpd-vhosts.con
Forum: WampServer English
7 years ago
rpjd
Installed wampserver as administrator. Created 5 Virtual Hosts including localhost, but cannot access them 404 Not Found The requested URL / was not found on this server. Apache/2.4.17 (Win64) PHP/5.6.16 Server at project Port 80 Still have this on localhost The number of <Directory or </Directory> does not match the number of ServerName in C:/wamp/bin/apache/apache2.4.17/conf/
Forum: WampServer English
7 years ago
rpjd
Understood
Forum: WampServer English
7 years ago
rpjd
I have these issues after after creaating host: Warning: fopen(C:\\WINDOWS\\system32\\drivers\\etc\\hosts): failed to open stream: Permission denied in C:\wamp\www\add_vhost.php on line 229 Warning: fwrite() expects parameter 1 to be resource, boolean given in C:\wamp\www\add_vhost.php on line 230 Warning: fclose() expects parameter 1 to be resource, boolean given in C:\wamp\www\add_vhost.php
Forum: WampServer English
7 years ago
rpjd
I have installed 64-bit wampserver 5 or wampserver64 (not sure which is the official name) Apache 2.4.17, PHP 5.6.16, mysql 5.7.9, phpmyadmin 4.5.2, icon is green. I want to create virtual hosts for my projects and upgrade phpmyadmin to latest version 4.6.2. The steps I know are: list vhosts in hosts file using 127.0.0.1 hostname, create virtual hosts in http-vhosts.conf using <VirtualHost
Forum: WampServer English
7 years ago
rpjd
Wampserver icon is green.
Forum: WampServer English
7 years ago
rpjd
WampServer 2.5, Apache 2.4.9, PHP 5.5.12, MySQL 5.6.17, phpmyadmin 4.1.14 Right-Click on Wampserver Icon displays About| Refresh|Help|Language|Exit. Tools not listed.
Forum: WampServer English
7 years ago
rpjd
I am using WAMP on Windows 10. I have 7 hosts including localhost listed in vhosts using 127.0.0.1 HostName, and a virtual host for each in httpd-vhosts.conf using <VirtualHost *.80> DocumentRoot "c:\wamp\www\HostName" ServerName HostName ServerAlias HostName </VirtualHost>. I can access the files for 4 of the 6 from localhost, but I am getting a DNS error for the other 2.
Forum: WampServer English
9 years ago
rpjd
I am using the latest version of wampserver: apache2.4.9, php5.5.12, mysql5.6.17, phpmyadmin4.4.1.1
Forum: WampServer English
9 years ago
rpjd
If wampmanager is started manually, both wampapache64 and wampmysqld64 are started automatically if configured correctly, but not if wampmamager is auto-started. Why? No logic to that at all.
Forum: WampServer English
9 years ago
rpjd
I don't remember seeing an option to start wampserver automatically on startup during installation. There is an option to start wampserver automatically on startup through Control Panel->Administrative Tools->Services and right-click on wampserver64 which I selected. After restarting my laptop, services shows wampserver64 as running, but the wampserver icon is not displayed on the toolbar
Forum: WampServer English
9 years ago
rpjd
Many Thanks RiggsFolly.
Forum: WampServer English
9 years ago
rpjd
I have installed the latest version of wampserver 2.5, which is running fine. I'm trying to set up virtual hosts. The files I need to change are (as far as I know): wamp/bin/apache/apache2.4.9/conf/extra/httpd-vhosts.conf <VirtualHost *:80> DocumentRoot "c:/wamp/www/Project" //example ServerName Project </VirtualHost> c:/windows/systems32/drivers/etc/hosts 127.0
Forum: WampServer English
9 years ago
rpjd
I tried that, it gave me: Call to undefined method mysqli::num_rows()
Forum: WampServer English
Pages: Previous123Next
Current Page: 2 of 3