Pages: PreviousFirst...56789...LastNext
Current Page: 7 of 291
Results 181 - 210 of 8721
3 years ago
RiggsFolly
Also, if you have to change things in the php.ini to get them running on WAMPServer, there is the possibility that you WILL NOT be allowed to make those same changes when you come to move this code to a LIVE hosted server. So the danger here is you are storing up a probelm that will really bit you in the but later
Forum: WampServer English
3 years ago
RiggsFolly
I am a little intrigued. As it sounds like you are only using the localhost i dont get the cross site issue. Would you share some of the code, the cookie code specifically that exsists in your scripts? Or are you saying that the only cookie you are aware of is the PHPSESSID cookie that PHP itself uses?
Forum: WampServer English
3 years ago
RiggsFolly
1. Yes, for lost of reasons 2. Not sure why anything needs changing. The I dont know what your site is doing 3. I do Small Point: The Cookies and Sessions are not the same thing at all. It is the session files that you see in the wamp64/tmp folder. Cookies are only transmitted about by the browser between client and server. They are not stored on the server file system
Forum: WampServer English
3 years ago
RiggsFolly
Hi Thanks. First things is that you should not put your code in the \wamp64\www folder. That folder contains some useful bits and pieces. You should mput your website code either in a subfolder of the www folder or some completely other colder on disk, and use a Virtual Host to point to it, whereever you put it. See The Need for Virtual Hosts I have never had issues like this and it
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Quite an essay. Sorry but can we start with a bit of background. 1. Are your browsers up to date? 2. What versions of Apache/PHP were you using in April before you started having these problems. 3. Can you answer these questions based upon what you currenty have installed READ (and answer) BEFORE YOU ASK A QUESTION
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Its quite probable that the error has always been there, but as wampserver is a development server and configured to show errors so they can be fixed, you are seeing them. Whereas your other server may be configured as a live server and therefore errors only go to the error log and not to the screen. Have a look at the servers error log, just to check
Forum: WampServer English
3 years ago
RiggsFolly
I assume you are running WAMPServer as an Administrator i.e. answering the UAC dialog with a YES?
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Well as all the other sites are working, this does not seem to be a WAMPServer issue. More likely some sort of config issue. So if it is that, you are in a better place than us to chase this, so I am not sure what we can do for you here
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Its not totally clear what you are doing here when you say you are accessing a site remotely! I am assuming you mean you are running these site on your PC, and trying to access them from out on the internet. First what domain name are you entering in the browser? I tried to ping tbwamp.workgroup.local and it does not exist, so is not registered with a DNS Server that the rest of u
Forum: WampServer English
3 years ago
RiggsFolly
Only took a quick look but that like most WAMPServer stuff on the web is wrong/bad/unnecessary/nonsense
Forum: WampServer English
3 years ago
RiggsFolly
All looks ok there I think. So what are you running in these sites? Is it your own code, or a downloaded site/cms like wordpress or something similiar. Are you sure that the site is not turning OFF error reporting?
Forum: WampServer English
3 years ago
RiggsFolly
Can you show us your Virtual Hosts definitions please? Basically you tell us you have a probelm but not really much information to help us to help you. It is always useful to read and answer all these questions so we have a better understanding
Forum: WampServer English
3 years ago
RiggsFolly
Didi you install Imagik itself? The PHP extension is just a conduit from your code to the actual Imagik code.
Forum: WampServer English
3 years ago
RiggsFolly
The docs say use COMPOSER. Do you have composer installed? But basically this type of question is off topic as it is not directly related to WAMPServer itself
Forum: WampServer English
3 years ago
RiggsFolly
Because of the way WAMPServer now works, the Online/Offline feature is no longer relevant. As it was it was often very misunderstood by beginners that assumed if WAMPServer was Offline it was turning off Apache, which of course it was not. I thought what you posted was at best misleading, or I would not have removed the topic
Forum: WampServer English
3 years ago
RiggsFolly
Hi You get this error -> But i get this localhost error: When you do what?
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Download and run - Checks VC++ packages installed
Forum: WampServer English
3 years ago
RiggsFolly
Did you do as suggested in the install and install all the MSVC Runtime Libraries? from, oldest to newest? See wamp64/install.txt to see which you need and how to find them
Forum: WampServer English
3 years ago
RiggsFolly
You could try: Install latest WAMPServer. Check it works Install the MySQL ADDON for the MySQL that matches your broken version. Rename the new mysqlx.y.z/data folder to mysqlx.y.z/orig_data Now copy your broken mysqlold.version.number/data to the new folder mysqlx.y.z/data Start WAMPServer.... With luck MySQL will come up. Backup the database you want to keep. Stop WAMPServer
Forum: WampServer English
3 years ago
RiggsFolly
You could also just setup WAMPServer 3 and then Restore your last database backup. Simples
Forum: WampServer English
3 years ago
RiggsFolly
Save the xls or xlsx file as a CSV file. Then read This tutorial Or any other tutorial you find with a search criteria of "import csv file into MySQL"
Forum: WampServer English
3 years ago
RiggsFolly
Hi Do you really mean `httpd-vhosts.txt`?? It should be `httpd-vhosts.conf` ??
Forum: WampServer English
3 years ago
RiggsFolly
Hi, I find it rather Odd that the mylsq.log file is empty? Are you absolutely sure??
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Couple of point: MySQL normally runs on port 3306, Apache runs on 80. If MySQL does not start it has nothing to do with port 80 or Apache. Things like this do not happen just to make your life difficult. What has changed between MySQL working and now when it does not. Did you change anything in the my.ini file? Please can you show us a complete set of messages for a mySQL
Forum: WampServer English
3 years ago
RiggsFolly
Yes its possible. I suggest a google on "apache wild card domain" ... It worked for me
Forum: WampServer English
3 years ago
RiggsFolly
QuoteI have changed the php cli version from Tools -> PHP Cli version to 7.4 The image you show says that the PHP CLI version is 7.3.21 !!! This process changes the version of PHP used by the scripts that are run from the menu, and as these are not tested against anything other than PHP5.6 its a dupious idea. If you want to change the version of PHP that you run from a command window t
Forum: WampServer English
3 years ago
RiggsFolly
Hi, If you looked closer, you would see that the site certificate has expired. I guess someone forgot to replace it with a new one. If you want to download WAMPServer software, try the backup store located Here A bonus is it is Soo much easier to navigate than the sourceforge site which is where you would have been directed from the WAMPServer.com site
Forum: WampServer English
3 years ago
RiggsFolly
CayDee, Quote It left the hosts file and the 2 entries there, but after those 2 entries I had very many test sites That is why I wrote `etc etc etc` By that I ment that you should look through your list of test sites and add them back into the hosts file. If you really want the spybot stuff back, then thats not our area. But I would simply uninstall it and ..... well I would not reinstal
Forum: WampServer English
3 years ago
RiggsFolly
Hi, Do you mean you lost C:\windows\system32\drivers\etc\hosts ? If so that shoudl be easy to recreate, all you need to do is look at your `httpd-vhosts.conf` file and for each `ServerName`you find, add a line to the HOSTS File. like 127.0.0.1 locahost ::1 localhost 127.0.0.1 mydomain1 ::1 mydomain1 etc etc etc
Forum: WampServer English
3 years ago
RiggsFolly
Hi, How did you I changed my WAMP PHP version from 7.1.3. to 7.3.21
Forum: WampServer English
Pages: PreviousFirst...56789...LastNext
Current Page: 7 of 291