Search found 22 matches

by peterbra
Fri Jan 15, 2010 9:00 am
Forum: CMSMS Core
Topic: Pages are not showing in admin
Replies: 4
Views: 1982

Re: Pages are not showing in admin

My current confing.php:


$config['php_memory_limit'] = '256M';
ini_set('max_execution_time', 120);
$config['process_whole_template'] = true;
$config['debug'] = false;
$config['output_compression'] = false;

Is something wrong here????
by peterbra
Fri Jan 15, 2010 8:34 am
Forum: CMSMS Core
Topic: Pages are not showing in admin
Replies: 4
Views: 1982

Re: Pages are not showing in admin

In the debug mode i see this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 262531 bytes) in /home/starsrs/public_html/admin/listcontent.php on line 1060

How to fix it ???
by peterbra
Fri Jan 15, 2010 8:09 am
Forum: CMSMS Core
Topic: Pages are not showing in admin
Replies: 4
Views: 1982

Pages are not showing in admin

Hi guys, I have a HUGE PROBLEM with site www.stars.rs - the list of pages is not showing in the admin area !??? (they are showing on user end...) That just happened suddenly - everything was working perfectly until yesterday. I'm using CMS Made Simple 1.6.4 "Moindou"and cataloger Any ideas ?
by peterbra
Wed Mar 04, 2009 12:38 pm
Forum: Modules/Add-Ons
Topic: Cataloger module - prevent pages from showing (admin menu)
Replies: 0
Views: 731

Cataloger module - prevent pages from showing (admin menu)

Hi guys ! I have a cataloger which i'm using to build "actor" database. I've organized it like this: 1. Actors     1.1. Man           1.1.1 Aged to 18 yrs.                   1.1.1.1 John Malachite                   1.1.1.2 Paten Phillip                    1.1.1.3 Adam McCain              1...
by peterbra
Wed Mar 04, 2009 10:34 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Moving site from localhost to public server
Replies: 1
Views: 1076

[SOLVED] Moving site from localhost to public server

Sorry for your time guys, but i've just disabled cataloger plugin and re-enabled it and all is working flawlessly !
by peterbra
Wed Mar 04, 2009 10:10 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Moving site from localhost to public server
Replies: 1
Views: 1076

[SOLVED] Moving site from localhost to public server

Hi, I've created site on my localhost and the problem is: when I upload it to a server I get: Smarty error stuff... cmsms Smarty_Compiler.class.php, line 590 etc... etc.... and in Admin menu got that -- Add me -- stuff as well... I DID EVERYTHING ! Cleard cache, exported/imported db... changed confi...
by peterbra
Sat Oct 18, 2008 5:59 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Customizing Cataloger to display 7 photos for each item within category
Replies: 7
Views: 3328

Re: Customizing Cataloger to display 7 photos for each item within category

In this part you have add the variables: {section name=numloop loop=$items}         <div class="category_item"><a href="{$items[numloop].link}"><img src="{$items[numloop].image}" title="{$items[numloop].title}" alt="{$items[numloop].title}"/></a><br...
by peterbra
Sat Oct 18, 2008 2:48 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Customizing Cataloger to display 7 photos for each item within category
Replies: 7
Views: 3328

Re: Customizing Cataloger to display 7 photos for each item within category

I suspect that haven't change the [numloop] in sample template so try this for ex.: {$items[numloop].height} I haven't changed anything in category template. Here it goes: {$title} {section name=numimg loop=$image_url_array}{/section} {$notes}   {if $hasnav == 1} {$prev}{$navstr}{$next} {/if}     {...
by peterbra
Sat Oct 18, 2008 2:31 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Customizing Cataloger to display 7 photos for each item within category
Replies: 7
Views: 3328

Re: Customizing Cataloger to display 7 photos for each item within category

Hi! Try to add {$items|print_r} in your category template and the browse to your categorypage. There you will see all avaible variables Well I get this readings: Array ( [image] => http://localhost/cmsms/modules/Cataloger/Cataloger.Image.php?i=branislav-nusic_s_1_80_0.jpg&ac=31703 [image_src] =...
by peterbra
Sat Oct 18, 2008 12:41 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Customizing Cataloger to display 7 photos for each item within category
Replies: 7
Views: 3328

[SOLVED] Customizing Cataloger to display 7 photos for each item within category

Ok, i have an issue which I can't resolve by myself... I am using cataloger to catalog peoples which will act in some movies... I have following categories of page 1. Man 2. Woman both have sub-sections: 1.1. From 18-30 years 1.2. From 18-30 years 1.3. From 18-30 years 2.1. From 18-30 years 2.2. Fro...
by peterbra
Sat Oct 18, 2008 10:46 am
Forum: Layout and Design (CSS & HTML)
Topic: cataloger ghost item images
Replies: 3
Views: 2077

Re: cataloger ghost item images

THANKS A LOT MATE ! - nice solution  ;D
by peterbra
Sat Dec 08, 2007 1:56 pm
Forum: CMSMS Core
Topic: [SOLVED] Front End User Management
Replies: 4
Views: 1739

Re: Front End User Management

Most of the time I am speaking to myself :)

Anyway I solved the issue by deleting all users and via MASS-MAIL I asked them to re-join the site with same credentials and I changed the encryption method in PHP....

Time-consuming for users, but I saw no other way !
by peterbra
Sat Dec 08, 2007 12:07 pm
Forum: CMSMS Core
Topic: [SOLVED] Front End User Management
Replies: 4
Views: 1739

Re: Front End User Management

Does anyone knows how to change the password encryption  ???

Can I the password field to be unencrypted ???
by peterbra
Sat Dec 08, 2007 8:43 am
Forum: CMSMS Core
Topic: [SOLVED] Front End User Management
Replies: 4
Views: 1739

Re: Front End User Management

Hey, thanks for help, I found it :)

Table name where user and pass are stored: cms_module_feusers_users
Pass is indeed MD5 enconded.....
by peterbra
Fri Dec 07, 2007 9:16 pm
Forum: CMSMS Core
Topic: [SOLVED] Front End User Management
Replies: 4
Views: 1739

[SOLVED] Front End User Management

Does anyone knows from where Front End User Management reads information ? I need following details where it keeps data stored: Database Name (does it have separate DB?) Table Name (whats the name of the table within the DB) Username Field Name (for registered users) Password Field Name (for registe...

Go to advanced search