Questions tagged [easyphp]

EasyPHP is an integrated installer for an Apache, PHP, MySQL stack on Windows

EasyPHP is an integrated installer for an Apache, PHP, MySQL stack on Windows OS.

Similar Stacks:

375 questions
4
votes
4 answers

How to install PEAR with EasyPHP 5.3.8?

I'm learning Yii and following ebook written by Jeffrey Winesett, the application is built upon TDD. So I need to install PHPUnit to write unit test, which leads me to posts help installing PEAR for my Windows 7 (ref. link 1, link 2). And in those…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
4
votes
1 answer

APC install with 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…
Pavel 'PK' Kaminsky
  • 796
  • 1
  • 10
  • 22
4
votes
4 answers

Easyphp 16.1.1 How do I switch to PHP 7 form PHP 5.6

I just installed Easyphp 16.1.1. It defaults to PHP version 5.6.19. I would like to you PHP 7. They are both listed as options, but I haven't been able to find a way to switch versions. Is there a way to change versions?
AussiePHoenix
  • 51
  • 1
  • 4
4
votes
2 answers

EasyPHP 16.1.1 unable to start MySQL

Firstly, after first run after installation, everything works fine; but now, after hour and restart later, when I start EasyPHP Dashboard, MySQL is not running. When I try to start it, loading circle appears, then page is refreshed and MySQL is…
SilentCry
  • 1,902
  • 3
  • 16
  • 23
4
votes
2 answers

EasyPHP 16.1 autostart http & mysql

I'm so confused, because each time I run EasyPHP I need to go through dashboard to start http and mysql server. It's really annoying. Is there any way to set easyphp to start http and mysql automaticaly? Now it takes 10 clicks to run site instead of…
SilentCry
  • 1,902
  • 3
  • 16
  • 23
4
votes
1 answer

PHP 7 not working on windows 10

I have problem with getting php 7 work on windows 10. Wierd thing is that it worked. I have Ampps installed. As I said php 7 worked but I had to switch to php 5.6. After switching back to php 7 apache did not start. So I downloaded easyPHP to test…
piernik
  • 3,507
  • 3
  • 42
  • 84
4
votes
3 answers

Can't see created databases

I've got two problems with EasyPHP (probably related). 1) If I create the database in PhpMyAdmin I can't see it in the navigation panel or in the "Database" page. the database exists because I can make query on it and it conflicts with other CREATE…
ufo
  • 674
  • 2
  • 12
  • 35
4
votes
1 answer

How do I get mod_rewrite to work with EasyPHP?

My mod_rewrite fails to work. This is the mod_rewrite section: Options +FollowSymlinks # Options +SymLinksIfOwnerMatch RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l…
Swader
  • 11,387
  • 14
  • 50
  • 84
4
votes
3 answers

Failed to load resource: the server responded with a status of 403 (Forbidden) including css files and js libraries

I'm starting developing with codeigniter and I'm doing some few basically things to learn it on localhost with easyphp (I get bug with WAMP Server). I create the folder "libraries/js/jquery-1.9.0.min.js", and "views/templates/css/style.css" and…
ruudy
  • 491
  • 2
  • 8
  • 21
4
votes
0 answers

EasyPHP and windows 8

Need some help with Windows 8 installation. I was able to install EasyPHP on the Windows 8 Consumer Preview, but when I try to visit "http://127.0.0.1/" to access my local webpages, I get a Internet Explorer cannot display the webpage error and…
4
votes
2 answers

easyPhp phpMyAdmin access denied

I installed EasyPhp (version 5.3.9) on my windows 7 laptop and try to use the included phpMyAdmin module (selected from the easyPhp admin home page), but I am unable to log in - I get the following error: #1045 - Access denied for user…
Maestro13
  • 3,656
  • 8
  • 42
  • 72
3
votes
1 answer

Configure Easyphp to process htm files as php

On my remote server I'm using the line AddType application/x-httpd-php .php .htm .html to parse the php in files with htm/html extensions How can I replicate this behaviour on my local machine running EasyPHP. I have tried adding the same line to…
fearoffours
  • 1,455
  • 2
  • 12
  • 23
3
votes
2 answers

Error in Configuration File EasyPHP and WAMP not working

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…
jawad waheed
  • 308
  • 1
  • 7
  • 16
3
votes
2 answers

Modifying httpd.conf to serve over the internet in EasyPHP

I'm running EasyPHP on Windows. The default install just opens port 80 on the loopback interface, 127.0.0.1. I want my sites to be accessible over the local network too. There are no simple EasyPHP settings for enabling my other interface, like the…
Matt Montag
  • 7,105
  • 8
  • 41
  • 47
3
votes
0 answers

Can't change PHP version in EasyPHP Devserver

I'm using EasyPHP Devserver 17, and I can't seem to upgrade from PHP 5.6.26 to 7.4. I've got it running in EasyPHP, when I start the server it says: Apache 2.4.39 x64 - PHP 7.4.6 x64 Port: 8080 I've changed the references in httpd-php.conf to…
novalsi
  • 71
  • 1
  • 11
1 2
3
24 25