Archive corrupted
Thu, 12/03/2009 - 08:49
The compressed archives of the framework from the download page are only for windows !If you try to extract them from a mac or ubuntu => "you don't have permission to extract..."
You should fixe that quicky, thank you
long life to qcube.

I've just double-checked the .tar.gz archives on the downloads page, and they are just fine.
I'm running Ubuntu.
The following commands worked for me:
wget http://qcu.be/files/releases/qcubed_1.0.1.tar.gztar xzvf qcubed_1.0.1.tar.gz
This is most likely an issue with permissions / something else on your box.
try with the 1.1.0 archive (the 1.0.1 is ok for me), you will see the problem : on the mac when extract with the default dezipper (stuffit), the message is :
"impossible to open 1.1.0 you don't get permission...", but it's all right with 1.0.1.
On ubuntu the ls -l seems to tell that the directories are not browseable, even fot owner.
As yu can see the output of the ls -l command, the 'x' is missing for directories :
MacBook-de-sabine:~ stephane$ sudo ls -l Downloads/1.1.0/
total 64
-rw-r--r-- 1 stephane staff 1442 11 nov 07:00 _LICENSE.txt
-rw-r--r-- 1 stephane staff 8634 11 nov 07:00 _README.txt
drw-r--r-- 10 stephane staff 340 11 nov 07:05 assets
drw-r--r-- 4 stephane staff 136 11 nov 07:05 drafts
drw-r--r-- 8 stephane staff 272 11 nov 07:05 includes
-rw-r--r-- 1 stephane staff 113 11 nov 07:00 index.php
-rw-r--r-- 1 stephane staff 234 11 nov 07:00 qcubed.inc.php
-rw-r--r-- 1 stephane staff 809 11 nov 07:00 sample.php
-rw-r--r-- 1 stephane staff 537 11 nov 07:00 sample.tpl.php
Do a chmod +x and the problem should be solved?
Yes of course, thank you Alex