Pages: PreviousFirst...45678...LastNext
Current Page: 6 of 291
Results 151 - 180 of 8721
3 years ago
RiggsFolly
Hi, Good for you, well done! Note, this is a WAMPServer help forum, to provide people assistance getting WAMPServer up and running properly. It is not a PHP nor Javascript training centre
Forum: WampServer English
3 years ago
RiggsFolly
Do you get reply when you ping the server name from the PC not running WAMPServer. If so what does it say. Can you show us your httpd-vhost.conf file please
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Thats not an error message. If youare getting an error message please can you show us. We cannot help when we dont understanf the issue
Forum: WampServer English
3 years ago
RiggsFolly
Have a look at this answer on StackOverflow That is what I use to fire up a CLI using any version of PHP I have installed in WAMPServer. It also covers using PEAR and Composer as well
Forum: WampServer English
3 years ago
RiggsFolly
I have covered this on Stackoverflow
Forum: WampServer English
3 years ago
RiggsFolly
Adding to a thread that finished in 2009, NOT VERY HELPFUL, as well as incorrect. As a rule of thumb, you can remove any version of PHP that you added If you are still using WAMPServer 2.anything. Stop and upgrade to WAMPServer 3
Forum: WampServer English
3 years ago
RiggsFolly
Hi It may not seem like Apache cares and strickly it does not. However if you dont add the public folder to the path in the Directory tag, you are in fact allowing access to all folders below `C:/websites/lvlproject` That is NOT what Laravel wants, in fact the directory structure is designed as it so to alow you to NOT give access to the universe to any folders other than the public folder
Forum: WampServer English
3 years ago
RiggsFolly
The way they describe in the manual. The site lives in the `public` folder so that has to be your DocumentRoot <VirtualHost *:80> ServerAdmin webmaster@venture-wilderness.com ServerName lvlproject.lh ServerAlias www.lvlp
Forum: WampServer English
3 years ago
RiggsFolly
Right, as expected, your DocumentRoot is very unlikely correct If you check any Laravel setup guide you will see that the DocumentRoot shoudl be pointing at the `public` folder. That also means changing the Directory to match
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Please read Setting up the rights of ordinary users for WampServer A little Explanation: Remember this is NOT a limitation brought about by WAMPServer, this is because to start a service (wampapache, wampmysqld etc) in windows you need certain privilages not normally granted to a standard user account. It may be that you dont consider giving your student this privilege is right eithe
Forum: WampServer English
3 years ago
RiggsFolly
Can we see your VHOST definitions please.
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Dont go reinstalling till we have exhaust other options. Do you still have the `\wamp` or `\wamp64` folder on your C drive, or whereever you installed it originally?
Forum: WampServer English
3 years ago
RiggsFolly
Yes, you have 2 instances of MySQL installed now unless you deleted/uninstalled something it should still be there. Lets see if we can find it 1. Exit WAMPServer 2. Start MySQL like you used to before installing WAMPServer. If you now can see your old database, EXPORT IT (BACKUP) to somehwrere safe/ Stop the MySQL server instance you started. Start WAMPServer. Restore the da
Forum: WampServer English
3 years ago
RiggsFolly
Hi, I am wondering how much of this issue may be due to the code that you are using, so can I suggest you place these 2 simple scripts into your DocumentRoot of one of your sites and try them out Call this sess1.php <?php session_start(); if ( $_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['sessVal']) { $_SESSION['sessVal'] = $_POST['sessVal']; //
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Clicking on unknown untrusted links is something I only do on a Monday I am afraid
Forum: WampServer English
3 years ago
RiggsFolly
I just wrote this, so if you have any comments to improve it, please feel free to comment. How to Install Composer in WAMPServer Composer of course is a command line tool, that uses PHP, so the first thing to do is make sure you can get to a php.exe from anywhere when running from a Terminal/Command Prompt. WAMPServer does not need OR more importantly like you to use the normal Win
Forum: WampServer English
3 years ago
RiggsFolly
Tell openssl where its config file is Run this in the terminal before doing any openssl set openssl_conf=d:\wamp64\bin\apache\apache2.4.46\conf\openssl.cnf
Forum: WampServer English
3 years ago
RiggsFolly
Glad you have something that works. Small Point, phpMyAdmin is not a database, its a tool written in PHP to make maintaining a MyQSL database more user friendly. I would have gone with a VH with the ServerName of sitec.com and then change wordpress to use that as the url, but whatever
Forum: WampServer English
3 years ago
RiggsFolly
Please can you send a config report. right click wampmanager-> Tools -> Create Wampserver configuration Report
Forum: WampServer English
3 years ago
RiggsFolly
Not sure I can, I am not a WordPress expert
Forum: WampServer English
3 years ago
RiggsFolly
Morning Right, so the HOSTS file is used Only to seed the Windows DNS Cache and as such affect only the PC that hosts file exists upon. So it has no relevance to accessing sitec.com from a remote location. So it does not matter that its not in the HOSTS file. Ahh hang on, woocommerce that sits on top of WordPress, so I bet you installed your wordpress and woocomerce using `localhost:8080/si
Forum: WampServer English
3 years ago
RiggsFolly
I assume you still have a locahost defined in your httpd-vhosts.conf file? I also assume that the locahost VH definition is the first definition in the hosts file? If so it sounds like there is something wrong with the definition of sitec.com, Apache will default to the first definition in the HOSTS file if it cannot find a well defined VH for what it is looking for. You can test this supo
Forum: WampServer English
3 years ago
RiggsFolly
Hi Are you using a Dynamic DNS or have you actually purchased sitec.com and pointed the DNS to your IP Address?
Forum: WampServer English
3 years ago
RiggsFolly
Please remember, you have to run your PHP scripts through the webserver. So your address bar should look like `` or `localhost` If your address bar starts with `file:///` then you are running the script but not through the web server. Only the web server has access to the PHP interpreter. It can be a little confusing at first as javascript and css and all the other stuff can work quite ha
Forum: WampServer English
3 years ago
RiggsFolly
Hi GoogleClone PLEASE advertise you business elsewhere. Your answer was nonsense and SO obviously an advertising link.
Forum: WampServer English
3 years ago
RiggsFolly
Ok Question: When you say QuoteWhen I try to start the 64-Bit-version with php8 the following error occures: Do you mean you have PHP8 active within that Apache OR Do you mean that you have changed the version of PHP that is used by WAMPServer to run itself?
Forum: WampServer English
3 years ago
RiggsFolly
Hi Did you check which wampmanager you were using to do the start? To start the 64bit version of WAMP you use the wampmanager.exe inthe wamp64 folder etc.
Forum: WampServer English
3 years ago
RiggsFolly
Hi The case sensitive thing is a well known issue when moving code from Windows(which is case insensitive) to Linux(which is case sensitive). Its just one of those things that a developer that uses both environments has to remember and pick a standard for. I use all lower to avoid the issue As you are the only person reporting this issue, and we dont have enough information to work out how
Forum: WampServer English
3 years ago
RiggsFolly
PLEASE... Read and inwardly DIGEST the previous message from OTO
Forum: WampServer English
3 years ago
RiggsFolly
Yes, if you look at the httpd-vhosts.conf (menu link) you will see that even localhost is defined as a VH
Forum: WampServer English
Pages: PreviousFirst...45678...LastNext
Current Page: 6 of 291