hmm ok when I unterstood your point right than I'll have to do the following:
the simple module is just used for adminstration of the database items.
The frontendpart will be represented by a "normal" content page with a special layout for the simpl…
I will try to clarify my issue :-)
If you have a look at www.feuerwehr-bs.de in the header of the page you see that big image. This is the image_stage I am talking about.
So on my site I have a combination of simple content pages (I want to use th…
hmm OK... found it for myself... wrong constructor call... sorry. can be closed :-)
I entered
function __construct() {
parent::__construct('pressarticles');
}
but must be
function __construct() {
parent::__construct('fw_pressart…
perhaps I have another problem?
I created a new page and entered some data in the Heading and body part...
On calling the page http://fuel.familiepleines.de/menschen the same error appears...
Ok... the cdata block isn't causing the problem... without cdata it remains the same error response:
A PHP Error was encountered
Severity: Warning
Message: explode() expects parameter 2 to be string, array given
Filename: MX/Modules.php
L…
Hi,
find the content under http://files.familiepleines.de/verein.php.txt
Perhaps the CDATA block is the problem?
Of course in the upload directory I use the file without the txt extension
KR
Habib