Why shows no input file specified in Codeigniter on Online Linux Server? - codeigniter

My codeigniter project under one folder shows No input file specified. in linux server.
Worked perfectly in local server... Problem occured only in online server
my project url is http://kenknack.com/healthcare/
Given all connections correctly with database connections.
Thanks in advance

Related

Cannot add additional server from the Server Explorer

Can some of you can help me with this.
What I have to do:
I have to publish my code from my local machine to the server. I found that I have to add the current server in the Server Explorer(to be able to create a Publish profile "method File System" and in the xml file to show the path of where to publish my code on the server).
But I cannot add this server on my Server Explorer.
What I tried:
1.Remote debugging - not working
2.stop the firewall - not working
3.Tried with the Name of the Server and the IP
The error that I receive is :
Could not reconnect to "Static". Make Sure that the machine name and path are valid.
I will be really happy if somebody can help me!

How to connect my server to external world

I am working with database project for that I installed postgresSql, jboss and apache 2.4 in windows 7. I am able to get data from postgresql to jboss server then using apache(localhost:80) able to get data in browser within LAN. Now I want to connect this server to external world. Other people could access my server from browser. How to make my server to available for external server.
Thanks
You may edit the pg_hba.conf file

PHP Storm - FTP configuration

I am trying to configure a project with remote server as a source (ftp). Everything I do is as they say to do it, When I test the connection its successful, but no files show up i the file tree. I have no idea what could be the problem.
I can access the ftp without a problem over browser, filezilla and everything else.
Anyone has an idea?
Thank you

No response, while connecting to the database

I am using H2 for a Java Swing desktop application.
I cannot able to connect to the database, only in the server mode.
URL is : jdbc:h2:tcp://115.241.34.158:9092/Lion/Companies/1(2012-2013)/1(2012-2013);DB_CLOSE_ON_EXIT=FALSE;DB_CLOSE_DELAY=5;IFEXISTS=TRUE
The system, simply hangs, while giving java.sql.DriverManager.getConnection(url, userName, password);
Not throwing any exception (or) any messages.
It works fine, in single user mode. (without server)
What will be the possible solution ?. Please advice.
Thanks and regards,
I.Murugesan
If you start the TCP server without base directory, then you should use a different database URL. The following database URL
jdbc:h2:tcp://115.241.34.158:9092/~/Lion/Companies
means the database file Companies.h2.db is stored in the directory Lion within the current user home directory. But if you use
jdbc:h2:tcp://115.241.34.158:9092/Lion/Companies/1(2012-2013)/1(2012-2013)
then the database file 1(2012-2013).h2.db is stored in the directory Lion/Companies/1(2012-2013) relative to the current working directory. And the working directory depends on where you have started the TCP server.

Unable to generate a temporary class (result=1)

I am getting this error message when i tried to host my mvc website on local IIS server on my PC . and tried to access it from my web browser.
Please help me how to get rid of this problem. I want to host my mvc3 website on my local IIS server
Check whether the user account that is running the application has read and write access to %temp% folder

Resources