Pages: PreviousFirst...89101112...LastNext
Current Page: 10 of 291
Results 271 - 300 of 8722
3 years ago
RiggsFolly
Did you read the file I suggested, so you know how to switch DBMS from mariaDB to MySQL or visa versa? Or did you just repeat your questions.
Forum: WampServer English
3 years ago
RiggsFolly
Hi, 1. What is the stable or recommended configuration that has to be done so that all the computers on the LAN network connect to the PC where I have installed the wamp as a server (example 192.168.1.50:90/proyecto_uno. Since I have seen several tutorials modifying vhost and conf but nothing. Why are you using port 90? 2. When I upload a backup of a project to Mysql, the project doe
Forum: WampServer English
3 years ago
RiggsFolly
That file comes with all Apache installations.
Forum: WampServer English
3 years ago
RiggsFolly
Hi Are you saying that you believe something was installed OUTSIDE the \wamp or \wamp64 folders?
Forum: WampServer English
3 years ago
RiggsFolly
It is NOT a problem and definitely NOT AN ERROR It is just that XDEBUG (a VERY useful tool) grabs the `var_dump()` and outputs the SAME - CORRECT - DATA but in a slightly different format. It just adds the file name of where the var_dump() was run to the output, AGAIN .. Very Useful if you have a number of scripts all interacting and all of which you have added a var_dump() to in order to trac
Forum: WampServer English
3 years ago
RiggsFolly
Ahhh By the way, what it actually looks like (which may have kelp in the recognition) is D:\PHP-SOURCE\Testing\tst.php:12: int(24)
Forum: WampServer English
3 years ago
RiggsFolly
Hi, No idea where you got the idea to put spaces between everything, but dont The php tag is <?php and NOT <? php So your code shoudl be <?php $a = 24; var_dump ($a); ?>
Forum: WampServer English
3 years ago
RiggsFolly
Hi Oto, Always your willing and humble servant. I can do, but: I really dont see how a cache can cause a problem if you have never accessed the site before. In that case the cache would know nothing about the site/domain. It is more likely that there was something wrong with the VH definition of the site you had problems with. If that is the case, the Apache fallback position is to sh
Forum: WampServer English
3 years ago
RiggsFolly
I dont suppose you have IIS active by any chance?
Forum: WampServer English
4 years ago
RiggsFolly
Hi, Please can you go to and download (near bottom of that page the tools called "Checks VC++ packages installed" Run this, it will only check that all the required MSVC Runtimes are installed and report any missing ones. If that reports missing runtimes, you can download the ZIP file, just below the previous download called "All VC Redistribuable Packages (x86_x64) (3
Forum: WampServer English
4 years ago
RiggsFolly
Time spent learning is never wasted. You have now learned something (hopefully)
Forum: WampServer English
4 years ago
RiggsFolly
TheKillerR Wrote: ------------------------------------------------------- > Why did they make it so difficult and tweaky to > access wamp from the local computer? Wamp used to > be accessible by IP out of the box. And as such, those beginners that had no real idea what they were doing or what they were risking often opened up their system inadvertantly to the risk of being hacke
Forum: WampServer English
4 years ago
RiggsFolly
Hi, Take a look at this, on StackOverflow it was aimed at accessing the server from a phoen but it would work from any device.
Forum: WampServer English
4 years ago
RiggsFolly
Use Username = root Password =
Forum: WampServer English
4 years ago
RiggsFolly
Hi Yes, because... 127.0.0.1 is the IPV4 loopback address for THIS PC ::1 is the IPV6 loopback address for THIS PC and `machine_name` well you get the idea. This is for your security, a `root` account should never be able to connect from a random outside address (IPAddress) so it can never be abused. If you were to allow a remote connection, it should be a new account and it s
Forum: WampServer English
4 years ago
RiggsFolly
Hi 1. If you dont want them remove them. But I would check with the mariaDB manual to see if there is a reason for them being there first. 2. A MySQL or mariaDB user account is made up of a username and a domain. - username is obvious, but the username may only login from the mentioned domain. So we create a root account that can be used from all of the possible places you may login fro
Forum: WampServer English
4 years ago
RiggsFolly
Hi This does not sound like an issue that is in any way related to WAMPServer or the installation of WAMPServer. See for assistance. I would start by making sure you have applied all the Windows Updates to the current time.
Forum: WampServer English
4 years ago
RiggsFolly
Hi Are you using phpMyAdmin to create this new database?
Forum: WampServer English
4 years ago
RiggsFolly
Hi, May I remind you what WAMPServer is designed for: It is a learning tool, it installs Apache/MySQL/mariaDB/PHP/phpMyAdmin/etc quickly and easily and in 99.99999999% of cases without any problems. It is ment to allow us/you/all of us to learn how to use all these servers and tools. Knowledge and Ability of any of these does not come OUT OF THE BOX with the install If you want to learn
Forum: WampServer English
4 years ago
RiggsFolly
Hi, Is it possible that you tried to install Apache manually, before finding WAMPServer? Is it also possible you didnt uninstall it yet?
Forum: WampServer English
4 years ago
RiggsFolly
If you did not set a password, then you shoudl leave the password field empty. Or read `instructions_for_use` in the WAMP folder
Forum: WampServer English
4 years ago
RiggsFolly
Hi If you have entered root into the username field then this would have said `root`@ ´localhost` So try entering root as the username when loging into phpMyAdmin
Forum: WampServer English
4 years ago
RiggsFolly
Hi, 1. This site is not for PHP Error debugging. 2. You give us almost NO useful information to enable us to help you anyway. We are not clairvoyant
Forum: WampServer English
4 years ago
RiggsFolly
I think Oto means the Event Viewer
Forum: WampServer English
4 years ago
RiggsFolly
Ciprian I am very interested to know WHY you say you NEED the /plus in the URL? I cannot think of a good reason for this unless its a coding mistake that is too late to fix
Forum: WampServer English
4 years ago
RiggsFolly
When you run localhost, do you do http://localhost or http://localhost:8080
Forum: WampServer English
4 years ago
RiggsFolly
And what is in your HOSTS file `c:\windows\system32\drivers\etc\hosts`
Forum: WampServer English
4 years ago
RiggsFolly
Hi, Ahh I see, well there are a couple of things here that need mentioning. 1. If you use `127.0.0.1` or `localhost` on any PC/Laptop both those addresses mean THIS PC AND ONLY THIS PC, so they will never address any other PC/webserver. This is because these addresses are burnt into the network stack and were originally designed only for the use of engineers testing things on a PC. 2.
Forum: WampServer English
4 years ago
RiggsFolly
Hi, Can you be a little more specific please. You have WAMPServer installed on the Laptop, I get that, but what is on the other PC's disk. I mean is it a web site code or what?
Forum: WampServer English
4 years ago
RiggsFolly
Oto, In english If it ain't broke DONT FIX IT
Forum: WampServer English
Pages: PreviousFirst...89101112...LastNext
Current Page: 10 of 291