Search found 118 matches

by twen88
Thu Jun 02, 2016 1:41 am
Forum: Layout and Design (CSS & HTML)
Topic: section header issue in cssmenu
Replies: 1
Views: 2407

Re: section header issue in cssmenu

ok, fixed it. here is how it gets done: {* CSS classes used in this template: #menuwrapper - The id for the <div> that the menu is wrapped in. Sets the width, background etc. for the menu. #primary-nav - The id for the <ul> .menuparent - The class for each <li> that has children. .menuactive - The c...
by twen88
Sun May 29, 2016 12:42 pm
Forum: Layout and Design (CSS & HTML)
Topic: section header issue in cssmenu
Replies: 1
Views: 2407

section header issue in cssmenu

Hi there, I used section header for my level one menu, and all the items have secondary level. Now, when I am on a subpage, the parent item shows something like ;http://www.mysite.com/# which when clicked on, would take me to the homepage. I want the top menu to stay not clickable, could anyone help...
by twen88
Sat Feb 07, 2015 12:42 am
Forum: The Lounge
Topic: mysqlnd cannot connect to MySQL 4.1+ using the old insecure
Replies: 19
Views: 14719

Re: mysqlnd cannot connect to MySQL 4.1+ using the old insec

Resovled by simplly change this line in config file:

$config['dbms'] = 'mysqli';

to $config['dbms'] = 'mysql';

and that is all.
by twen88
Sat Jan 31, 2015 12:29 pm
Forum: The Lounge
Topic: 【solved】FEU, changing my setting issue.
Replies: 3
Views: 1755

Re: FEU, changing my setting issue.

Thanks for the reminder.
by twen88
Sat Jan 31, 2015 10:33 am
Forum: The Lounge
Topic: Preg replace warning
Replies: 2
Views: 1581

Re: Preg replace warning

are you using php5.5? if so find the html_entity_decode_php4.php and html_entity_decode_utf8.php files in svn to replace your current files.
by twen88
Sat Jan 31, 2015 8:19 am
Forum: The Lounge
Topic: 【solved】FEU, changing my setting issue.
Replies: 3
Views: 1755

Re: FEU, changing my setting issue.

There appear to be an error in the "change the setting" default template.

{elseif $field->type == 8 {* date *}

should be {elseif $field->type == 8} {* date *}
by twen88
Fri Jan 30, 2015 8:50 am
Forum: The Lounge
Topic: 【solved】FEU, changing my setting issue.
Replies: 3
Views: 1755

【solved】FEU, changing my setting issue.

Please help! Got this error messsage when clicking on the "Change my settings" link in FEU. I turn on the debug mode, but no error report on this page. Oops! Sorry, it looks like something went wrong and an error has occurred. Don’t worry, it can happen to any of us. Cms Version: 1.11.11 I...
by twen88
Thu Jan 22, 2015 8:50 am
Forum: Modules/Add-Ons
Topic: {solved}Printing, CMSprint and oldprint issue
Replies: 3
Views: 2199

Re: Printing, CMSprint and oldprint issue

resolved by re-do the upgrade.
by twen88
Fri Jan 16, 2015 2:06 am
Forum: Modules/Add-Ons
Topic: {solved}Printing, CMSprint and oldprint issue
Replies: 3
Views: 2199

Re: Printing, CMSprint and oldprint issue

Thank you calguy, for your response. We will check the error log and see if there is any clue. I did notice that only the $content did not render, and the rest of the code were there: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml...
by twen88
Thu Jan 15, 2015 3:33 am
Forum: Modules/Add-Ons
Topic: {solved}Printing, CMSprint and oldprint issue
Replies: 3
Views: 2199

{solved}Printing, CMSprint and oldprint issue

Hi there, We've upgraded our site to 1.11.11, the printing module stopped working, and I tried the following: 1) {cms_module module='Printing'} with default template result: content not rendering, page shows blank 2) {cms_module module='CMSPrinting' showbutton="true" script="true"...
by twen88
Sun Jan 11, 2015 12:30 pm
Forum: The Lounge
Topic: mysqlnd cannot connect to MySQL 4.1+ using the old insecure
Replies: 19
Views: 14719

Re: mysqlnd cannot connect to MySQL 4.1+ using the old insec

staartmees wrote:I use cmsms 1.11.11 under php 5.6.4 without any problem.
I never doubt a new installation of 1.11.11 will work fine under 5.6.4, it just weired to see this type of errors when upgrading the server from php5.3x to 5.5x.
by twen88
Sun Jan 11, 2015 12:25 pm
Forum: The Lounge
Topic: mysqlnd cannot connect to MySQL 4.1+ using the old insecure
Replies: 19
Views: 14719

Re: mysqlnd cannot connect to MySQL 4.1+ using the old insec

Thank you velden, here is the config info and system info: $config['dbms'] = 'mysqli'; $config['db_hostname'] = 'myhostname.com'; $config['db_username'] = 'username'; $config['db_password'] = 'password'; $config['db_name'] = 'cmsdatabase'; $config['db_prefix'] = 'cms_'; $config['timezone'] = 'Americ...
by twen88
Sun Jan 11, 2015 6:32 am
Forum: The Lounge
Topic: mysqlnd cannot connect to MySQL 4.1+ using the old insecure
Replies: 19
Views: 14719

Re: mysqlnd cannot connect to MySQL 4.1+ using the old insec

The weired thing is that 1)when I switch the site to php5.5, I got this message: Database Connection Failed Error: The server requested authentication method unknown to the client (2054) Function Performed: CONNECT 2) when I use php5.3, everything is fine except some of the CG modules are having som...
by twen88
Tue Jan 06, 2015 11:55 pm
Forum: The Lounge
Topic: mysqlnd cannot connect to MySQL 4.1+ using the old insecure
Replies: 19
Views: 14719

Re: mysqlnd cannot connect to MySQL 4.1+ using the old insec

urheat wrote:@twen88

Did you managed to get the site running again? If so, what did you do?
No, not yet, the hosting ppl have spent a few days so far to resolve this issue but I have not yet seen a conclusion.
by twen88
Sun Dec 28, 2014 7:23 am
Forum: The Lounge
Topic: mysqlnd cannot connect to MySQL 4.1+ using the old insecure
Replies: 19
Views: 14719

Re: mysqlnd cannot connect to MySQL 4.1+ using the old insec

You are correct, I am having exact issue you had right now and working with the hosting ppl to see if this can be resolved. I was trying to upgrade my php from 5.3X to 5.5X and lost the database connection.

Go to advanced search