QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

qfckeditor

Use php include() or require_once () with QFCKEditor ?

Hello,

I am beginner in php5 (graphic programmer, not developer) and I work on updating a site created by a developer with Qcubed.

Unfortunately my page access is limited to the body of the pages.

In order to integrate image galleries called via javascript I need to make include () or require_once ().

This site use QFCKEditor as the default editor.
QFCKEditor returned errors scripting violation when I tried to inject php or javascript in the body.
I modified the list of entries allowed and now I have no more errors but QFCKEditor does not interpret the php function.

I ignore if it's possible to inject php into the body of a page using QFCKEditor.

Thank for your help.

qfckeditor install problem

I am having an issue installing qfckeditor, I have installed several other plugins without issue and cant seem to figure out why this one is not working.

QCubed Version: 1.1 (QCubed 1.1)
php version: 5.2.6-3ubuntu4.4;
os: Ubuntu/9.04

the error happens at QArchive line 29:

zip_read() expects parameter 1 to be resource, integer given

Line 24: return false;
Line 25: }
Line 26:
Line 27: // Read files in the archive
Line 28: $createdFolders = array();
Line 29: while ($file = zip_read($zip)) {