Current Page: 1 of 1
Results 1 - 25 of 25
6 days ago
neo314
Anyone have any advice on this maddening issue that complicates my development server? I am using WAMP on Windows 11 with SSL for Joomla 5.0.3 development. WAMP is running Apache 2.4.58 with PHP 8.1.26 Everything works fine except I cannot install extension updates or Joomla updates. I have determined that in the file Filesystem\Folder.php, each installation is proceeding just fine until
Forum: WampServer English
7 years ago
neo314
Ok, I visited it already and so it doesn't look like a link in the post. Sorry. I followed the directions, but when I have WAMP listen to port 443, Apache won't start. The port is not in use. The Apache error log says: (OS 109)The pipe has been ended. : AH00404: Child: Unable to read socket data from parent AH00427: Parent: child process 9612 exited with status 3 -- Aborting.
Forum: WampServer English
7 years ago
neo314
A link would be helpful as I have been looking and cannot find the answer...
Forum: WampServer English
11 years ago
neo314
I'm running wamp server under test domains like if my client is domain.com the test domain is domain.home. Everything including SSL works fine except that the SSL protocol isn't on and the server values show port 80 and protocol http. In other words, works, but the underlying server values say it is not SSL which of course screws up any SSL detection. Is that just how it is, or is there
Forum: WampServer English
12 years ago
neo314
After quite some time trying to get SSL to work, I found what was holding me up. I am running Windows 7 Ultimate x64 with WAMP 2.2a x64. What I encountered, after trying to strip all excess directives and ensuring that port 443 was not in use, was that any time I tried to listen on port 443, the server would not start at all and there would be no entries in the event viewer or the error log. I
Forum: WampServer English
12 years ago
neo314
Hi all. I was having no joy with these solutions either. What I want is for un-indexed values to not be reported (notices and warnings), but I want real errors to still be reported. If you have been making changes to the php.ini file in ...bin/php/php5.3.4/php.ini, the controlling php.ini file is actually in ...bin/apache/apache2.2.17/bin/php.ini (adjust for different versions of php or apache)
Forum: WampServer English
13 years ago
neo314
Hi All, I am seeing an odd behavior. Everything appears to be correctly utf8 encoded. I am pulling a string that contains the ® (registered trademark symbol). When I use urlencode on the RHEL apache server it comes out as %C2%AE when I do it on the WAMP server on windows it comes out as %E2%AE. Now I do not know why I am getting the first character at all, but the RHEL encoding matches the
Forum: WampServer English
14 years ago
neo314
I have added the following to an htaccess file for an older web site to force compatibility view in IE8: Header set X-UA-Compatible IE=EmulateIE7 This creates an internal server error on WAMP, but works online. It would be nice if it worked on WAMP as well so I don't have to edit all the files to make this update. Is there another way to accomplish this in htaccess?
Forum: WampServer English
15 years ago
neo314
Any idea what it takes to get mime magic to work. No mater what path I try in the ini file or the finfo instantiation I get something like Warning: finfo_open() : Failed to load magic database at 'C:\wamp\bin\php\php5.2.6\extras\magic.mime'. in
Forum: WampServer English
15 years ago
neo314
Guess I was not subscribed to this thread, so I have lived with it until I figured it out just now when I updated my install. Thanx gumframe for the response. Sorry I didn't see it sooner. For anyone it may help, you can also add an entry for the hosts file to get easy access to that file when establishing a local domain.
Forum: WampServer English
16 years ago
neo314
Install an Apache server version below 2.2.x. See
Forum: WampServer English
16 years ago
neo314
Another issue. I upgrade, mostly to have more success running different versions of apache/php/mysql on my computer. WAMP installed fine. I installed several of the apache/php/mysql combinations. Everything works except any 1.xx version of apache. These versions will not start. I am on Vista Home Premium. The program stops with apache.exe stopped working, and errors like these appear in the ev
Forum: WampServer English
16 years ago
neo314
I just installed WAMP 2 and I am trying to make adjustments to wampmanager.ini to use ultra edit instead of notepad. Everytime I change wampmanager.ini; close and reopen wamp; and look at wampmanager.ini, it has reverted back to it's original notepad.exe. Any idea why? I also tried closing wamp first. Making the change to wampmanager.ini and then opening wamp, but the same thing happens. I
Forum: WampServer English
16 years ago
neo314
There is a triangle (the extension is active), and pspell is not listed in phpinfo(). It is set up just like it was before, so I don't know what the issue is. I've been writing a spell checking module that uses aspell and forgoing any use of pspell, but I would still like to figure this out if I could...
Forum: WampServer English
16 years ago
neo314
I have php_pspell enabled and aspell-15.dll added and even added the ext directory to my path. I developed an aspell spell (pspell independent spell checker last night, but I don't know why the same procedure before won't enable pspell now. I've upgraded to a new PC on Vist home premium, so it is a new install. sigh
Forum: WampServer English
16 years ago
neo314
Hey anything change on this? I am running Vista now and with this setup, I can't get pspell to show up on the php info page.
Forum: WampServer English
16 years ago
neo314
I realize that, but ... Well I can have an SSL link in a document. I am using Curl to get this error message. I am guessing that if curl is being used to make an SSL connection, the response back is also SSL and WAMP can't do it... Bummer
Forum: WampServer English
16 years ago
neo314
I was developing code for checking shipping rates. It queries a server for an xml response and I parse it with simpleXML. When I run the script using http to retrieve the data, it works. When I fetch the data using https, I get this response: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086SL routinesSL3_GET_SERVER_CERTIFICATE:certificate verify failed BUT when
Forum: WampServer English
17 years ago
neo314
Any idea about the restart errors? Is anyone else having that problem?
Forum: WampServer English
17 years ago
neo314
I'm running XP SP2 with WAMP5 was version 1.6.3, now is version 1.6.4. When I first start WAMP5 it starts fine. When I tell it to restart apache, I get: Apache HTTP Server has encountered a problem and needs to close..... Send error report. That comes up twice and then Apache restarts. It isn't a big deal, but any idea what is causing it. *****************************************************
Forum: WampServer English
17 years ago
neo314
u have a website?
Forum: WampServer English
17 years ago
neo314
Took me a second to figure out how you determined I was from Oregon. Why yes, yes I am. Post Edited (05-27-06 03:00)
Forum: WampServer English
17 years ago
neo314
That worked. I thought that was what I did. I think I may have added aspell6.dll as well which may have been causing problems. I also may have put in pspell-15.dll and not tried just aspell alone. Anyhoo that worked perfect. Thanx! Neo
Forum: WampServer English
17 years ago
neo314
24. pspell
I see that there is a php_pspell.dll file in the php ext directory, but it is not listed in the extensions and crashes apache when I insert pspell into the php.ini file. I installed aspell on my machine and the server seems to recognize aspell is available now, but returns that there are no dictionaries installed. I installed the english dictionary. Is there any way to get pspell or aspell
Forum: WampServer English
17 years ago
neo314
ok the latest wamp is installed on my windows xp computer and iam runniga forum straight from my computer but the problem is that the forum loads fast the first or 2nd time but occasionally the browser ie or firefox gets timed out does any one know what causes this issue.. this has been happeing ever since ive backed up and restored mysql database it never hapend while running on initial setup
Forum: WampServer English
Current Page: 1 of 1