Announcement

#1 2012-02-25 13:06:28

Gdvpixel
Translation Team
2010-11-24
24

Tags and Error 500

Hi, I've made some changes to my gallery and I want to disable Cumulus tag cloud. The problem is that now tags page doesn't work anymore, it only see an internal server error.
I've also tried to reinstall the plugin but it doesn't work.
Could it be related to setting in conifg.inc.php for made cumulus the default? How can I restore the original setting?

Another question:
is there a way to make the menu fixed on stripped theme?

Thanks

Offline

 

#2 2012-02-25 13:14:01

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Tags and Error 500

Gdvpixel wrote:

Could it be related to setting in conifg.inc.php for made cumulus the default? How can I restore the original setting?

What are the settings you changed? (what is the content of your local configuration?)

Gdvpixel wrote:

Another question: [...]

another question = another topic :-)

Offline

 

#3 2012-02-25 18:00:10

Gdvpixel
Translation Team
2010-11-24
24

Re: Tags and Error 500

// full_tag_cloud_items_number: number of tags to show in the full tag// cloud. Only the most represented tags will be shown
$conf['full_tag_cloud_items_number'] = 200;
// menubar_tag_cloud_items_number: number of tags to show in the tag// cloud in the menubar. Only the most represented tags will be shown
$conf['menubar_tag_cloud_items_number'] = 100;
// content_tag_cloud_items_number: number of tags to show in the tag// cloud on the content page. Only the most represented tags will be shown
$conf['content_tag_cloud_items_number'] = 12;
// tags_levels: number of levels to use for display. Each level is bind to a// CSS class tagLevelX.
$conf['tags_levels'] = 5;
// tags_default_display_mode: group tags by letter or display a tag cloud by// default? 'letters' or 'cloud'.
$conf['tags_default_display_mode'] = 'cloud';
// tag_letters_column_number: how many columns to display tags by letter
$conf['tag_letters_column_number'] = 4;//

Offline

 

#4 2012-02-25 19:04:25

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Tags and Error 500

Remove this:

Code:

$conf['tags_default_display_mode'] = 'cloud';

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact