Pages: 12345...LastNext
Current Page: 1 of 290
Results 1 - 30 of 8684
4 days ago
RiggsFolly
Small Point: Visual Studio is in no way related to WAMPServer or any of its component parts, other than it is used to compile and link those component i.e. Apache, MySQL, mariaDB, PHP. So the fact that the "MSVC Runtimes" are so named and needed in order to run above said components is that MS provides those so that code compiled using its compiler (Visual Studio, for want of a be
Forum: WampServer English
8 days ago
RiggsFolly
This is a MediaWiki Issue. That instruction is a PHP function but has been removed in PHP8. You have 2 options: 1: Install PHP7.4.x into WAMPServer and activate that. 2. Check if MediaWiki has a newer version that you missed that has been coded to use the alternate `spl_autoload()` Look in the ADDON's repo maintained by Oto, and pick the latest PHP7.4 version
Forum: WampServer English
11 days ago
RiggsFolly
Hi, Sorry but this is WAY OUT OF SCOPE for this site.
Forum: WampServer English
13 days ago
RiggsFolly
Actually I also have a few of these in the `wamp64\tmp` folder. They are created by XDEBUG, but they are only supposed to be created if the `profile` option is added to the xdebug.mode =develop, debug If you want to profile then you woudl add it to the list xdebug.mode =develop, debug, profile I am not quite sure yet why they are being generated as I do not have the `profile` opti
Forum: WampServer English
15 days ago
RiggsFolly
Can you tell us which folders you are talking about please. The more information you give us the better we can help you.
Forum: WampServer English
15 days ago
RiggsFolly
You need to use an ALIAS if I understand you correctly See The Apache manual page here
Forum: WampServer English
4 weeks ago
RiggsFolly
Yes you could but WHY? You can only do one thing at a time, so work on one site then the other.
Forum: WampServer English
5 weeks ago
RiggsFolly
Very relevant information for you! In a relational database there is no implied ORDER to any table. If you want rows returmed in a specific order then you have to use an ORDER BY clause in the query. You may get things returned in what looks like an order without an ORDER BY clause but is is pure luck, not something you can rely upon. This goes for WAMPServer (MySQL and mariaD and XAMPP (m
Forum: WampServer English
2 months ago
RiggsFolly
This is NOT an error. You have however made at least one. Never put any of your code into the WWW folder in WAMPServer. That is reserved for WAMPServer use only. Probably best if you were to uninstall WAMPServer and then reinstall it.... THEN .... READ (and answer) BEFORE YOU ASK A QUESTION Then WAMPServer 3 All you need to know Then THE NEED for VIRTUAL HOSTS But fi
Forum: WampServer English
3 months ago
RiggsFolly
Ok, When you run the version from the 123-reg version are you using the same client PC and Browser as when you run this from a WAMPServer served version?
Forum: WampServer English
3 months ago
RiggsFolly
How is that anything to do with WAMPServer? That code exists in the browser and when clicked will launch your PC's default email client (outlook or a browser for example) So in no way is WAMPServer (Apache/PHP) related in any way other than the process of sending that HTML to the browser! And that appears to have been done perfectly well as the links are there to click.
Forum: WampServer English
3 months ago
RiggsFolly
Can I point you at this answer in StackOverflow How To Run PHP From Windows Command Line in WAMPServer as a suggestion on how to use the CLI in WAMPServer. It allows much more flexability, shoudl you be responsible for one or multiple sites all of which need to run on different versions of PHP. It also allows you to incorporate PEAR and Composer as well as just selecting the correct ve
Forum: WampServer English
3 months ago
RiggsFolly
Have you installed all the MSVC Runtime libraries like all the installs suggest you should? Remember the Aestran program is 32bit so you need all the 64bit AND 32bit Runtimes. See the ADDONS Page at the bottom and download the "Checks VC++ packages installed" to see what yo are missing. Always download this every time you want to run it as it has to change with the release of ever
Forum: WampServer English
4 months ago
RiggsFolly
I think Oto means that the unnecessary multiple repartitions of <Directory "D:/wamp64/www/example/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted </Directory> under each Alias are useless and should be deleted So replace Alias /Filme "D:/Movie" <Directory "D:/wamp64/www/example/"
Forum: WampServer English
4 months ago
RiggsFolly
Dragos Wrote: ------------------------------------------------------- > RiggsFolly Wrote: > -------------------------------------------------- > ----- > > Hi, > > > > I am a little confused! If the errors appear on > > lines 822 and 823, why are you showing us line > 829 > > to line 837, where the error is not ? > > > To understan
Forum: WampServer English
4 months ago
RiggsFolly
Hi, I am a little confused! If the errors appear on lines 822 and 823, why are you showing us line 829 to line 837, where the error is not ?
Forum: WampServer English
4 months ago
RiggsFolly
Then I fear you will have to do what the rest of us have to do..... RESEARCH, Research, research
Forum: WampServer English
5 months ago
RiggsFolly
Please read The need for Virtual Hosts
Forum: WampServer English
5 months ago
RiggsFolly
Have you looked in the MySQL Error log? Have you looked in the Windows Event Viewer? Check both of those and if you cannot fix the error yourself, post them here
Forum: WampServer English
5 months ago
RiggsFolly
Did you install the ACTUAL Image Magic tool. The extension is just a connector to the real thing, not the real thing itself.
Forum: WampServer English
5 months ago
RiggsFolly
Sorry, but you will need to be more specific! The service `wampmysqld64` is the MYSQL Service, the mariaDB service is called `wampmariadb64` What do you mean by `In the check state of services` what did you actually look at?
Forum: WampServer English
6 months ago
RiggsFolly
I am fine thanks, hope youare too.
Forum: WampServer English
6 months ago
RiggsFolly
I assume you are using phpMyAdmin to do the import, that has a seperate control for execution time. Look in `C:\wamp64\alias\phpmyadmin.conf` it should look something like this Alias /phpmyadmin "${INSTALL_DIR}/apps/phpmyadmin5.1.3/" <Directory "${INSTALL_DIR}/apps/phpmyadmin5.1.3/"> Options +Indexes +FollowSymLinks +MultiViews AllowOverride all Requi
Forum: WampServer English
6 months ago
RiggsFolly
Please, nobody else should follow this nonsense even if you can understand it. Maybe Oto should consider deleting it.
Forum: WampServer English
6 months 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
6 months 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
6 months 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
8 months 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
8 months 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
9 months ago
RiggsFolly
Ok, So did you find out what was locking it? And did you do something about it??
Forum: WampServer English
Pages: 12345...LastNext
Current Page: 1 of 290