curiousBoy
Forum Replies Created
-
Hi David,
I have nothing other than a generic email reply! Does it supposed to be on somewhere in the email? I have checked but nowhere.. I can forward that email to you if you want.Forum: Reviews
In reply to: [WP Migrate Lite - Migration Made Easy] Doesn't WorkOh my god… What a problem guy you are… It says “MIGRATE DB” – DATABASE…. Not the website.. You just disrespecting the people who spent hours and hours for those plugins. Yet you are most probably using it free and giving 1 star…
Forum: Fixing WordPress
In reply to: How to see the code is run behind of the shortcode?Thanks jonradio, but that was what I have been afraid of…
I was hoping there is an easy way to see the callback functions of shortcodes.
Does anyone else know any other way to help me to figure out to find the source of code of user defined shortcodes?
it seems you rated it as 5 start… But you also mentioned it breaks the top of the page… I’m confused!
Forum: Fixing WordPress
In reply to: Upload "Full Size" Images doesn't appearOK finally solved. When checking the logs on the server, realized that actual error was “HTTP Error 500.50 – URL Rewrite Module Error”.
Then as far as I found, when your server has wrong file permissions and the visual result is all the images you uploaded are “broken images” and won’t display. Also called HTTP Error 500.50 – URL Rewrite Module Error when you have Detailed errors on.
The problem is caused because PHP first uploads the document to a temporary directory (by default C:\Windows\Temp), and then moves it from that directory to the actual /blog/wp-content/uploads/ subdirectory. What happens is that because IIS does not have any permissions to your “C:\Windows\Temp” directory, when the file is uploaded there, then moved by PHP, the file inherits NO permissions. So when IIS trys to serve out that file from your /blog/wp-content/uploads/subdirectory it throws a 500 error and that is actually a permissions error.
The solution: on the Windows\Temp folder, grant “modify” permissions to both IUSR and {servername}\IIS_IUSRS user accounts.
(Remeber you are at your own risk when you changing permissions on folders!)Hope this helps someone and avoid looking hours and hours on the web!
Forum: Fixing WordPress
In reply to: Upload "Full Size" Images doesn't appearJack:
Thank you for your response.I have already checked media- settings . Everything looks fine there.
Thumbnail size Width: 150 Height: 150
Medium size Max Width: 300 Max Height: 300
Large size Max Width: 1024 Max Height: 1024And the example image I was uploading was :
width: 293 height: 195your theme may have image size constraints
How I can look at that?
And If I upload the images through ftp directly in the /wp-content/themes/themeName/images/ folder, then I can use them with original size.But if I add them in to wp-content/uploads/2015/02 even through ftp, I can’t have an access those images.