Questions tagged [devserver]

63 questions
0
votes
1 answer

http server don't want to start

(http server is "Apache 2.4.25 x86 - PHP 5.6.30 x86") Hi I have installed this server (easyphp devserver) on a Windows 7 and I migrate to Windows 10. All was Ok for weeks and suddenly the server don't want to start anymore. When I click on the start…
Jack
  • 21
  • 1
0
votes
1 answer

Error 404 when using IP for lan site on EasyPHP

Basically i've been using EasyPHP for setting up an website for work, everything works fine except that i can't access my website from another computer, not even from my own if using my own IP. If i use either localhost or 127.0.0.1 i can access my…
0
votes
1 answer

EasyPHP Devserver: database server not starting

EASYPHP DEVSERVER ▪ version : 17.0 HTTP server works, but if I try to start the DATABASE server after the loading spin on the screen, nothing happens and the start button stays green with the play icon. No log, no error show up. I've already…
Dany92
  • 19
  • 7
0
votes
1 answer

includes not working easyphpdev server

I am running easyPHP Devserver 16.1.1 and having a bit of trouble with this local server, it won't show me any PHP locally. I've tried reinstalling it but that doesn't help. The program runs just fine, shows all the HTML I've got in the site but…
0
votes
1 answer

easyPHP Dev-server plug-in not installed

I am currently working with a student on a project using easyPHP 16.1. The program/s install fine, and to begin with we can write & test PHP code with no problem. However, on 2 totally separate PCs we have had the same problem occur. Suddenly, for…
0
votes
2 answers

Unable to activate Curl on Easyphp Devserver 16.1.1

I am trying to activate curl on my Easyphp Devserver 16.1.1, but I keep getting the error: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files…
Lucian P.
  • 316
  • 1
  • 4
  • 12
0
votes
1 answer

EasyPHP Devserver 16.1 Curl Win 10

EasyPHP don't start. When clicking on start server or start DB nothing happens. No error logs whatsoever....
Rinker
  • 11
  • 4
0
votes
1 answer

Facebook Login not working on Dev Machine

I'm running Win Web Server 2008 R2. I've got a site setup for development which I access on my test machine like this http://bossingway/ I'm trying to put the facebook login on this using their standard code they provide. I haven't added…
Ice
  • 11
  • 2
0
votes
2 answers

Where does django dev server (manage.py runserver) get its path from?

I recently moved a django app from c:\Users\user\django-projects\foo\foobar to c:\Python25\Lib\site-packages\foo\foobar (which is on the python path). I started a new app in the django-projects directory, and added foo.foobar to the INSTALLED_APPS…
Lexo
  • 470
  • 4
  • 20
0
votes
1 answer

Symfony2 dev server and nelmio cors bundle

I'm developing an API with symfony, and of course i've taken cors into account. I installed the nelmio-cors-bundle but the header are not arriving to the client side: My configuration is this: nelmio_cors: defaults: allow_credentials:…
danielrvt
  • 10,177
  • 20
  • 80
  • 121
0
votes
2 answers

Launching a project from another

I am attempting to provide a WPF application to a user that can be run locally. I currently have a WebAPI project that serves as an API for modifying data in a database as normal. This is fully working as intended. I have a class library that I have…
Ben Maxfield
  • 635
  • 7
  • 21
0
votes
1 answer

appengine devserver redeployes application on first request

I am using maven for building google appengine application. After the devserver starts when the application accessed by the client on the first request the application us redeployed and ServletListener is re-executed. In this process the servlet…
Neil
  • 5,919
  • 15
  • 58
  • 85
0
votes
1 answer

Google AppEngine: dev server - access denied for "datastore-indexes-auto.xml" read

Google AppEngine dev server running on Windows 7 Pro 64 bit throws an exception when I try to view any entity in the local datastore viewer at "http://localhost:8080/_ah/admin/datastore" The entity list is displayed just fine and my application is…
-1
votes
1 answer

How to load multiple apps with vue devServer configuration

Hi i have a app called Home which has installable plugins which i can install at any point of time which runs in iframe <-- Home app <-- plugins app
EaBengaluru
  • 131
  • 2
  • 17
  • 59
-1
votes
1 answer

Code PHP Not Working in Easyphp Devserver17?

i have issue in my project, when i run it with DevServer 17 did't work, but when i use xampp it works .. the problem and the question is i want to know why this happen only in that project specially this part of my code. in xampp the code work…
LiamSi
  • 1
  • 2