Search found 87 matches

by Hare
Sun Sep 28, 2008 1:11 pm
Forum: Modules/Add-Ons
Topic: News module and language bugs (UTF-8)
Replies: 9
Views: 4369

Re: News module and language bugs (UTF-8)

I just thought I'd bump this message because this thing is trivial to fix but may cause serious headache to people who need umlaut characters in the news module admin interface... I just installed 1.4.1 and noticed that this wasn't fixed...
by Hare
Wed Jan 16, 2008 7:52 pm
Forum: [locked] Quality Assurance
Topic: CMSMS Core Bug #1613 Preview function doesn't display additional content blocks
Replies: 6
Views: 8559

Re: CMSMS Core Bug #1613 Preview function doesn't display additional content blo

mark wrote: Have you looked at archiver module?...

http://dev.cmsmadesimple.org/projects/archiver/
I believe I tried it but it was broken? I'll give it a go and see if it works on 1.2.3. Thanks for the tip.
by Hare
Mon Jan 14, 2008 8:24 pm
Forum: [locked] Quality Assurance
Topic: CMSMS Core Bug #1613 Preview function doesn't display additional content blocks
Replies: 6
Views: 8559

Re: CMSMS Core Bug #1613 Preview function doesn't display additional content blo

Thanks for your quick reply Ted. I quess I'll have to learn to live with this (or the users have to learn). I quess I'll need a few extra cron backups to make sure that there's always something to revert to if this doesn't work. We could really use a functioning module that would keep let's say the ...
by Hare
Mon Jan 14, 2008 5:13 pm
Forum: [locked] Quality Assurance
Topic: CMSMS Core Bug #1613 Preview function doesn't display additional content blocks
Replies: 6
Views: 8559

Re: CMSMS Core Bug #1613 Preview function doesn't display additional content blo

Any news regarding this? I just installed 1.2.3 and this is still broken. I'm doing a site with two text columns (blocks) and can't really give editors a chance to mess around without a functioning preview. Since CMSMS doesn't have a "revert to previous page version" feature, there's reall...
by Hare
Sun Sep 16, 2007 3:01 pm
Forum: CMSMS Core
Topic: News pagination broken? (solved)
Replies: 2
Views: 1353

Re: News pagination broken? (solved)

The News content type is deprecated (it says so in News 2.5), and not maintained.  It will be discontinued all together for CMS 2.0 Ok. So why is it still available in current releases? I think it at least should be commented out from current sourcecode if it is deprecated. Having it available as a...
by Hare
Sun Sep 16, 2007 12:55 pm
Forum: CMSMS Core
Topic: News pagination broken? (solved)
Replies: 2
Views: 1353

News pagination broken? (solved)

I have a separate "news" page with "news" type. For some reason the pagination doesn't work. It just displayes the 5 most recent articles. The links come out just fine (page 1/4 > >>) but when opening let's say page 2 the content doesn't change. Here's the url for the "next ...
by Hare
Sun Sep 16, 2007 11:23 am
Forum: CMSMS Core
Topic: Simplest backup procedure
Replies: 15
Views: 16743

Re: Simplest backup procedure

alby wrote: One beer?  ::)

Untested! Try this attach

Alby
Doesn't work. Doesn't output any actual db content, just the table names etc. I just tried it and it erased my whole site during backup restore :)

Of course this was on a dev server so no harm done.
by Hare
Mon Sep 03, 2007 3:42 am
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

Looking at the code to the redirect function in lib/misc.functions.php I would add a debug statement in one of the admin files somewhere that dumps out the value of $_SERVER['PHP_SELF'] and see what it says. also, dump out the value of $_SERVER['REQUEST_URI']; and then after that, do a global dump ...
by Hare
Sun Sep 02, 2007 8:10 pm
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

Ok. I tried with your code clip: Current path: /data/iweb/storage/domain/data/test/admin Old includepath: . New includepath: /data/iweb/storage/domain/data/test/admin:. Didn't help. If I submit a news I'm redirected to Debug is on. Redirecting disabled... Please click this link to continue. http://w...
by Hare
Sun Sep 02, 2007 4:36 pm
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

@Alby

Code: Select all

$_mycurrentpath = getcwd();
$_myincludepath = ini_get('include_path');
ini_set('include_path', $_mycurrentpath.':'.$_myincludepath);

echo "current: $mycurrentpath - include: $myincludepath";
Hmm. The echo is just "current: - include:"
by Hare
Sun Sep 02, 2007 4:04 pm
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

Huge thanks to you guys for your time. @Alby. Didn't work. Now when I press logout it still goes to http://www.domain.com/login.php It should be http://www.domain.com/test/admin/login.php @calguy1000. I'm not sure what makes you think it's a redirection issue. If the redirect function is outputting ...
by Hare
Sun Sep 02, 2007 3:39 pm
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

Culprit or not I really need to get this working. Here's another redirect example. If I click the logout link in the admin frontpage. It goes to the correct page http://www.domain.com/test/admin/logout.php BUT that page has a redirect: redirect("login.php"); For some reason what comes out ...
by Hare
Sun Sep 02, 2007 3:21 pm
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

it's correct, TinyMCE live under /modules You are right. I'm a bit mixed up as I've been debugging this for ages now. Anyway, the tinymce doesn't work. No idea why, but it just doesn't work. On my apache installation it works just fine. For some reason the title in the admin section is also broken ...
by Hare
Sun Sep 02, 2007 3:15 pm
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

I'm still thinking you've got a mod_rewrite or a mod_security issue. I called my host last week and the morons haven't called back. I would change the host but the site owner refuses to do so. Any ideas how to debug this further? Any ideas why the tinyMCE path is incorrect. I'm sure that's not a re...
by Hare
Sun Sep 02, 2007 3:05 pm
Forum: CMSMS Core
Topic: Problem with paths (huge redirect issues)
Replies: 42
Views: 17730

Re: Problem with paths (huge redirect issues)

I just can't get this working. The redirects aren't the only problem. this is what my tinymce path looks like in the admin pages: <__script__ type="text/javascript" src="http://www.domain.com/test/modules/TinyMCE/tinyconfig.php"></__script> it should be ...com/test/admin/modules....

Go to advanced search