Current Page: 1 of 1
Results 1 - 15 of 15
12 years ago
l_x_young@hotmail.com
Someone told me that I could click at WAMP icon, then: PHP -> PHP Extensions. And select ‘php_memcache’ in list to activate this extension. However, php_memcache is not listed. I am using PHP version 5.3.4. Anyone know why it is not listed under PHP extensions?
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
Does wampserver support PECL extensions for PHP such as Alternative Cache (APC) or Memcache? Thanks, Laura
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
Yes, I did turn on the curl extension and I verified that it is enabled by displaying the localhost page (its listed under enabled extensions). I did some research on the internet and found one gentleman who was using a configuration similar to mine (Wampserver version 2.1 (64-bit). The PHP version is 5.3.4. using WIndows 7) His curl_exec was also failing. He went to the trouble of installing
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
I'm assuming the cURL handle is valid since I am checking the return value from curl_init() and it is not equal to FALSE. Here is my code: if ( ($ch = curl_init()) === FALSE ) trigger_error("Could not initialize cURL session.", E_USER_ERROR); // Set the URL to fetch. if ( !curl_setopt($ch, CURLOPT_URL, $events_list_URL) ) trigger_error("Could
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
The error log shows the following which doesn't tell me much other than curl_exec() failed: [05-Apr-2012 14:08:09] PHP Fatal error: curl_exec failed. in C:\wamp\www\WebExtend\eventsFeedOOv2.php on line 93. I checked the apache log - no errors. I checked Windows Event log - no errors.
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
Hi, I am using Wampserver version 2.1 (64-bit). The PHP version is 5.3.4. I enabled the php_curl extension. I verified that it is enabled by displaying the localhost page (its listed under enabled extensions). However, when my PHP script executes curl_exec, I get the following error: PHP Fatal error: curl_exec failed. in C:\wamp\www\WebExtend\eventsFeedOOv2.php on line 80 It work
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
Hi, Just curious, why is the 64-bit version of wampserver using MySql version 5.1 instead of something more recent like 5.5? Thanks, Laura
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
when I turned off my McAfee Firewall the problem was fixed! so I was trying to figure out what I need to change in McAfee settings, and the answer is: Firewall -> Settings -> Program Permissions -> Apache HTTP Server -> need to be set to Full or Outgoing
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
when I turned off my McAfee Firewall the problem was fixed! so I was trying to figure out what I need to change in McAfee settings, and the answer is: Firewall -> Settings -> Program Permissions -> Apache HTTP Server -> need to be set to Full or Outgoing
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
I uninstalled wampserver, removed the wamp directory, and then reisntalled wampserver. My php application still displays the 2002 error message. My mysql.log file still has the following: 110623 11:57:23 Plugin 'FEDERATED' is disabled. 110623 11:57:23 InnoDB: Started; log sequence number 0 44233 110623 11:57:23 Event Scheduler: Loaded 0 events 110623 11:57:23 wampmysqld: ready fo
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
Date: June 23, 2011 04:54AM I found php.ini in the following two places: c:\wamp\bin\apache\Apache2.2.17\bin c:\wamp\bin\php\php5.3.4 I found my.ini in the following place: c:\wamp\bin\mysql\mysql5.1.53 I could not find a my.conf file. I could not find a my.cnf file. What next should I try?
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
I found php.ini in the following two places: c:\wamp\bin\apache\Apache2.2.17\bin c:\wamp\bin\php\php5.3.4 I found my.ini in the following place: c:\wamp\bin\mysql\mysql5.1.53 I could not find a my.conf file. I could not find a my.cnf file. What next should I try?
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
when my PHP application tries to connect to my MySQL database, I get the following error in the mysql.log: 110622 20:42:50 Plugin 'FEDERATED' is disabled. 110622 20:42:51 InnoDB: Started; log sequence number 0 44253 110622 20:42:52 Event Scheduler: Loaded 0 events 110622 20:42:52 wampmysqld: ready for connections. Version: '5.1.53-community-log' socket: '' port: 3306 MySQL Community
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
I searched my pc for my.ini and did not find any of these files.
Forum: WampServer English
12 years ago
l_x_young@hotmail.com
When my PHP application tries to access the database, I get the following error: Error Code 2002: An attempt was made to access a socket in a way forbidden by its access permissions. I see the following messages in the mysql.log file: 110529 17:37:53 Plugin 'FEDERATED' is disabled. 110529 17:37:53 InnoDB: Started; log sequence number 0 44253 110529 17:37:53 Event Scheduler: Loaded
Forum: WampServer English
Current Page: 1 of 1