Hi Alby
I got a problem with Cataloger for some reason when i try to add item or category it says:
Fatal error: Cannot instantiate non-existent class: catalog�tem in /home/**/public_html/**/admin/addcontent.php on line 346
i got MLE installed v 1.3 and all the cataloger stuff. Im worried about the question mark on the catalogitem.
When i switch off the MLE it works fine. What do i need to do to resolve this, any idea?
Many Thanks
Multilanguage CMSMS MLE 1.2.3
Re: Multilanguage CMSMS MLE 1.2.3
baki250 wrote: I got a problem with Cataloger for some reason when i try to add item or category it says:
Fatal error: Cannot instantiate non-existent class: catalog�tem in /home/**/public_html/**/admin/addcontent.php on line 346

If you add a CatalogPrintable type have same error?
Alby
Re: Multilanguage CMSMS MLE 1.2.3
yep, it happens as soon as you click on the add content or want to change the content of a page by clicking on the language icon.
Its so odd. I dont know why it does it
Its so odd. I dont know why it does it
Re: Multilanguage CMSMS MLE 1.2.3
Hi Alby
Do you have any idea as to why this is happening. The questıon mark issue
Many Thanks
Do you have any idea as to why this is happening. The questıon mark issue
Many Thanks
Re: Multilanguage CMSMS MLE 1.2.3
Question mark is a encoding issue.baki250 wrote: Do you have any idea as to why this is happening. The questıon mark issue
Wich version of MLE?
Check if your DB is full UTF8
Alby
Re: Multilanguage CMSMS MLE 1.2.3
Hi all, regarding the last cataloger module & the mle integration there is a patch to apply to make it work correctly :
first step :
update table ..._module_catalog_attr
add columns attribute_en, attibute_it, and so on
second step :
open file Cataloger.module.php
somewhere round line 327 there is something like
change with
in the same file round line 344
change
with
hope it helps
first step :
update table ..._module_catalog_attr
add columns attribute_en, attibute_it, and so on
second step :
open file Cataloger.module.php
somewhere round line 327 there is something like
Code: Select all
$query = "SELECT attribute, is_textarea FROM "...
Code: Select all
$query = "SELECT attribute_" . $hls[$hl]['block'] . ", is_textarea FROM ".
change
Code: Select all
if(isset($hls)) $thisAttr->attr = $row['attribute']...
Code: Select all
if(isset($hls)) $thisAttr->attr = $row['attribute_'. $hls[$hl]['block']];
Re: Multilanguage CMSMS MLE 1.2.3
Hi
Im trying to use Cataloger items area. 2 of them one for keywords and the other for description
Basically its hard to use the matetags area and i want to use meta data ="{cataloger template="keywords"} for example to display keywords in the header of each page.
Jsut like using Global Blocks. Is this possible on Cataloger and if it is how can i do it
many thanks for your help
Im trying to use Cataloger items area. 2 of them one for keywords and the other for description
Basically its hard to use the matetags area and i want to use meta data ="{cataloger template="keywords"} for example to display keywords in the header of each page.
Jsut like using Global Blocks. Is this possible on Cataloger and if it is how can i do it
many thanks for your help