Preferences not being saved
Posted: 09 October 2008 12:04 PM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2007-12-02

Hi,
I’ve just started with the tags module and have it working on a development site on my PC - unfortunately whenever I try and make changes to the preferences on a live server they are not being saved, eg. I’m trying to change from ‘Linebreak’ to comma.

Is this permissions related? Where are these preferences stored?

Thanks in advance.
Keith

Profile
 
 
Posted: 09 October 2008 12:05 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  3
Joined  2007-12-02

forgot to say that I’ve tried different browsers and the local PC version always works but the live server (UNIX) doesn’t - there are no javascript errors either.

Profile
 
 
Posted: 09 October 2008 09:07 PM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3257
Joined  2006-10-18

Hey Keith,

I’m not sure why it would be behaving this way, but you can do this to manually override it smile

In config.php, you can manually change this line:

$conf['tag_module_parse'"linebreak";

to this:

$conf['tag_module_parse'"comma";

 Signature 
Profile
 
 
Posted: 10 October 2008 11:46 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  3
Joined  2007-12-02

Thanks - that worked. Forgot to mention I’m running EE1.64 and Tags 2.1.2 and the file permissions on config.php are 666.

If I figure out what the problem is I’ll let you know

Profile