When adding a content page, there is the ability to add a page alias, however when adding a section header, there is none. CMSMS 1.6.7 gives an error saying: "Alias must be all letters and numbers". But there is no box under Options to add an alias???
Any ideas on how to solve this dilemma?
Thnks,
Gregor
Edit: The work around is to first add / submit the page as content type. Reopen it and change it to section header and submit the page.
Error: Alias must be all letters and numbers [solved]
Error: Alias must be all letters and numbers [solved]
Last edited by Gregor on Thu Apr 22, 2010 4:17 pm, edited 1 time in total.
Re: Error: Alias must be all letters and numbers
Hi Gregor,
I can confirm this happens in release 1.6.7 and 1.7
Tried this in 1.7.1 beta and it does work there...
Should be fixed then
Grtz. Rolf
I can confirm this happens in release 1.6.7 and 1.7
Tried this in 1.7.1 beta and it does work there...
Should be fixed then

Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Error: Alias must be all letters and numbers
Hi Rolf,
Thanks for confirming
Not all of my site are running the proper php-versie
Gregor
Thanks for confirming

Not all of my site are running the proper php-versie

Gregor
Re: Error: Alias must be all letters and numbers
Gregor
Please check this in the config.php.
By default this is set to true now, perhaps yours is still false...
This way you don't need to fill in a page alias, it will be generated from your page title.
Rolf
Please check this in the config.php.
Code: Select all
#Automatically assign alias based on page title?
$config['auto_alias_content'] = true;
This way you don't need to fill in a page alias, it will be generated from your page title.
Rolf

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Error: Alias must be all letters and numbers
Thnkx Rolf, that one was still set to false. Changed it to true.
Gregor
Gregor