4 Posts
Dex
9 years ago
Topic

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

Get a VIP membership
693 Posts
rpoy
9 years ago
0
Level 1

Hi Dex,

Welcome to the SEBLOD forums.

Have you verified the system requirements? Do you have your error_reporting on? Is PHP 5.3 +?

Once the settings are verified, I would try to reinstall again - maybe using a different method of installing SEBLOD - try uploading the file first. If you are getting this error consistently then you probably have environment setting issue.

regards,

Randy

4 Posts
Dex
9 years ago
1
Level 1

Thanks Randy for the reply. I was wrong about commenting the Joomla 1.7 fix part. The first time I try to run the install of the SEBLOD component it always returns an error. The second time it does install without errors. Every time. Not sure why, but it works. Solved. :-)

693 Posts
rpoy
9 years ago
0
Level 2

Hi Dex,

Glad you got it sorted out. But still it is very strange that you have errors and that you have to install twice. Are they always the "Undefined property ErrorException" error?In your tests, are you always using the same host?

regards,

Randy

4 Posts
Dex
9 years ago
0
Level 1

Hi Randy, yes I am always using the same host, and did not test it on other hosts yet. I am installing the SEBLOD component via a bash script on a slow ARM device. It could be that because of the size of the SEBLOD package, and the speed of the host it returns that specific error. If I upload the SEBLOD package via the backend on the same host Joomla also returns an error (running in debug mode, no specific message). Other extensions install just fine without errors or warnings. I upped the time-out settings, and such on Apache already. So that can't be the issue.

4 Posts
Dex
9 years ago
0
Level 1

FYI, moved the whole lot to a faster build host (xubuntu + quad core amd64 + 8GB + php 5.5), and the installation of the SEBLOD package still returns the same error. So the error hasn't anything to do with the host hardware or OS.

Get a Book for SEBLOD