xampp

Autoloading Zend Framework classes

徘徊边缘 提交于 2019-12-05 20:12:03
Here I am getting this error whenI tried to run a downloaded zend project what is this error and how it can be solved Warning: require_once(Zend/Application.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\sandbox\public\index.php on line 18 index.php <?php // Define path to application directory defined('APPLICATION_PATH') || define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../application')); // Define application environment defined('APPLICATION_ENV') || define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV')

how to enable curl in xampp

纵饮孤独 提交于 2019-12-05 19:45:45
I am facing this error given below Fatal error: Call to undefined function curl_init() in E:\xampp\htdocs\new\functions.php on line 11 I have already made change in php.ini . I have removed the semicolon in front of ;extension=php_crack.dll extension=php_curl.dll ;extension=php_cvsclient.dll and after that restart the xampp but still facing same problem.Is there any other change need.Please let me know if any I shall be very thankful to you all Shakir If you are using XAMPP, check these two locations: C:\xampp\xampplite\apache\bin\php.ini C:\xampp\xampplite\php\php.ini For the line ;extension

Stuck Call to undefined function oci_connect() using XAMPP

試著忘記壹切 提交于 2019-12-05 19:27:01
i'm want connect PHP to Oracle Database 12c, i'm already try in this video https://www.youtube.com/watch?v=KJme5JMxKeo i'm already install xampp v3.2.2 and using PHP 5.6 install oracle database 12c : http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html test login in SQLPlus unzip and paste Instant Client(Version 12.1.0.2.0) http://www.oracle.com/technetwork/topics/winsoft-085727.html to directory C set path environtment C:\instantclient_12_1; uncoment semicolon (;) extension=php_oci8_12c.dll in php.ini and already download php_oci8_12c.dll file in here : http:/

Not able to connect android app running on phone with localhost

ぐ巨炮叔叔 提交于 2019-12-05 18:55:46
I am making an Android Application using GCM. I am trying to register through my app running on phone, the inputs are not able to store on localhost XAMPP using php. My phone and laptop are running on the same network. There is some problem with the ip address of localhost. I am using this url for saving on local host, where 192.168.43.247 is the ip address when pc is running with the help of phone's 3G network. 192.168.43.247/gcm_server_php/register.php Please help! Open Xampp>apache>conf>http-conf file in notepad. Find Listen 80 and comment out using #(like #Listen 80) and write below it:

How Can I Delete Xampp Permanently on Mac Os?

杀马特。学长 韩版系。学妹 提交于 2019-12-05 17:42:46
问题 I used Xampp and deleted it. Then, I tried to use Mamp. There is an error that I don't understand. Mamp is working perfect as webserver. But if I want to use phpmyadmin, it doesn't work. For example, I insert something to database. It isn't showing in phpmyadmin. It is saving to old Xampp database although I deleted Xampp. How does it happen? How Can I delete Xampp permanently(with mysql) on Mac OS? 回答1: XAMPP 5.x: You can find uninstall.app in /Applications/XAMPP . After running this program

MongoDB php driver causing apache on XAMPP OS X to fail

自闭症网瘾萝莉.ら 提交于 2019-12-05 16:23:43
问题 Since upgrading to Mac OS X El Capitan, if I try to start apache in XAMPP with 'extension=mongo.so' included in the php.ini file, apache fails to start. If I remove this, apache starts up fine. Mongo was installed in my XAMPP build using the pecl command included. Is this a problem with the new operating system, the driver or XAMPP? EDIT: Got the driver working properly on MAMP, the problem must exist in XAMPP 回答1: From: https://github.com/mongodb/mongo-php-driver/issues/247 The PHP process

Laravel SMTP Email

余生颓废 提交于 2019-12-05 15:48:38
Start working with Laravel 4.2 I tried to send email using Gmail STMP server. Below is my app/config/mail.php. return array( 'driver' => 'smtp', 'host' => 'smtp.gmail.com', 'port' => 465, 'from' => array('address' => 'sample_address@gmail.com', 'name' => 'Sample'), 'encryption' => 'tls', 'username' => 'sample_address@gmail.com', 'password' => 'sample password', 'sendmail' => '/usr/sbin/sendmail -bs', 'pretend' => false, ); Below is my php code. <!-- app/views/emails/welcome.php --> Mail::send('emails.welcome', 'Laravel Admin', function($msg) { $msg->from('sample_address@gmail.com', 'Laravel

Upgrading Olson tz database natively implemented in PHP

梦想的初衷 提交于 2019-12-05 15:29:21
I'm working on a site that makes heavy use of time zones which needs to be on the bleeding edge of the absolute latest tz information available (which I already get through the tz mailing list ). What I don't know is how to get the PHP installations running on my development machine and my web host to use more up-to-date tz data instead of the older data already on them. This isn't as simple as just upgrading PHP, since even the newest versions of PHP won't necessarily have the absolute latest tz data at any given time. It's been pointed out that the timezonedb package in pecl will get me to

Incompatibility with Mysql 5.7(Expression #1 of ORDER BY clause is not in SELECT list)

南楼画角 提交于 2019-12-05 14:37:45
问题 When I Executes the follwoing query i have received the Exception Error Code: 3065 Expression #1 of ORDER BY clause is not in SELECT list, references column 'webstore.level_depth' which is not in SELECT list; this is incompatible with DISTINCT My Query SELECT DISTINCT c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite FROM `pj_category_shop` cs, `pj_category` c INNER JOIN `pj_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 2 )

Why is XAMPP not suited for production? [closed]

谁说胖子不能爱 提交于 2019-12-05 13:51:33
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I have been running XAMPP on Windows 2008 R2 for many years now, I'm only using Apache, MySql and FileZilla. I have made many custom adjustments and upgraded it serveral times. I have addressed all the security issues I have been able to find. Running as services, the servers