Pages: Previous12345...LastNext
Current Page: 3 of 291
Results 61 - 90 of 8721
1 year ago
RiggsFolly
Please, nobody else should follow this nonsense even if you can understand it. Maybe Oto should consider deleting it.
Forum: WampServer English
1 year ago
RiggsFolly
Hi, Did you actually install all the required MSVC RUntimes, you just say you tried!?? Go to The backup repo for WAMPServer (much easier to navigate than SourceForge) Download and install and run `Checks VC++ packages installed` you find it at the bottom of that page. That will tell you what MSVC Runtimes you may be missing. If you are missing any, you can also download those from the
Forum: WampServer English
1 year ago
RiggsFolly
This is probably because the first thing Apache does is see if you are allowed to access something, then if you are it will look to see if the subfolder (alias) actually exists. So you fail at the first hurdle and therefore get the message FORBIDDEN
Forum: WampServer English
1 year ago
RiggsFolly
The `mail()` function does not send mail it just passes it to a mail server, the one you have configured in yout `php.ini` file. So if you dont have a mail server on your system you cannot use `mail()` to send mail.
Forum: WampServer English
1 year ago
RiggsFolly
I will just throw my hat into the arena once more. SOrry Oto if I am stepping on your toes! If your httpd.exe files are "disappearing" then possibly you have an overly agressive FireWall or Virus checker. Have you recently made change to either of these type of services on this PC? On the subject of gaining access to the databases you had under the original version of MySQL (or
Forum: WampServer English
1 year ago
RiggsFolly
Hi You said I decided to upgrade WAMP and all the services too. Please tell us Exactly what you did, step by step if possible.
Forum: WampServer English
1 year ago
RiggsFolly
Ok, So did you find out what was locking it? And did you do something about it??
Forum: WampServer English
1 year ago
RiggsFolly
You have to tell your anti virus to allow wampmanager to update the HOSTS file
Forum: WampServer English
1 year ago
RiggsFolly
1. There is no email server on a windows system, unless you installed one! -- i have checked and I do not have IIS installed. There are other things that report as `Server: Microsoft-HTTPAPI/2.0` Have a lok at this Why Port 80 is Being Used by System Process ID 4 Something will need dtopping or removing. -- but still cannot access the virtual host on 8181. Are you adding the port n
Forum: WampServer English
2 years ago
RiggsFolly
Oto, I think it may have happened in PHP8.1.3 and has been there through 8.1.4 and 8.1.5 It does not do any harm I dont think
Forum: WampServer English
2 years ago
RiggsFolly
I am kind of assuming you are asking how to configure your new IDE to use XDEBUG. If so: Simple search on google got me to The Rapid PHP Editor Help pages With WAMPServer Steps 1, 2 and 3 are already done, so just complete 4 and 5 I use VSCode as of recently, free, quick, well maintained, quicker than I am
Forum: WampServer English
2 years ago
RiggsFolly
You would have to setup a Virtual Host in WAMPServer called "your domain name" Then you would change the DNS (I assume you get access to a DNS Server) so it points to your Routers WAN IP Address. But this comes with a warning, WAMPServer comes configured to be a developers tool and not a live server. If you are not practiced in securing a web server against all the possible attack
Forum: WampServer English
2 years ago
RiggsFolly
All I can say is WHY? Leave the localhost where it is. Suggestions 1: If you want WAMPServer installed on Z: then unintall it and reinstall it there. Although I dont recommend installing on a network drive. (DONT FORGET TO BACKUP Site and Database(s) first) Suggestion 2: If you want to develop a site and place its code somewhere else, do so. But create a new Virtual Host for that purpo
Forum: WampServer English
2 years ago
RiggsFolly
You would be better creating a Virtual Host on the standard port 80. Start by reading THE NEED for VIRTUAL HOSTS
Forum: WampServer English
2 years ago
RiggsFolly
The normal answer would be to write the PHP code correctly, but in this case I suspect that you are using a version of PHP that is not compatable with the site code you have downloaded. I assume this is not code you have written yourself. I suggest you check the requirements for this site, I would guess you are going to have to reduce the version of PHP you are using. BUT.... Lets start f
Forum: WampServer English
2 years ago
RiggsFolly
You may need to make it a little bigger if you want others to also see it
Forum: WampServer English
2 years ago
RiggsFolly
Hi Oto, If you were to provide a simple mechanism to contribute to your overheads, I for one would be quite happy to make a contribution.
Forum: WampServer English
2 years ago
RiggsFolly
Good point, well made. Thank you also Maximus23
Forum: WampServer English
2 years ago
RiggsFolly
Is this happening in your code or the Joomla code? If its in the Joomla code please supply the version of joomla. Also supply the complete error message, not a summary that is missing vital parts To be honest it does not seem like a WAMPServer issue, but lets see if we cannot help anyway Also can you answer READ (and answer) BEFORE YOU ASK A QUESTION as part of your reply
Forum: WampServer English
2 years ago
RiggsFolly
A quick note for the casual reader that may have got this far: May I remind ALL USER OF MYSQL/mariaDB that if you want an INNODB table and you specify INNODB on the table CREATE you will get an INNODB table. The existance of and reliance on a default for the table type is a COMPLETE and UTTER IRRELEVANCE if you actually have the faintest idea what you are doing. And there I rest my case.
Forum: WampServer English
2 years ago
RiggsFolly
Yes, but there is a reason! We found that most new users of WAMPServer (Beginners, people who know next to nothing about MySQL or any other part of WAMPServer) had a lot of problems with INNODB as of course they do not take sensible backups or protect themselves in other ways from hiccups. Therefore when they make there first mistake, recovering a INNODB database was more complex whereas o
Forum: WampServer English
2 years ago
RiggsFolly
If you are worried about Sourceforge there is always the backup repo which in my opinion works much better and the visibility is SOooo much simpler
Forum: WampServer English
2 years ago
RiggsFolly
Please see Previous answer
Forum: WampServer English
2 years ago
RiggsFolly
Hi, Please remember, this is primarily a learning tool. Configuration of these servers is completely down to you and is part of your learning process for each of these servers and environments. It is not something you can ask to be configured to your personal needs. I, like you, have a list of config changes I have to make in order for Apache/MySQL/mariaDB/PHP to be setup as I want them
Forum: WampServer English
2 years ago
RiggsFolly
Windows 10 UK version, Build 19041.vb_release.191206-1406 returns Windows-1252
Forum: WampServer English
2 years ago
RiggsFolly
Debe haber algún tipo de preguntas, no solo una declaración arbitraria. Y las preguntas aquí deben estar en inglés, por favor
Forum: WampServer English
2 years ago
RiggsFolly
Its not totally clear what you are asking as I dont see a real question here If you are just asking how to add a version of PHP8 to your WAMPServer, then:- See the backup WAMPServer repo at The backup Repo and then download as many ADDONs as you like. I suggest you first make sure you have all the MSVC Runtimes installed, see the bottom of that linked page, and also install the latest W
Forum: WampServer English
2 years ago
RiggsFolly
This is likely to do with how you have configured Joomla and your Virtual Host. Nothing to do with WAMPServer itself. We would not mind helping, but really you have not given us any information that would allow us to help
Forum: WampServer English
2 years ago
RiggsFolly
Hi, First, did you read the full spec for HTTP2, its configureation is not just a case of enabling the module. Second, did you compare these results using some other browsers, FF, Edge. HTTP/2 means that more assets can be downloaded at once - not that they will be. Browsers have various heuristics as to what to download and when.
Forum: WampServer English
2 years ago
RiggsFolly
It does get it from somewhere else, the other option to ensure you amend the correct `php.ini` is to use the wampmanager icon again and do left click wampmanager->PHP->php.ini This should open php.ini with your default editor. Find memory_limit = 128M and change 128 to 256 or 512. Then save the file, exit the editor and then restart Apache to make the parameter active l
Forum: WampServer English
Pages: Previous12345...LastNext
Current Page: 3 of 291