Pages: Previous12345...LastNext
Current Page: 2 of 291
Results 31 - 60 of 8721
1 year ago
RiggsFolly
Did you also install IMagic itself? The PHP extension is not IMAGIC it is only a conduit from your PHP code to IMagic itself.
Forum: WampServer English
1 year ago
RiggsFolly
Hi, As part of whatever you did in the upgrade, did you get a new version of MySQL installed? Then did you activate that new version of MySQL? If the answer to these 2 questions is YES, then switch back the the version of MySQL that you were previously using and see if your databases magically re-appear!
Forum: WampServer English
1 year ago
RiggsFolly
If you want to allow access from a whole Subnet like `124.100` as well as localhost then the syntax is Require local Require IP 124.100
Forum: WampServer English
1 year ago
RiggsFolly
Thanks Oto, Sooner than I thought.
Forum: WampServer English
1 year ago
RiggsFolly
webmasterinnj, Please be careful when answering peoples questions! There is more to it than just getting your website link on lots of pages. Order allow,deny Is Apache 2.2 syntax require all granted Is Apache 2.4 syntax. These 2 have nothing to do with each other. Using the 2 together will only cause Apache confusion and can in some cases cause actual issues. I suggest from now
Forum: WampServer English
1 year ago
RiggsFolly
Upgrade your XDEBUG, there was a probelm with XDEBUG 3.2.0 that woudl create these files exen though the options to do so were turned off. This is fixed in XDEBUG 3.2.1
Forum: WampServer English
1 year ago
RiggsFolly
If you cahnge the port number that Apache is listening on, then you have to use it in the url all the time! So locahost:8180/myproject If you are not using IIS then it is simpler to uninstall it or at least stop it auto starting, so you can happily use port 80 as always intended
Forum: WampServer English
1 year 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
1 year 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
1 year ago
RiggsFolly
Hi, Sorry but this is WAY OUT OF SCOPE for this site.
Forum: WampServer English
1 year 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
1 year 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
1 year ago
RiggsFolly
You need to use an ALIAS if I understand you correctly See The Apache manual page here
Forum: WampServer English
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year 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
1 year ago
RiggsFolly
Then I fear you will have to do what the rest of us have to do..... RESEARCH, Research, research
Forum: WampServer English
1 year ago
RiggsFolly
Please read The need for Virtual Hosts
Forum: WampServer English
1 year 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
1 year 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
1 year 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
1 year ago
RiggsFolly
I am fine thanks, hope youare too.
Forum: WampServer English
1 year 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
Pages: Previous12345...LastNext
Current Page: 2 of 291