I have very strange problem with the following code,
$this->request->is(array('put'))
I have Ubuntu local server and I haven't got ant problems in my local server
but when I upload my local file on to a live server the following code,
$this->request->is(array('put'))
does not work.
What it means is that when I edit the form, it doesn't occur. My real problem is that no debugging tools such as Debugkit and debug and error_log are not reporting/logging any issues.
OP, Contact the web server company you're hosting with... had similar issue but it was resolved from the server end, it has something to do with mod_securtiy.
I hope this helps
Related
A client askmed me to write RESTful API using CodeIgniter. Maybe codeigniter-restserver can make my task easier. So I downloaded the package, extract it, and upload it to both servers: my development server (123.100.77.10/ci-server), and the production server (99.40.143.100/ci-server). The only difference is the $config['base_url'] value (in application/config/config.php)
I had no problem running the tests on my development server. All test cases passed succesfully. But on the production server, each of them gives 404.
Anyone ever encountered this issue? How to solve this?
I have a web service application that works fine in my local. I have even installed ngrok and I'm able to call it on the public web. But as I put my code on our production server I keep getting the 'Couldn't resolve host' error. I'm using different APIs in my service and intermittently I get this error. (I use apache in my local and nginx on prod)
For example I work with googleapis.com and sometimes it works and sometimes it doesn't on the server. The exact same code works just fine on my local.
It's worth mentioning that I've had this application for few months on this server and it's only this past few days that I've started to get these type of errors.
BTW I've noticed that the Curl version in my local and production and their settings are different but I don't know if that could be the source of the problem because it was working just fine.
I would appreciate any kind of guidance.
i have a project on github that is a simple HTML web page personal portfolio. I attempted to deploy to Heroku from the CLI and it seems that the site deployed correctly as far as i can tell. there are no errors in heroku dashboard, but when i launch the app the browser states "No input file specified." the site works locally and it works on godaddy servers with no errors. I have created an "index.php" and "composer.json" files as the documentation suggested but still getting the error and google hasnt been much help.
has anyone else experienced this?
my kingdom for any assistance...
i found out what the problem was. in case anyone else runs into this there was a user.ini file from when i hosted on godaddy's plesk servers on the root of my project that was screwing everything up. i removed it, redeployed and it wrks fine now.
I am trying to get Dreamweaver preview to work for php applications in Windows 10. it has been a pain so far.
I have the server info of:
and yet I get the this error in DW preview:
I have xampp running and Apache and Mysql are both started and running with no problems, the file paths are correct, but I am not sure how to fix this myself. google searching didn't give me much either.
Did you try setting the port for HTTP traffic in the Web URL: http://localhost:8080
As I am using FCKEditor to develop small web site to manage site contents dynamically. When i add more content in the FCKEditor is working fine in my staging server where if i tested same in my live server, which throwing error as "500 Internal server error". I was not able find out the problem, please help me out.
Sri
It probably isn't a problem directly related to FCKEditor, but most likely a configuration issue. Do you have access to your error logs?