Wamp Server 400 Bad Request Illegal filename error - wamp

Im setting up my new PC and installed wamp server. When I open the phpMyAdmin this error show on the browser. The error says
400 Bad Request
Illegal filename.

Related

Problems with connection to CF Server or CF Administrator. localhost 127.0.0.1 gives transport errors. Previously everything worked fine

I am using CF11 with CF Builder 3. Windows 10. When I booted up yesterday I could not connect to the CF Server or the CF Administrator, although previously I had no problems.
I get errors:
The 127.0.0.1 page isn’t working
127.0.0.1 unexpectedly closed the connection.
and console errors:
[defaultLocal]:FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
[defaultLocal]:ERROR: transport error 202: bind failed: Address already in use
[defaultLocal]:ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
[defaultLocal]:JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
[defaultLocal]:Error(12/05 at 10:02:03) Unable to start server. Server startup timed out.
The server is listening on port 8500. I tried changing that, but it did not solve anything.
I can see that administrator/ figures in the directory list http://127.0.0.1:8500/CFIDE/
I am using Opera 41.0. I have checked firewalls, and cannot see anything that would block the communication.
I tried Chrome and Firefox, but the same issue occurs.
I also checked the hosts file, and 127.0.0.1 is listed there.
I have re-booted a number of times, but the issue persists.
Anyone any ideas?

http://127.0.0.1:8000/ isn't working on Chrome but working fine on Internet Explorer

I've recently installed django on Windows Server 2012 R2.
When I run python manage.py runserver it tell mes to use http://127.0.0.1:8000/ . Its working on Internet explorer but in Firefox and Chrome I get the following error.
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: http://127.0.0.1:8000/
Connection to 127.0.0.1 failed.
The system returned: (111) Connection refused
The remote host or network may be down. Please try the request again.
Your cache administrator is administrator.
Bypass proxy wasn't enabled. It worked after enabling.

PHP smtp Startup Error in apache log file while restarting the wamp server on windows 2012

I have enabled 'smtp' PHP extension. Wamp restarted automatically and throwing the below error in apache error log file. When ever we are start or restarting wamp same error is repeating.
PHP Warning: PHP Startup: smtp: Unable to initialize module\nModule compiled with module API=20060613\nPHP compiled with module API=20100525\nThese options need to match\n in Unknown on line 0
Can you please suggest why this error is coming?

django - debugging django in PyCharm

I have a server in django which return 500 Error Code to my POST request from my mobile android app.
When I access it in the browser it works fine..
I don't really know how to debug\see any error messages in PyCharm. all I see is this, in the console window:
System check identified no issues (0 silenced).
May 24, 2015 - 17:09:12
Django version 1.8.1, using settings 'RidesBackend.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CTRL-BREAK.
[24/May/2015 17:10:01]"POST /users/register HTTP/1.1" 500 66235
[24/May/2015 17:11:10]"POST /users/register HTTP/1.1" 500 66235
From what I read 500 is INTERNAL SERVER ERROR -
so the error is in the server side, but I can't possibly know what is is without seeing error messagess or something...
I guess my question is where can I see error messages/LogCat/anything that reports errors with description in Pycharm for a django project? or debug it somehow?*
Thanks a lot!

Deploying Django with Mezzanine on FastCGI

I'm in the middle of trying to deploy a Django project on Subsys.no, Who uses FastCGI. I have never deployed a project before and have been trying for 3 days straight.
I have made a virtualenv on the server and installed all the packages I need.
I have uploaded (FTP) the project I have onto the server (in the correct place)
I have tired using Fabrics "fab all" command on the server and locally. The server gave this response:
--
all
---
-------
install
-------
$ cat /etc/default/locale ->
Fatal error: Low level socket error connecting to host subsys.no on port 22: Connection refused (tried 1 time)
Underlying exception:
Connection refused
Aborting.
The local gave the same answer but with one twist:
Fatal error: Timed out trying to connect to subsys.no (tried 1 time)
Underlying exception:
timed out
I'm not sure if the error lie here or here on the site. It gives out alot that I dont understand.
All help is greatly appreciated and thanks in advance!