Pages: Previous12345...LastNext
Current Page: 4 of 291
Results 91 - 120 of 8721
2 years ago
RiggsFolly
Quote if I MAY SUGGEST stop including visual c++ and stuffs in release You obviously have no idea what you are talking about !!!! The MSVC Runtime Libraries are required for a number of reasons:- 1. The Apache/MySQL code used them, Oto, WAMPServer main man has no control over that. 2. Because WAMPServer is so flexible, i.e. you can use one of about 100 combinations of Apache/MySQL/mariaDB
Forum: WampServer English
2 years ago
RiggsFolly
Did you bother investigating why Apache stopped working?
Forum: WampServer English
2 years ago
RiggsFolly
It says it all in the Suggestion. Windows PowerShell does not load commands from the current location by default Powershell is more like a Linux terminal than a standard windows terminal. If you want to execute httpd.exe while you are in the folder that httpd.exe lives in you have to do .\httpd If you dont know how to use the PowerShell stick to the standard windows Dosbox (Command P
Forum: WampServer English
2 years ago
RiggsFolly
If you didnt set a password then there is no password. So use the userid `root` and leave the password field in the login Blank. If you want to set a password on `root` do so within phpMyAdmin (then remember it)
Forum: WampServer English
2 years ago
RiggsFolly
Do a search, I have written a How To and so has Otomatic
Forum: WampServer English
2 years ago
RiggsFolly
by using http://famphotos in the browser address bar
Forum: WampServer English
2 years ago
RiggsFolly
If you have a `htdocs` folder, are you sure you are using WAMPServer?
Forum: WampServer English
2 years ago
RiggsFolly
That is right. As yet phpMyAdmin has not released a version of itself that is compatible with PHP8.1. Please remember, if you want to be at the breeding edge of technology, sometimes you have to waut for the other people to catch up.
Forum: WampServer English
2 years ago
RiggsFolly
Please do a SHOW CREATE TABLE YourTableName; and copy/paste the output to your question
Forum: WampServer English
2 years ago
RiggsFolly
phpMyAdmin and its versions have Nothing to do with this error. This is to do with the collation you are using, or possibly with the new version of MySQL in this release using a different default collation. Please remember, phpMyAdmin is a tool written in PHP that assists in the simplification of managing a mysql database, it is not the DBMS itself that is MYSQL or maybe mariaDB
Forum: WampServer English
2 years ago
RiggsFolly
In WAMPServer, there are 2 seperate php.ini files. You are using the PHP CLI (Command Line Interface. You have to manually amend the wamp64/bin/php/php7.4.26/php.ini file if you want to have changes applied to the CLI
Forum: WampServer English
2 years ago
RiggsFolly
How to ask a question on this site. Provide a lot more information than that. Always start a question by answering READ (and answer) BEFORE YOU ASK A QUESTION and it is also useful to read ALL OF WAMPServer 3 All you need to know But for a start you would need to have an Oracle database somewhere to query. That does not come with WAMPServer
Forum: WampServer English
2 years ago
RiggsFolly
First you cannot copy databases between versions of MySQL its not even advise between similiar versions. Have you looked a the error logs? Also the Windows Event Viewer??
Forum: WampServer English
2 years ago
RiggsFolly
What version of WAMPServer did yo install. No idea how you managed to get Apache 2.2 commands into this if it was a recent version, if it was you, then please read the Apache manual before blundering about You say you are trying to access from another PC On the LAN, a few hint, from the manual Require all granted - allows access from any PC anywhere in the UNIVERSE Require ip 192.168.1 -
Forum: WampServer English
2 years ago
RiggsFolly
1. Show us your httpd-vhosts.conf file QuoteI gave IUSR permission to have full control of the public folder inside my C:\wamp64\www\Snipe-IT 2. You Never ever ever ever need to do anything like that If you ever get to a place where you think you do, you are Way way off base and should stop and ask for help
Forum: WampServer English
2 years ago
RiggsFolly
Ok so apahce is working, Please do right click wampmanager -> Toosl-> Create wampserver configuration report and post the result here, thank you
Forum: WampServer English
2 years ago
RiggsFolly
This means one of the services has not started, identify which and if you canot work things out for yourself ask a more specific queston. Start by reading Troubleshooting tips
Forum: WampServer English
2 years ago
RiggsFolly
There are lots of bits you need to know to do this. How did you create the Name: mydomain.com
Forum: WampServer English
2 years ago
RiggsFolly
Hmm this is not really the purpose of this site, but I will help with suggestions if I can. 1. PHP8 has major speed improvements over PHP5.6 and even more over PHP5.3, so the slowness of a purely PHP script is very odd. To me it points to other things being involved here, maybe even the network you are running on. Caching maybe? 2. I would look into the phpMyAdmin tools, in there you will
Forum: WampServer English
2 years ago
RiggsFolly
First you need to identify the bottleneck that need to be fixed. I would suggest that moving from PHP5.3 to PHP8 should be a major speed improvement in code runtime. However, optimisation depends on some many things, so much more than just the box you run it on. As I say you need to identify where the probelms are, there is no point in optimising Apache if MySQL is the issue!
Forum: WampServer English
2 years ago
RiggsFolly
This is not a subject that we support on this site. Try PortForward.com
Forum: WampServer English
2 years ago
RiggsFolly
If you are trying to run WAMPerver i.e. Apache and PHP and MySQL and mariaDB or any one or more of these you have to understand how these things actually work, and apparently you dont. Apache is installed as a service, so on the other PC where you didnt install WAMPServer but you want to use WAMPServer there basically is not Apache. However there could be. But I would not suggest this as a g
Forum: WampServer English
2 years ago
RiggsFolly
Do you mean you are launching the WAMPServer homepage on your Phone? That of course wont work as all those links are based upon being on the PC running WAMPserver so from the phone they dont work. Can you show us the newly created Virtual Host definition, (it should have changed if you re did the process again properly) better still the whole httpd-vhosts.conf file again please.
Forum: WampServer English
2 years ago
RiggsFolly
This sounds like the browser cache! Look up clearing the browser cache. Go to the page you are working on in the browser, press CTRL+F5 and it should request the page again but as the cache will be empty it gets a fresh copy of the page from the server. Was the muppet that suggested you needed a new PC a salesman in a PC store? Still it was definitely time to upgrade from Windows 8 so no
Forum: WampServer English
2 years ago
RiggsFolly
Hi, This is not really a WAMPServer issue, its a dont know how to setup Apache as a proxy issue. I am not an expert by any means on proxy but your config is telling Apache it can server the site. I think you will need to do a bit more research, on the Apache site, to find out how to setup a proxy properly.
Forum: WampServer English
2 years ago
RiggsFolly
Well as there is only one port that can be set in the PHP.INI and we provide MYSQL and mariaDB both of which has to use a port and of course a different port, then which one should we auto change and which one should be ignore.
Forum: WampServer English
2 years ago
RiggsFolly
Simple. MAX_INT (64bit) is 9223372036854775807 and 10331511505513676677 is greater than that so its converted to something that can hold that number. echo PHP_INT_MAX . PHP_EOL; echo '10331511505513676677'.PHP_EOL;
Forum: WampServer English
2 years ago
RiggsFolly
First you read THE NEED for VIRTUAL HOSTS
Forum: WampServer English
2 years ago
RiggsFolly
HI, This type of issue is not really what this site is for, and you have not described your problem very well amyway. PLease remember we are not looking over your shoudler and we are not clairevoyant
Forum: WampServer English
2 years ago
RiggsFolly
The Virtual Host definition is NOT OK!!!!! ServerName localhost ServerAlias soluciones-ahora.ddns.net localhost IS WRONG Try ServerName soluciones-ahora.ddns.net ServerAlias soluciones-ahora.ddns.net See anotation for what wrong in the httpd.conf file below #Listen 12.34.56.78:80 Listen 0.0.0.0:80 Listen [::0]:80 #This next line IS WRONG - REMOVE IT ServerName solu
Forum: WampServer English
Pages: Previous12345...LastNext
Current Page: 4 of 291