Pages: 12Next
Current Page: 1 of 2
Results 1 - 30 of 31
9 years ago
Cell Guy
I think it's working! I actually stumbled across a stackoverflow answer you posted and tried left clicking on system tray icon->apache->service->start/resume Then the icon went green! So it looks like for whatever reason Apache was not starting automatically. Thank you so much for your help!
Forum: WampServer English
9 years ago
Cell Guy
I didn't restart my computer after adding those directories to the PATH variable. After restarting, I no longer get the popup DLL errors when starting httpd.exe through cmd. When I start WS through the desktop icon the icon in the system tray goes to orange and stays there. No errors are written to apache_error.log or php_error.log. When I try browsing to "localhost," the page doesn'
Forum: WampServer English
9 years ago
Cell Guy
Both of those files are in the \ext folder, and I added these values to the system PATH variable: C:\wamp\bin\php\php5.5.12; C:\wamp\bin\php\php5.5.12\php.exe; C:\wamp\bin\php\php5.5.12\ext;
Forum: WampServer English
9 years ago
Cell Guy
Out of curiosity I tried running httpd.exe from command prompt and it gave the following errors through popup dialogs, one after the other: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_intl.dll' - The specified module could not be found. PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.5.12/ext/php_ldap.dll' - The specified module could not
Forum: WampServer English
9 years ago
Cell Guy
I ran "netstat -aon | findstr :80" in cmd and it doesn't look like anything is using port 80. I also looked in the Event Viewer and don't see any messages from Apache or PHP.
Forum: WampServer English
9 years ago
Cell Guy
I did install Skype, but it's not running. The icon is orange. The MySQL log doesn't show any errors. The PHP and Apache error logs haven't been created. When I try opening them from the WS menu, notepad says the files don't exist and asks if I want to create them, which I assume means there haven't been any errors?
Forum: WampServer English
9 years ago
Cell Guy
RiggsFolly, Thanks so much fory our help. I updated to build 9879 and installed the visual c++ redistributable packages. I now have the following installed: But unfortunately WampServer still doesn't start up. Do you have any other ideas on what the problem might be? Thanks again for your help.
Forum: WampServer English
9 years ago
Cell Guy
I just installed WS on the W10 tech preview and it doesn't start. The PHP & Apache error logs are empty, and the MySQL log doesn't have any errors in it. Any ideas why WS wouldn't start up on Windows 10?
Forum: WampServer English
9 years ago
Cell Guy
I need to enable SSL for a site I'm developing. I'm running WampServer 2.5 on Windows 7 x64. I've found a lot of guides on how to do this, but all of them are several years old and I always get errors when I try following them. Could someone point me to instructions on how to enable SSL for WampServer 2.5? Thanks for your help!
Forum: WampServer English
9 years ago
Cell Guy
Is there any way to use shell_exec() on WampServer? It doesn't seem to work and I need to use it.
Forum: WampServer English
9 years ago
Cell Guy
Turns out it was totally my fault. I had enabled PHP's XDebug and did not realize that if you don't have your IDE listening for the connecting, the site will hang for about a second! Thanks!
Forum: WampServer English
9 years ago
Cell Guy
Hi Otomatic, What file(s) are you referring to?
Forum: WampServer English
9 years ago
Cell Guy
Well, I take that back! Now it's back to taking 1.07 seconds for requests to be returned, no matter how small. Again, I didn't change *anything* at all, it just suddenly became slow again :-( Any ideas?
Forum: WampServer English
9 years ago
Cell Guy
Never mind. Without making any changes, wampserver suddenly went back to working normally. No idea why it suddenly sped up :-/
Forum: WampServer English
9 years ago
Cell Guy
I'm running WampServer 2.4 on Windows 7 Pro and haven't had any problems recently until today. Suddenly, without any changes to my website (that I can think of), WampServer has become very, very slow. I ran an XDebug profiler and the snapshot shows that the entire execution time of my site is only 25ms, but Chrome shows the page taking 1.04 seconds to be returned. When I make AJAX requests, th
Forum: WampServer English
10 years ago
Cell Guy
I created a VirtualHost so that I can view my locally hosted website as: dev.website.com I need to do this because an API I'm using checks the host name as a security measure. The problem is that now when I try to view the website using that host name, the following error is output: Access denied for user 'username'@'localhost' (using password: YES) Am I right in thinking that this
Forum: WampServer English
10 years ago
Cell Guy
I've used WampServer for quite some time and Internet Explorer has always periodically caused WampServer to freeze up. What happens is that sometimes when loading a page in IE, it never stops loading (i.e. the loading symbol just keeps showing and the page never loads) and then pages won't load in any other browsers, either. To unfreeze WampServer, I then have to restart all services. Doe
Forum: WampServer English
10 years ago
Cell Guy
Problem fixed! It turns out that the problem was actually caused by Avast!, which I had installed the new version of right around the time I installed the new version of wampserver! After turning off Avast!'s mail and antispam shields sending emails works again!
Forum: WampServer English
10 years ago
Cell Guy
Hi, thanks for your reply. When I tried opening the php error log, a dialog came up saying it didn't exist and asked me if I wanted to create it, so I assume that means there weren't any errors logged. I cleared the apache error log and there aren't any errors added to it after running the phpmailer script. Is there anything that needs to be done to allow emails to send on wampserver?
Forum: WampServer English
10 years ago
Cell Guy
I upgraded from an older version to the newest version and now emails will not send with PHPMailer. When I try to send an email, the page just shows that it's loading and never stops (and the email never sends). While trying to debug the problem, I came across this page: , which says: "If “php_smtp” PHP extension is not available in your WAMP Server installation (mostly unavailable in
Forum: WampServer English
10 years ago
Cell Guy
Thank you! I will read through the guide you linked to!
Forum: WampServer English
10 years ago
Cell Guy
I just upgraded to the latest version of WampServer and now none of my databases are showing up in phpMyAdmin. Unfortunately I didn't backup my databases because I didn't realize this might happen. Is there any way to get my databases back?
Forum: WampServer English
11 years ago
Cell Guy
I am developing a website on my localhost using WampServer and the live version of the website has much of it served over HTTPS, so I need to be able to view those pages on localhost. I've been doing tons of searching and have tried following several guides to get an SSL certificate installed, but I simply cannot get it to work. Could anyone who has done this before please help me out? I'm
Forum: WampServer English
11 years ago
Cell Guy
I have a php file, call it file1.php, that is included from files in different directories. Now, file1.php needs to include another php file, call it file2.php, but the problem is that the relative path to file2.php will change since file1.php is included from different places. Therefore, I think I need to use an absolute path. For instance, on my web server I can use the path "/home/user
Forum: WampServer English
11 years ago
Cell Guy
It worked, thanks!!
Forum: WampServer English
11 years ago
Cell Guy
Ah, yes, I found that rather confusing when I was downloading it.. I believe I downloaded this one: QuoteWampserver (64 bits & Apache 2.4) 2.2E Apache 2.4.2 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0 Thanks for your help
Forum: WampServer English
11 years ago
Cell Guy
Version 2.2.
Forum: WampServer English
11 years ago
Cell Guy
I recently updated to the newest version of WampServer and now am getting the following on a page that uses cURL: QuoteFatal error: Uncaught exception 'Exception' with message 'cURL extension not found' ... Exception: cURL extension not found in ... cURL is enabled under Apache modules. What should I do?
Forum: WampServer English
12 years ago
Cell Guy
Working great, thanks!
Forum: WampServer English
12 years ago
Cell Guy
I followed the instructions provided by ResetMySQL and I can know login. Thanks a lot!
Forum: WampServer English
Pages: 12Next
Current Page: 1 of 2