Title: lostingraphics's Replies | WordPress.org

---

# lostingraphics

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Intuitive Custom Post Order] Update 3.1.4 causes error if role doesn’t exist](https://wordpress.org/support/topic/update-3-1-4-causes-error-if-role-doesnt-exist/)
 *  Thread Starter [lostingraphics](https://wordpress.org/support/users/lostingraphics/)
 * (@lostingraphics)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/update-3-1-4-causes-error-if-role-doesnt-exist/#post-16509270)
 * [@timohubois](https://wordpress.org/support/users/timohubois/) thank you!
 * i guess we would both agree on removing the native roles is not such a good idea,
   but in this special case it was necessary. and as long as it is possible to remove
   it, it is a good solution to check for it, i think.
    -  This reply was modified 3 years, 3 months ago by [lostingraphics](https://wordpress.org/support/users/lostingraphics/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP PGP Encrypted Emails] Is there a minimum OpenSSL version needed?](https://wordpress.org/support/topic/is-there-a-minimum-openssl-version-needed/)
 *  Thread Starter [lostingraphics](https://wordpress.org/support/users/lostingraphics/)
 * (@lostingraphics)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/is-there-a-minimum-openssl-version-needed/#post-14084340)
 * Thanks for your answer!
 * I finally found the reason. On the server of the provider the php variable open_basedir
   was set so that sys_get_temp_dir could somehow not find the right tmp folder.
 * As long as I cannot convince them to change this, I changed the lines 124 / 125
   in class-wp-smime.php from
 *     ```
       $infile  = tempnam( sys_get_temp_dir(), 'wp_email_' );
       $outfile = tempnam( sys_get_temp_dir(), 'wp_email_' );
       ```
   
 * to
 *     ```
       $tmp_dir = ini_get('upload_tmp_dir') ? ini_get('upload_tmp_dir') : sys_get_temp_dir();
       $infile  = tempnam( $tmp_dir, 'wp_email_' );
       $outfile = tempnam( $tmp_dir, 'wp_email_' );
       ```
   
 * Of course it is just a temporary solution, but it works for now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MapPress Maps for WordPress] [Plugin: MapPress Easy Google Maps] printing map doesn't work](https://wordpress.org/support/topic/plugin-mappress-easy-google-maps-printing-map-doesnt-work/)
 *  Thread Starter [lostingraphics](https://wordpress.org/support/users/lostingraphics/)
 * (@lostingraphics)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-mappress-easy-google-maps-printing-map-doesnt-work/#post-1753775)
 * i figured out, that only firefox can’t print the map. the prints with IE and 
   Safari look fine.
 * but i still don’t have a solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MapPress Maps for WordPress] [Plugin: MapPress Easy Google Maps] printing map doesn't work](https://wordpress.org/support/topic/plugin-mappress-easy-google-maps-printing-map-doesnt-work/)
 *  Thread Starter [lostingraphics](https://wordpress.org/support/users/lostingraphics/)
 * (@lostingraphics)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-mappress-easy-google-maps-printing-map-doesnt-work/#post-1753680)
 * I mean of course the following link:
    [a href=”javascript:void(0);” onclick=”
   print(); return false;”]
 * sorry for that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Front-end Editor] Optionspage add/remove toolbar buttons](https://wordpress.org/support/topic/plugin-front-end-editor-optionspage-addremove-toolbar-buttons/)
 *  Thread Starter [lostingraphics](https://wordpress.org/support/users/lostingraphics/)
 * (@lostingraphics)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-optionspage-addremove-toolbar-buttons/#post-1458980)
 * thx.

Viewing 5 replies - 1 through 5 (of 5 total)