Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I've been using Responsive File Manager on Codeigniter framework. It works fine for these past years. But finally found some error when uploading some .jpg files. When i upload it, it keeps processing...
**Do you know why it's error and its solution ** ? Or where can i found the error log ? If i try the jpg files on photoshop and save for web, it can be uploaded.
dialog.php - replace "//blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js" with "//cdnjs.cloudflare.com/ajax/libs/blueimp-load-image/2.18.0/load-image.all.min.js" around line 364
Check out blog https://www.responsivefilemanager.com/support.php
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 days ago.
Improve this question
I have a manhwa website called kmanhwa.com but I have a problem. When people open my website they see original template color then they see the color that I modified from the original.
And when I had try before automatic adsense all template has changed color to the original and I cancelled the auto ads.
For me I don't know resource problem but I think that's start happening when I try to optimise the website with 10web booster and speed boster but I'm not sure.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
Out of the blue, my old website stopped loading content and I can't figure out why:
https://unwork.nu/#/design/cir5-catalog/
Attached screengrab of error:
Does anyone have any ideas? It it a server issue?
I've looked into the PHP files but I'm not versed enough.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I want to get files (images) in my folder on a ftp in my wordpress site.
How can i do that ?
My path to files on ftp : "/public_html/wp-content/uploads/image.png"
Thanks for the help
If you want WordPress to use the images, you'll have to upload them through the media uploadr. otherwise, you'll have images but no Database associations. I'd strongly advice against an FTP upload.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I have a webpage weblup(dot)net/templates/template3 (replace (dot) with a '.') and it just crashes when I run it. It was working fine not long ago but I have no clue why it's crashing all of a sudden. The biggest change before this happened was that I changed a picture.
Your Website have error in logo.png and it's to big to load in website. (16620 x 9333 pixels).
Solution: Change Your Image and resolution Image
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I have a page to upload images to my server(http://neiol.1ufh.com/) in the uploads folder (http://neiol.1ufh.com/uploads) however I noticed that I can only upload images of about 160kb in size if higher than that I get no response not even the response that comes when uploading files with size bigger than 2M, (2M is the max file post size on the server).
Not to answer your question, but you NEED to check on the security. I recommend setting the site down right now before fixing it. I just could upload and execute apac.php, which only contained this PHP:
<?php echo "This is a really bad security issue"; ?>
But I could be a malicious person and break your website. Check it out: http://neiol.1ufh.com/uploads/apac.php
NOTE: I put this in an answer since the comment is too small for the formatting and everything,