| bio | website | jonasnordstrom.se |
|---|---|---|
| location | Sweden | |
| age | 44 | |
| visits | member for | 2 years, 9 months |
| seen | 22 hours ago | |
| stats | profile views | 19 |
WordPress developer and owner at Burning Umbrellas.
|
Apr 25 |
comment |
wordpress login blank screen localhost is probably the correct setting, if the database is on the same server as the web server. Check the error logs on the web server for any errors. try setting WP_DEBUG to true in you wp_config.php file and check if you get any error output in the browser. |
|
Apr 22 |
comment |
How can you upload an image from within a settings page? It would be so nice with a full example of the validation callback functions. I can't seem to make it work. |
|
Nov 5 |
comment |
How to get ID of the page included with get_page()? Did you ever find a solution for this, I have the same problem where a shortcode function needs to know on what page it was defined. And that page is included (through get_page()) into another: I can only get the post_id from the "hosting" page. |
|
Dec 20 |
comment |
Intermittently missing pages and posts in WordPress I have tried that. Actually you only have to visit the permalinks page to flush the rewrite rules, save is not necessary. But alas, this did not help my problem. |
|
Nov 4 |
comment |
Preview posts returns 404 I will try it, but changing a core file is never a good idea, especially not when a new release of WordPress is just around the corner. |
|
Oct 4 |
comment |
Preview posts returns 404 Brian: Unfortunately, that results in the same error. (You do not have permission to preview drafts) |
|
May 10 |
comment |
Preview posts returns 404 preview links: example.com/blogname/?p=5&preview=true and example.com/blogname/2010/12/hello-world/… |
|
May 9 |
comment |
Preview posts returns 404 yes I have, no errors. |
|
May 8 |
comment |
Preview posts returns 404 I tried changing theme to the WordPress default. Same error. |
|
May 8 |
comment |
Preview posts returns 404 The problem is the same across all browsers. As far as I know, none of the 100+ blog users on the site can preview their posts |
|
May 8 |
comment |
Preview posts returns 404 They are the same, and the problem is the same across all browsers. As far as I know, none of the 100+ blog users on the site can preview their posts. |
|
May 7 |
comment |
Preview posts returns 404 I will try and compare all the files with the files on the test server (where preview works!) and see if there are any differences. The .htaccess and wp-config.php files are the same on both servers. |
|
May 7 |
comment |
Preview posts returns 404 Same problem. I noticed that if I try to preview the changes for a published post, I get an error, "You do not have permission to preview drafts.". And for drafts I get the 404 page. |
|
Apr 18 |
comment |
add_image_size creating lots of images (of various sizes) The cache limits is the disk space, and it will use less disk space than if you resized ALL images using add_image_size. So I still think timthumb is a viable option. But I agreee on the processing power, there is a significant overhead for images not in the cache. |
|
Mar 28 |
comment |
Intermittently missing pages and posts in WordPress Nothing in the error logs. in the access log, it looks like an ordinary request with a HTTP 200 response |