problem about easyphp-Collection of common programming errors
user3002916
apache easyphp
I’m running Win 8.1 for 64 bit processor and installed easyPHP-DevServer 13.1 VC11 and MySQL 5.6.12 update.I’m trying to run it locally on my laptop. When I start easyPHP MySQL runs but apache log gives “unexpected error” and stops. I also get “MSVCR110.dll” is missing error. I installed the missing .dll but when I start easyPHP it still can’t find it the .dll. The link for downloading the missing MSVCR110.dll ishttp://search.microsoft.com/en-us/DownloadResults.aspx?rf=sp&q=microsoft%20visu
the tao
easyphp
Every time I install EasyPHP 13.1VC9 it works for a few days and then at random points when I go to turn it on I get this error and I am unable to start MySQL. I have tried running as Admin, and I have tried editing the permissions. Also, when I go to access MYSQL through PHPadmin I get the following error:#2002 – No connection could be made because the target machine actively refused it.This is what the log files say:2013-06-12 23:47:18 4148 [ERROR] InnoDB: Attempted to open a previously opened
jawad waheed
php apache wamp easyphp
I tried to install both EasyPHP and Wamp but when I start easyphp it starts sql normally but won’t let me start apache server and gives error “Error in configuration file Edit?” but the same version works fine on my desktop computer and when I tried wamp it just crashes saying “Aestan Tray menu has encountered.. bla bla”. I searched a lot on google but could not find solution to this. Kindly help me removing this error. What could be the possible cause and how could I make it working? I have tri
user1740613
php mysql configuration sql-update easyphp
I have to update 11M rows from a database in a PHP script.After some time, the script freezes or crashes. I have to restart EasyPHP 12, and reload it.My configuration:Windows 7 Pro 64 bits Intel Core i7 860 2.8Ghz 8G RAMMy my.cnf file : port = 3306 socket = /tmp/mysql.sock[mysqld] port = 3306 socket = /tmp/mysql.sock skip-external-locking key_buffer_size = 384M max_allowed_packet = 1M table_open_cache = 512 sort_buffer_size = 2M read_buffer_size = 2M read_rnd_buffer_size
Jerome Ansia
java mysql google-app-engine hard-drive easyphp
I have about 600 unit tests for my application. The application uses Google Could SQL but MySQL for local and unit testingEach time that I run the unit test my computer crashes (Freeze) about the middle. I can see that the writes on the hard drive are really high as well.I use EasyPHP for the MySQL Database, OS Windows 8, and GAE is in Java. (8gb of ram) I tried to set the settings to this before launching the unit test suite:set tmp_table_size = 16777216 * 8; set max_heap_table_size = 16777216
rkolm_kds
php apache easyphp
I run simpleSamlPHP 1.9 on a PHP 5.3.9 installation in EasyPHP, on a Windows XP machine. SimpleSamlPHP is serving as a SAML identity provider, fetching users in a local MySQL database.My problem is that when requesting authentication against this IdP, Apache crashes throwing a “violation access” error, a.k.a. segfault. The problem is similar to this thread except that the child process exits with status 0 (but isn’t this a Windows-specific feature of PHP regarding exit codes ?).The common fix, c
Korchkidu
php drupal easyphp drush
I am using Drush which is launching php in command line. I copied my initial php.ini in my local directory so that php is using the same configuration as if it was launched by the web server. When used with the web server, it works well. Unfortunately, when launched with the command line, PHP crashes when drush calls mysqli_fetch_array and/or mysqli_fetch_object while everything is fine when calling mysqli_fetch_row… I am using EasyPHP 5.2.10 under windows. Error message: an unhandled win32 ex
Seeking Knowledge
php apache ssl swiftmailer easyphp
I’ve been trying to send an email using SwiftMailer and a gmail account, but it shows me the famous referrer that no SSL is detectedFatal error: Uncaught exception ‘Swift_TransportException’ with message ‘Connection could not be established with host smtp.gmail.com [Unable to find the socket transport “ssl” – did you forget to enable it when you configured PHP? #1351731711]’ in C:\Program Files\EasyPHP-12.1\www\Swift-4.3.1\lib\classes\Swift\Transport\StreamBuffer.php:259 Stack trace: #0 C:\Progr
Jared Farrish
php soap easyphp
Having searched through the many questions related to this error already posted, I’ve been unable to find an answer.When I try and connect to a URL via soap, it works fine on a Godaddy VPS but fails on my localserver (EasyPHP AMP Stack). Open SSL is enabled as is Soap in php’s ini settings but does anyone know what I’m missing as I guess it’s a config issue?The code I’m running is $gdAuctionsWSURL = ‘http://auctions.godaddy.com/gdAuctionsWS/GdAuctionsBiddingWS.asmx?WSDL’; $gdAuctionsWS = new Soa
NullPoi?te? ?
php openssl easyphp
Hey guys I’m getting this above exception but couldn’t figure it out completely. I understood that there is some issue related to OpenSSL. I tried to configure it in php.ini but it didn’t work. I’m using easyphp so can any one help me out and provide me with brief description on how to configure the OpenSSL in easyphp?Fatal error: Uncaught exception ‘Exception’ with message ‘The Google PHP API library needs the openssl PHP extension’ in C:\Users\Aditya\Documents\EasyPHP-12.1\www\4\google-api-ph
0x6B6F77616C74
php mysql easyphp
Sorry if this seems pretty dumb but simple but I can’t seem to figure out why I am getting these errors: Warning: mysql_result() expects parameter 1 to be resource, boolean given in C:\Program Files (x86)\EasyPHP-5.3.9\www\Image Upload\func\user.func.php on line 25Notice: Undefined index: user_id in C:\Program Files (x86)\EasyPHP-5.3.9\www\Image Upload\register.php on line 37Here is the code for each fileuser.func.php:function user_exists($email){ $email = mysql_real_escape_string($email); $quer
Chuck Burgess
php mysql cakephp easyphp cakephp-1.2
I CakePHP (cake_1.2.2.8120) and EasyPHP (3.0) installed on Windows Vista Ultimate. I followed the “baking” tutorials online, successfully set the database connection with the “cake bake” command from the CLI.I baked the controller for my “Users” table using the “php cake.php bake controller Users” command – worked fine. However, when I tried baking the view similarly, I got this message:Fatal error: Call to undefined function mysql_connect() in C:\Web\EasyPHP \www\cake\cake\libs\model\datasource
Book Of Zeus
php apc easyphp
I’ve been tying to follow this guide for integrating Doctrine 2 and CI 2. all was good until i ran “php doctrine-cli.php orm:generate-proxies” from a cmd, and got this error Fatal error: Call to undefined function Doctrine\Common\Cache\apc_fetch().after some research it looks like I don’t have the AlternativePhpCache (ACP) module installed. so i’ve tried every single version in downloads.php.net/pierre and they all yield the same error https://lh3.googleusercontent.com/-QEt3udKTSGc/Tlkgr5POw4I/A
pohqpyne
php post easyphp
let me start by mentioning that i am very new to php i have this code<?php $phone=$_POST[‘phone’];$tagline=$_POST[‘tagline’];$activity=$_POST[‘activity’]; $about=$_POST[‘about’]; $date=date(d-m-y); $status=’ok’; $con=mysqli_connect(“localhost”,”root”,””,”database”); mysqli_query($con,”UPDATE owners set phone=’$phone’,tagline=’$tagline’,status=’$status’,activity=’$activity’,about=’$about’,date=’$ date’ where username=’deiin'”); mysqli_close($con);?>it is suppost to update a table but
Ben Lind
php easyphp
I am a very beginner in php. I want to extract the first name and the last name from the full name. The following was my code :-<?php $str= “fname lname”; $len=strlen($str); $s=””; for($i=0;i<=$len;$i++) { $sub=substr($str,$i,($i+1)); if($sub!=” “) { $s=s+$sub; } else {break;} } echo $s; ?>The problem with this code is that the loop runs infinitely and a fatal error is caused. Any help will be appreciated.
Bruno
php mysqli fatal-error easyphp
i’m working to a web app, and PHP is my backend language…until now, i tested the website on localhost, using easyPHP (PHP version 5.4.6)… and everything was good! Today i tried to run the website online (PHP version 5.3.18), and i’ve this error:Fatal error: Call to undefined method mysqli_stmt::get_result() inetc.I think this is strange, because the get_result() method should be supported since PHP 5.3.0 (source)Do you have any ideas how to solve this problem?Thank you in advanceUPDATE:i did
fabbrillo
cakephp mysql easyphp
when i try to use the shell to build modelscake bakeMi get this error:Fatal error: Call to undefined function mysql_query() in C:\Program Files\EasyPHP-5.3.2\www\cake\cake\libs\model\datasources\dbo\dbo_mysql.php on line 588onphpinfo();mysql extension is enabled, i’m using mysql driverrunningif(!function_exists(‘mysql_query’)) echo ‘error’; else echo ‘all fine’;on a separate file prints all fine but ondbo_mysql.php just before line 588prints errori believe the database configuration is correct a
Web site is in building