EasyPHP is an integrated installer for an Apache, PHP, MySQL stack on Windows
0
votes
2answers
35 views
Can't run Nexmo API using EasyPHP
I'm using EasyPHP on my computer as my localweb.
I'm trying to use pre-built PHP code to use Nexmo API available at https://github.com/prawnsalad/Nexmo-PHP-lib
But when I try to send sms, I get this ...
-1
votes
0answers
24 views
Local server is not using port 80 [closed]
I recently installed EasyPHP DevServer 13.1 (it's a WAMP stack) but since I didn't like the new version, I uninstalled it and then installed an older version (v12.1).
The 13.1 version was working ...
1
vote
1answer
33 views
EasyPHP unexpected end of apache
I am using EasyPHP 5.4.6 on a Vista laptop. It worked fine, but since I restarted, there was a window update, apache doesn't work and says: "Unexpected end of Apache!"
I know usually this means that ...
0
votes
0answers
33 views
Slow Apache Server on EasyPHP
I am using the EasyPHP DevServer 13.1 VC9 (which has Apache 2.4.4 VC9, MySQL 5.6.11, PHP 5.4.14, PHPmyadmin 3.5.8.1 and xdebug 2.2.2). The Apache server is very moody! Sometimes it works fine, but at ...
-1
votes
1answer
296 views
Plugin 'FEDERATED' is disabled
Im trying to start Mysql using easyPHP : the response is an alert window to a log file. The main error is <-- Plugin 'FEDERATED' is disabled -->.
Through my research on internet i found that the ...
0
votes
1answer
32 views
Highchart / Easyphp / Batik
I'm running both OS : mac os X and windows xp.
On mac os X, i'm running MAMP and I used the solution Batik to export my chart (highchart) on my own server. Everything is doing well.
On windows xp, ...
0
votes
1answer
47 views
Easyphp & SwiftMailer 4.3 Unable to send message (PHP / SWIFT)
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 detected
Fatal error: Uncaught exception 'Swift_TransportException' with ...
-3
votes
0answers
55 views
Node.js : Join MySQL Database EasyPHP [closed]
I'm using EasyPHP to test my website and the database with. Now, I want to make a node.js application which uses those databases.
Here is my connection code.
var mysql = require('mysql');
var ...
0
votes
0answers
66 views
Fatal error: Uncaught exception 'Exception' with message 'The Google PHP API library needs the openssl PHP extension'
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 ...
0
votes
0answers
72 views
how to install pear and php unit on easyphp 12.1
I tried this: tutorial but it didn't work.
When I try use this command: php go-pear.phar or simple php I get a warning: "The program can't start because yaz4.dll is missing from your computer. Try ...
-2
votes
1answer
57 views
I have setup joomla 3 on easyPHP in my local computer. While sending email it was giving “the following from address failed” [closed]
I was trying to setup gmail smtp settings. I have googled for getting solution for whole day. Lastly I found the solution that I would like to share with others.
0
votes
0answers
107 views
PhpStorm and EasyPhp
I just started using StormPhp,
and i wanted to use EasyPhp, whenever i want to run an application, it asks me to Edit the configuration, and i get an
error : "PHP interpreter is not ...
1
vote
0answers
65 views
Easy PHP displays php code instead of processing [closed]
I don't know exactly why it's doing this. I have EasyPHP 12.1, and have utilized it without issue for months. Today however, I tried to boot it up, and now none of my PHP Code will run, it simply ...
0
votes
0answers
12 views
Double servers setup
I want to know how two setup two Apache Tomcat 7 servers with the following features:
One that contains the exact main features as EasyPHP (php 5.4 interpreter and PhpMyAdmin database manager) + a ...
0
votes
0answers
34 views
Configuraing JetBrains WebStorm 6.0 with EasyPHP 5.4.6
I would like to know how to configuration JetBrains WebStorm 6.0 properly with EasyPHP 5.4.6.
How do I set up these paths correctly:
Local Path
Deployment Path
Web Path
Localhost Path to access ...
0
votes
0answers
35 views
Price Comparison using easyphp mysqladmin
I'm new to this website and just wondering how I would create a database so I can compare different prices from different online clothing stores. As my eBusiness project is on creating a website that ...
0
votes
1answer
127 views
.htaccess with EasyPHP: RewriteRule not working
I've been trying to enable URL rewriting in my development environment. I use EasyPHP 5.4.6. I'm trying to create a simple rewrite rule (rewrite /about-us/ to about-us.php) which affects one site ...
15
votes
2answers
702 views
OpenSSL not working on Windows
Problem: OpenSSL is not working in my Windows environment.
Environment:
Windows NT x 6.1 build 7601 (Windows 7 Business Edition Service Pack 1) i586
Apache/2.4.4 (Win32)
PHP/5.4.13 x86
PHP ...
0
votes
3answers
544 views
Codeigniter : Showing error as ' Unable to select the specified database: project' in Windows XP
I am using Windows XP and using EasyPHP as a server. I have integrated Codeigniter with TankAuth. But, when I try to open my assignment folder, it shows error as follows:
Unable to select the ...
0
votes
2answers
57 views
preg_split disabled on a free server? [closed]
I'm developing a PHP script which use the preg_split function. In my computer, using EasyPhp everything works but when I put the files on-line on a free space the function preg_split seems not to work ...
0
votes
0answers
167 views
Configure rewriting url in localhost with EasyPHP
I'm trying to configurate .htaccess to set rewriting URL in localhost, with EasyPHP, but all I get is 404 error.
My local website is C:\Projects\Test\, and in EasyPHP I created a new alias with ...
0
votes
0answers
71 views
How do I get mod_rewrite to work with EasyPHP?
My mod_rewrite fails to work. This is the mod_rewrite section:
<IfModule mod_rewrite.c>
Options +FollowSymlinks
# Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteCond ...
0
votes
3answers
900 views
EasyPHP and Windows 8 port 127.0.0.1 issue
I just installed EasyPHP on my Win8 laptop and I cant open EasyPHP Administration.
I check some solution on net but without success. I tried to update httpd.config from 127.0.0.1:80 to ...
0
votes
0answers
48 views
EasyPhp Bug or browser bug?
I have a problem with EasyPhp, I use Windows 8 enterprise edition with Chrome, Opera, IE and Safari browsers (all last versions I think), the thing is that I can't access the administration panel in ...
0
votes
0answers
31 views
RewriteRule working although it is deleted
I am creating a simple small site using easyPHP. I use .htaccess to create friendly SEO URLs. A few times I changed the .htaccess file. Whenever, I changed the RewriteRules, sometimes, the rules ...
0
votes
0answers
161 views
How to install (or fake) ssl on EasyPhp local dev for deving secure sites
I'm deving locally, Win vista, EasyPHP 5.3.9. I have a site that redirects to https for the shopping cart. So I need to install a ssl cert in my local version of the site: thedomain.local. It ...
0
votes
0answers
86 views
.PHP files not executing on EasyPHP
This is most likely a really simple fix, however for some reason my EasyPHP install won't execute .php files when it is down two folder levels. Here's my folder heirarchy:
/www/LTP/site/index.php
...
-5
votes
1answer
80 views
Easyphp mysqladmin connect [closed]
how to connect to phpmyadmin with easy php? with 127.0.0.1/mysql not work. I trying everything, but it's don't work.. Why?
0
votes
1answer
65 views
Cron tabs on windows using EasyPhp
Is it possible to make a custom cron tab which just request a page ?
Every 5 minutes ?
I dont figure how to do that..
Is this almost possible ?
THanks
1
vote
1answer
436 views
Trying to install MSSQL drivers with EasyPHP 12
Recently I formatted my laptop and installed a fresh copy of Windows 7 Home Basic 64bit, EasyPHP 12.1 (upgraded PHP to version 5.4.6), Microsoft SQL Server 2012 and the SQL Native Client Interface ...
0
votes
1answer
142 views
Easyphp phpmyadmin password does not work for new user
Ok so I am using easyphp 12.1 and phpmyadmin 3.5.3 and mysql 5.5.27.
The problem is that every time I create a user with a password using either coomadline or using phpmyadmin user interface, the ...
0
votes
0answers
115 views
How to install PHP5.3.20 component on EasyPHP e.devserver 12.1
I tried to install the EasyPHP PHP5.3.20 component on a fresh installed EasyPHP E.Devserver 12.1.
After the installation i altered the httpd.conf file to load the PHP module from the 5.3.20 folder.
...
1
vote
2answers
2k views
Failed to load resource: the server responded with a status of 403 (Forbidden) including css files and js libraries
Im starting developing with codeigniter and im doing some few basically things to learn it on localhost with easyphp (i get bug with WAMP Server).
I create the folder ...
0
votes
0answers
106 views
SoapFault exception on localhost only
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 ...
1
vote
2answers
340 views
Easyphp development environment aliases not working
I use Easyphp for my development environment on my Windows PC and Laptop. For some odd reason I am unable to get aliasing to work on my laptop. I get an error:
Object not found!
I think it is a ...
0
votes
1answer
293 views
easyphp - phpmyadmin does not connect to mysql server
I just installed easy php and the phpmyadmin does not connect to the mysql server. It throws an error which says - #1045 - Access denied for user 'root'@'localhost'.
I have not done any setting or ...
0
votes
0answers
127 views
easyphp extensions dependency problems
I want to connect to an oracle database, so i tried to configure easyphp to be able to do that. I went to configuration > PHP extensions. But i discovered that the "oci" options are red and below it ...
1
vote
1answer
104 views
2 Questions: PHP code runs successfully on Apache webserver, but not on local EasyPHP?
1: When I run this code (some unnecessary code omitted) on a webserver, it runs fine. I have an EasyPHP setup, and when I run the exact same code on that, I get the error:
Parse error: syntax error, ...
0
votes
0answers
25 views
Apache2 reinstallation process when switching from Wamp to Easyphp
I have been using Wamp (it worked fine) but I had to switch to easyphp. I uninstalled Wamp and installed EasyPhp but now it gives me this error: Apache cannot be run, another web server use port or ...
0
votes
0answers
63 views
Newest version of easyphp gives blank page for phpmyadmin on windows xp?
I just installed easyphp 12.1, PHP version 5.4.6 but I get a blank page when I try to access phpmyadmin.
I am on XP.
Any ideas?
0
votes
2answers
979 views
Fatal error: Call to undefined method mysqli_stmt::get_result()
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 ...
1
vote
2answers
260 views
MySQL CREATE TEMPORARY TABLE Error
I'm running EasyPHP 5.4.6 with MySQL 5.5.27-log.
When I try to create a temporary table using the following:
CREATE TEMPORARY TABLE temp_table (x int);
I get the following error:
ERROR 1005 ...
0
votes
1answer
106 views
EasyPHP MySQL Script Speed
I am using EasyPHP 12.1 with MySQL on an old Windows XP system. I have a SQL script (script.sql) with < 10 table creations and > 200,000 INSERT INTO statements. The script is structured like ...
0
votes
0answers
127 views
how to set up htaccess on easyphp 12.1 [closed]
i want to know how set up .htaccess on my localhost. i have checked and configured httpd.conf accordingly but still I get no friendly url when I create my .htaccess file. any help please
0
votes
3answers
165 views
Updating 11M rows database and my.cnf optimisation
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
...
2
votes
1answer
125 views
How to access CMS website running apache on Win7 through LAN
I am running a web server on a Windows 7 PC using EasyPHP (a portable local WAMP). That is my computer_1 and has IP address of 10.0.1.6.
Now I have another computer (computer_2) on the LAN with IP ...
3
votes
5answers
721 views
SLOW Drupal over localhost | windows7 EasyPHP 64x
I am running Drupal 7.16 on my laptop(Windows7 x64 with 6gb RAM over EasyPHP12.1).
For now the drupal running very slow!
I already try to:
Increase php.ini realpath_cache_size to 24M
Change my.ini ...
-1
votes
1answer
452 views
Installing openSSL on easyphp for developing an facebook app
I've been trying to develop a facebook app. But since 1 oct 2012 facebook needs secured (https / SSL) connections. before i start the real app and get a server with SSL i really want to test ...
0
votes
1answer
110 views
Strange web server issue
Recently I uninstalled IIS and switched into Easy PHP (WAMP based). After install when I try to open administration got this screen.
I'm using Kaspersky Internet Security so I thought, maybe it ...
0
votes
1answer
236 views
Can EasyPHP take command line arguments?
I want to write a PHP program that takes an argument from the command line but am not sure how it's done. I use EasyPHP for development, do I need something different?
In the user notes it says you ...


