Fixing ‘SAFE MODE Restriction in effect. The script whose uid is is not allowed to access /tmp’ error in WordPress

Long short story. If you wanna update, say, a plugin, or a theme.. using wordpress, and you get the following error:

SAFE MODE Restriction in effect. The script whose uid is  is not allowed to access /tmp

I’ve got news for you!. It’s caused by the php_safe_mode flag. If you’re on a shared hosting, and you cannot change that flag (or maybe you just don’t want to)… here’s what you need to do:

  1. Create a temporary folder, somewhere in your hosting, and set the permissions to 777.
  2. Open your wp-config.php file.
  3. Add this line: define(‘WP_TEMP_DIR’,’/absolute/path/to-a-tmp-folder/’);

That should do the trick.

WordPress Import Issues

I’ve migrated this blog to a brand new domain. Thing is… i’ve been having lots of glitches and bugs while trying to import the wordpress XML containing all of my posts.

How did i solve it?. Well, it’s probably not the best option, in terms of security. But i had to grant 777 permissions to the folder wp-contents/upload, and the same applies to the /tmp folder.

After that, everything worked like a charm. Besides that, i had lots of issues while trying to install the plugins i’d like to use!. Yeah… permissions again. The easy and quick workaround was to simply upload everything i need, already decompressed, to the folder wp-contents/plugins.

By doing so, i managed to get the plugins to show up in the Plugins tab, in the WP site manager. And… that’s it!

HTML5 Slideshow!

html5 slideshow

I began playing with HTML… ten-eleven years ago. It was a rough time, in which you had to do virtually everything. It took a loooot of time to do something at least decent, but you had to code every single component.

Ten years have passed by. Now, it seems easier than ever to build a great looking website in almost no time. Hey! look at this blog! it’s running thanks to WordPress, and guess what! i’ve set it up in five minutes!.

But i still play with other websites. And thing is, it’s always hard to figure out what to put in the very first webpage of your site. A common option, these days, is to install an image slider. Take a look at apple.com. They had that for a long time. After iPad 3 release, they’ve upgraded it to embedded video. We’ll probably discuss that in a later post.

This time, i wanted to share with you this component: Flux Slider. It’s really easy to install and setup. And it looks AWESOME. There are many other alternatives… almost all of them look the same way, and allow you to do the same thing.

Leave your comments!

HTML5 Popups!

Old school HTML fellows know how annoying popups can be. It’s definitely not a good practise, since every single modern browser has some sort of popup blocker.

But what happens when we **really** need to display a popup ?.

Well, what Google fellows do is basically display a modal layer, preventing you from clicking anything below this layer. Thanks god, there are few interesting opensource options that already solve all the quirks you might find while dealing with tons of different browsers.

I’ve been playing with few of them, but since i’m a big jQuery fan, i got to pick fancybox… an html5 popups library, for free. How does it look?… well, just like this:

html5-popups
Fancybox is a jQuery plugin that allows you to display stunning in-window popups, with just few lines of code. It adds an overlay on top of your webpage, and its look and feeling is very OSX!.

I’m pretty sure there might be better solutions. But what i particularly love about this html5 popups framework is that it’s incredibly easy to implement. Just a couple of lines, and that’s it. Clean code leads to better results, in every single aspect.

Check it out, and leave your comments!.

%d