Title: Viljami Kuosmanen's Replies | WordPress.org

---

# Viljami Kuosmanen

  [  ](https://wordpress.org/support/users/zuige/)

 *   [Profile](https://wordpress.org/support/users/zuige/)
 *   [Topics Started](https://wordpress.org/support/users/zuige/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zuige/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zuige/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zuige/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zuige/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zuige/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 140 total)

1 [2](https://wordpress.org/support/users/zuige/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/zuige/replies/page/3/?output_format=md) …
[8](https://wordpress.org/support/users/zuige/replies/page/8/?output_format=md) 
[9](https://wordpress.org/support/users/zuige/replies/page/9/?output_format=md) 
[10](https://wordpress.org/support/users/zuige/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/zuige/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress PDF Templates] query string](https://wordpress.org/support/topic/query-string-3/)
 *  Plugin Author [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/query-string-3/#post-9475129)
 * Oh, right. It’s actually just for the logged in data question. Sorry.
 * For the query string issue, I’m not at all sure why this is happening.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress PDF Templates] query string](https://wordpress.org/support/topic/query-string-3/)
 *  Plugin Author [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/query-string-3/#post-9474861)
 * Just add
 * `define('FETCH_COOKIES_ENABLED', true);`
 * to your wp-config.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Safe Updates] Doesn’t seem to work](https://wordpress.org/support/topic/doesnt-seem-to-work-74/)
 *  Plugin Author [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/doesnt-seem-to-work-74/#post-9379944)
 * Hi, @scneiderbill ! Could you post more details about this issue?
 * I’ve just updated WP Safe Updates to a new version, which should fix some compatibility
   issues with the newest WordPress versions.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems viewing images](https://wordpress.org/support/topic/problems-viewing-images/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/problems-viewing-images/#post-8344096)
 * Can you post a screenshot with the Chrome Network panel open so we can see more
   information about the issue?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload files from external hard drive issue](https://wordpress.org/support/topic/upload-files-from-external-hard-drive-issue/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/upload-files-from-external-hard-drive-issue/#post-8344070)
 * Hi!
 * This is not really a WordPress question, but a general server question.
 * You can bind mount your WordPress uploads directory to the hard drive directory
   so the uploads will be stored on the external disk instead of the Raspberry SD
   card.
 * This is an example of how you can achieve this:
 *     ```
       $ mv wp-content/uploads uploads-old # move the old uploads dir out of the way
       $ mkdir wp-content/uploads # create a new wp-content dir
       $ mount --bind /mnt/mydrive/wordpress-uploads wp-content/uploads
       ```
   
 * After this all your uploads will use the wordpress-uploads directory inside your
   external drive filesystem. You can then just upload all your files via the WordPress
   media uploader.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posts URL](https://wordpress.org/support/topic/posts-url-4/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/posts-url-4/#post-8344049)
 * Change your post permalink structure in Settings > Permalinks to:
 * `/%category%/%postname%/`
 * ![](https://i0.wp.com/cloud.githubusercontent.com/assets/6105650/19626559/a1ccddd8-
   992c-11e6-91d0-b13e0ddf79a0.png?ssl=1)
    -  This reply was modified 9 years, 6 months ago by [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/).
      Reason: better image
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Custom Availability] Plugin not working after upgrade](https://wordpress.org/support/topic/plugin-not-working-after-upgrade/)
 *  Plugin Author [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/plugin-not-working-after-upgrade/#post-8344040)
 * Thanks for your message!
 * This plugin has not been tested on 4.6 and WooCommerce 2.6.
 * I’ve copied this issue to GitHub so we can track it. Hopefully I can find the
   time to fix issues with new versions of WooCommerce.
 * [https://github.com/anttiviljami/woocommerce-custom-availability/issues/2](https://github.com/anttiviljami/woocommerce-custom-availability/issues/2)
 * Will let you know once this is resolved.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Custom Availability] line break in custom text?](https://wordpress.org/support/topic/line-break-in-custom-text/)
 *  Plugin Author [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/line-break-in-custom-text/#post-8344035)
 * Unfortunately not. For security reasons it goes through the esc_attr filter, 
   which will remove all html tags such as the <br> line break.
 * Sorry! 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a list of links to pages that link to the current post? Plugin?](https://wordpress.org/support/topic/how-to-create-a-list-of-links-to-pages-that-link-to-the-current-post-plugin/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/how-to-create-a-list-of-links-to-pages-that-link-to-the-current-post-plugin/#post-8344027)
 * Let me know if I’m not undestanding this correctly but:
 * You have:
 * 1. Post type for products
    2. Regular posts on your site that contain links to
   products on your site
 * You would like:
 * The product pages to automatically include links to the posts that link to that
   specific product.
 * Possible solutions:
 * 1. Use the posts-to-posts plugin to create relationships between the posts and
   the products manually. Edit the product page template to query the related posts.
   [https://wordpress.org/plugins/posts-to-posts/](https://wordpress.org/plugins/posts-to-posts/)
 * 2. Enable pingbacks for the product post type and trigger the pingback request
   for all your posts. The comments for the products would then include the post
   links automatically as pingbacks.
 * 3. Just do it manually and add the links to the posts to each product as a custom
   field or something. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Emails sent after downloading users from Zendesk to WP](https://wordpress.org/support/topic/emails-sent-after-downloading-users-from-zendesk-to-wp/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/emails-sent-after-downloading-users-from-zendesk-to-wp/#post-8344005)
 * This is a plugin-specific question. Whether WordPress will send an email to a
   new user completely depends on the implementation of the plugin you’re using 
   to fetch users from Zendesk.
 * Please post this question on the support forum for the plugin on wordpress.org,
   or the plugin vendor’s website.
 * Cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Allowed memory size […] on wp-includes/wp-db.php](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-on-wp-includeswp-db-php/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-on-wp-includeswp-db-php/#post-8343940)
 * Exhausted memory is often a good indication of an infinite loop in your code.
 * First try deactivating all plugins to rule-out a plugin-specific issue and try
   switching themes to rule-out a theme-specific issue.
 * If that doesn’t work, check your database for massive tables. The wp_options 
   table can get bloated with autoloaded options sometimes when a plugin malfunctions.
 * You can try upping the allowed memory size from 256M to 512M to see if that helps
   with your problem, but 256M should definitely be enough for most cases.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page showing only simple HTML](https://wordpress.org/support/topic/page-showing-only-simple-html/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/page-showing-only-simple-html/#post-8343912)
 * Could also be a local DNS issue. What are you using for siteurl and home in WordPress
   settings? If the site is only suppposed to be working in your local network, 
   make sure you assign a hostname for the server to be served via the local DNS.
   Something like `wordpress.local` would probably make sense.
 * EDIT:
 * The easiest way to make it work is to just use the static private IP address 
   for the server. This way you don’t have to configure local DNS. Use something
   like `192.168.0.50` for siteurl and home.
    -  This reply was modified 9 years, 6 months ago by [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page showing only simple HTML](https://wordpress.org/support/topic/page-showing-only-simple-html/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/page-showing-only-simple-html/#post-8343901)
 * Sounds to me like your server is misconfigured and doesn’t serve static files
   properly.
 * Can you attach a screenshot with the Chrome Devtools network panel open so we
   can see what the issue is?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cant open wp admin panel](https://wordpress.org/support/topic/cant-open-wp-admin-panel/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/cant-open-wp-admin-panel/#post-8343893)
 * Your siteurl option has been misconfigured. Do you have access to edit your files?
 * Easiest fix here would be to edit your wp-config.php file to include these lines
   with the actual website URL instead:
 *     ```
       define('WP_HOME','https://example.com');
       define('WP_SITEURL','https://example.com');
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error\bug in wp? Fatal error class not found](https://wordpress.org/support/topic/errorbug-in-wp-fatal-error-class-not-found/)
 *  [Viljami Kuosmanen](https://wordpress.org/support/users/zuige/)
 * (@zuige)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/errorbug-in-wp-fatal-error-class-not-found/#post-8343819)
 * I’m afraid if you don’t have FTP or CPanel access to the server or anyone who
   has that access, there isn’t anything you can do right now. 🙁
 * You can check if you can still log in to your website by going to <yoursite.com
   >/wp-login.php, on the off-chance your admin panel still works, you can disable
   and delete the events calendar plugin.
 * I strongly suggest you look into hosting your site with a Managed WordPress hosting
   company, who can assist you with these situations in the future, and prevent 
   them from happening. 🙂

Viewing 15 replies - 1 through 15 (of 140 total)

1 [2](https://wordpress.org/support/users/zuige/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/zuige/replies/page/3/?output_format=md) …
[8](https://wordpress.org/support/users/zuige/replies/page/8/?output_format=md) 
[9](https://wordpress.org/support/users/zuige/replies/page/9/?output_format=md) 
[10](https://wordpress.org/support/users/zuige/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/zuige/replies/page/2/?output_format=md)