I got an "Undefined property ErrorException" for the $cck_core_temp_var when installing the Seblod package. In the file script.php from the com_cck.zip
in the extension folder from the pkg_seblod.zip of the latest version.
On line 60 there is a temporary fix for the $tmp_path. Apparently it has
to do with Joomla 1.7, seeing the comment.
"// WAITING FOR JOOMLA 1.7.x FIX"
This
fix caused an issue for me, and I could not install Seblod on a fresh
install of Joomla 3.3.0. I commented that whole section (line 60 -71),
and Seblod installed fine. I tried commenting only the
"$app->cck_core_temp_var = $tmp_dir" instead of the whole section,
and Seblod installed fine.
I am not exactly sure what the issue is, and if others are experiencing it also on Joomla 3.3.0, maybe a version check on that section could circumvent it? I didn't try that.
Setup:
Apache 2.2.2 on Debian Wheezy with a virtual host config
Joomla in /var/www/[website name] and tmp & logs folders of Joomla with a chmod of 0777