Search found 8 matches

by coupet
Sat May 03, 2008 10:56 pm
Forum: Modules/Add-Ons
Topic: Search Engine Friendly URLS with News Module
Replies: 77
Views: 48133

Re: Search Engine Friendly URLS with News Module

Pierre M. wrote: Hello all,

what about trying new News 2.7 with CMSms 1.2.4 ?

Pierre M.
Excellent idea, I would add: Updating latest cvs News module version to include suggested patch.

Thanks, Darly
by coupet
Fri Feb 15, 2008 3:47 pm
Forum: General Discussion
Topic: [SOLVED] Pretty URL & Hierarchy error
Replies: 11
Views: 4089

Re: Pretty URL & Hierarchy error

@ Pierre, Exactly right!

Requirements
-------------------
PHP 4.3+

    * 4.3.3+ required for pretty URL's
    * Working PHP sessions
    * PHP Tokenizer support

Darly
by coupet
Fri Feb 15, 2008 12:02 am
Forum: General Discussion
Topic: [SOLVED] Pretty URL & Hierarchy error
Replies: 11
Views: 4089

Re: Pretty URL & Hierarchy error

FTP (Filezilla) latest version.
Reuploaded all distribution files.

Error occurs when I enable hierarchy in config.php
$config['use_hierarchy'] = true;

Error disappear when I disable hierarchy in config.php
$config['use_hierarchy'] = false;

Note: Everything else works (Admin & Front-end)

Darly
by coupet
Tue Feb 12, 2008 6:16 pm
Forum: General Discussion
Topic: [SOLVED] Pretty URL & Hierarchy error
Replies: 11
Views: 4089

Re: Pretty URL & Hierarchy error

Everything works except Pretty URLs hierarchy. PHP Version 4.3.2 Configuration PHP Core Directive Local Value Master Value allow_call_time_pass_reference On On allow_url_fopen On On always_populate_raw_post_data Off Off arg_separator.input & & arg_separator.output & & asp_tags Off Of...
by coupet
Tue Feb 12, 2008 4:35 pm
Forum: General Discussion
Topic: [SOLVED] Pretty URL & Hierarchy error
Replies: 11
Views: 4089

Re: Pretty URL & Hierarchy error

Google sentence within quotes:
"Warning: Compilation failed: unrecognized character after (? at offset 2 in"

preg_match() issue ?

Darly
by coupet
Tue Feb 12, 2008 3:12 pm
Forum: General Discussion
Topic: [SOLVED] Pretty URL & Hierarchy error
Replies: 11
Views: 4089

Re: Pretty URL & Hierarchy error

Made changes and results follows: http://sitename.tld/cms/page1/subpage1/subsubpage1/ Warning: Compilation failed: unrecognized character after (? at offset 2 in /home/httpd/vhosts/sitename.tld/httpdocs/cms/index.php on line 126 http://sitename.tld/cms/page1/subpage1/ Warning: Compilation failed: un...
by coupet
Tue Feb 12, 2008 2:47 pm
Forum: General Discussion
Topic: [SOLVED] Pretty URL & Hierarchy error
Replies: 11
Views: 4089

Re: Pretty URL & Hierarchy error

----- version ----- CMSMS version 1.2.3 ----- .htaccess ----- Options -Indexes Options +FollowSymLinks ErrorDocument 403 /forbidden403.shtml RewriteEngine on RewriteBase /cms #RewriteBase /cms/ ***both work # 301 Redirect all requests that don't contain a dot or trailing slash to # include a trailin...
by coupet
Tue Feb 12, 2008 3:45 am
Forum: General Discussion
Topic: [SOLVED] Pretty URL & Hierarchy error
Replies: 11
Views: 4089

[SOLVED] Pretty URL & Hierarchy error

The page load with the error messages: Warning: Compilation failed: unrecognized character after (? at offset 2 in /home/httpd/vhosts/sitename.tld/httpdocs/cms/index.php on line 126 I get this error message when:   $config['use_hierarchy'] = true; When I change as follows:   $config['use_hierarchy']...

Go to advanced search