Search found 44 matches

by TimothyFoo
Wed May 09, 2007 6:52 pm
Forum: CMSMS Core
Topic: WYSIWYG Editor Problems
Replies: 30
Views: 87270

Re: WYSIWYG Editor Problems

I have solved this issue. If your server has auto starting of sessions turned off, you need to turn it back on. FCK Editor needs a session in order to browse the server. Add the following to your php.ini... setting session.auto_start = 1 I actually discovered this working on a .Net application, wher...
by TimothyFoo
Sat Apr 21, 2007 4:02 am
Forum: CMSMS Core
Topic: WYSIWYG Editor Problems
Replies: 30
Views: 87270

Re: WYSIWYG Editor Problems

@Blikkie

That doesn't seem to work for me.

I have tried all of suggestions so far and even went so far as to try a fresh install of 1.0.5.

I am still getting the same error.

Does anyone have any other ideas?
by TimothyFoo
Wed Apr 18, 2007 7:42 pm
Forum: CMSMS Core
Topic: WYSIWYG Editor Problems
Replies: 30
Views: 87270

Re: WYSIWYG Editor Problems

@Nullig "Have you checked the permissions on the folder you're uploading to?" Yes, I've even tried opening it right up, but even browsing the server throws an error, so it's not just write permissions. It doesn't seem to be a permissions problem. "Are your upload paths correct in your...
by TimothyFoo
Tue Apr 17, 2007 5:36 pm
Forum: CMSMS Core
Topic: WYSIWYG Editor Problems
Replies: 30
Views: 87270

Re: WYSIWYG Editor Problems

I should have given more details in my last post, but it was late and I was tired. The part of the original post that is the same at my end, is this: "With FCKEditor, locally on one installation, I have to type in the actual path to the images, if I browse to it, the folder looks empty.  If I u...
by TimothyFoo
Mon Apr 16, 2007 5:36 pm
Forum: CMSMS Core
Topic: WYSIWYG Editor Problems
Replies: 30
Views: 87270

Re: WYSIWYG Editor Problems

I'm having the same problem here. It's just happening on one site, there are a few other sites on the smae server that don't have the issue. Under 1.0.4 I just got an empty folder, but after upgrading to 1.0.5 I now get an error with the title: "the server did not send back a proper XML respons...
by TimothyFoo
Sun Apr 01, 2007 4:28 pm
Forum: CMSMS Core
Topic: Problem with validation in Frontend Users module
Replies: 3
Views: 1294

Re: Problem with validation in Frontend Users module

Thanks Calguy.

It's looking pretty slick. Nice job.
by TimothyFoo
Sun Apr 01, 2007 6:42 am
Forum: CMSMS Core
Topic: Problem with validation in Frontend Users module
Replies: 3
Views: 1294

Re: Problem with validation in Frontend Users module

Dang. I had spent an hour trying to work this one out and as soon as I posted a new top for the problem, I found the "solution". I rolled back from 1.1.3-beta3 to 1.1.3-beta1 and it seems to work fine. Not an ideal solution, but it will work for now. Calguy, you may want to look into this ...
by TimothyFoo
Sun Apr 01, 2007 6:17 am
Forum: CMSMS Core
Topic: Problem with validation in Frontend Users module
Replies: 3
Views: 1294

Problem with validation in Frontend Users module

I'm having trouble with logging in, using the frontend users module. When I enter the login correctly, everything works fine. When I enter an incorrect password, or no text at all, I get the following error: Fatal error: Call to undefined function: _getuserloginform() in /public_html/modules/FrontEn...
by TimothyFoo
Sat Mar 17, 2007 7:44 pm
Forum: CMSMS Core
Topic: adodb MySQL errors
Replies: 2
Views: 1372

Re: adodb MySQL errors

It turns out they also turned off register_globals, when they made the upgrade.

Setting "register_globals = On;" in the php.ini and adding a suPHP_ConfigPath to the .htaccess file fixed it as usual.

I really should have thought of that myself.
by TimothyFoo
Sat Mar 17, 2007 4:10 am
Forum: CMSMS Core
Topic: adodb MySQL errors
Replies: 2
Views: 1372

adodb MySQL errors

I am suddenly receiving adodb/mySQL on all of my sites. I have contacted support at my hosting company and they tell me the servers have recently been upgraded to MySQL 5 Operating system  Linux Apache version  1.3.34 (Unix) PHP version  4.4.4 MySQL version  5.0.27-standard I am receiving the follow...
by TimothyFoo
Sat Dec 02, 2006 2:10 am
Forum: CMSMS Core
Topic: Anchor doesn't work after added {metadata <base href="..."/>} to the template
Replies: 6
Views: 2127

Re: Anchor doesn't work after added {metadata <base href="..."/>} to the templat

In your config.php file, does the following entry have "cms" as one of the folder names?

Code: Select all

#Path to document root. This should be the directory this file is in.
#e.g. /var/www/localhost
$config['root_path'] = '/foldername/foldername/foldername_html/foldername';
by TimothyFoo
Fri Dec 01, 2006 7:32 pm
Forum: CMSMS Core
Topic: SEO in pretty urls
Replies: 1
Views: 1449

Re: SEO in pretty urls

Change the "Page Alias" under the options tab, on the "Edit Page" screen.

Is that what you're looking for?
by TimothyFoo
Wed Nov 29, 2006 5:19 pm
Forum: CMSMS Core
Topic: Moving to new server, images links are still pointing to the old server?
Replies: 8
Views: 2453

Re: Moving to new server, images links are still pointing to the old server?

No problem icammy, you're welcome.

Mark knows a lot more about CMSMS than me. He's probably on the right track with the metadata smarty tag.
by TimothyFoo
Tue Nov 28, 2006 3:34 pm
Forum: CMSMS Core
Topic: I want to send a html mail in newsletter response
Replies: 1
Views: 1088

Re: I want to send a html mail in newsletter response

Don't use css for HTML emails, use old HTML 3.2 style code, as some email clients don't understand css. I'm not sure of the syntax - off the top of my head - but you will probably have to concatenate the HTML portions of the mail (inside string literals) with the content generated by the CMS. Instea...
by TimothyFoo
Tue Nov 28, 2006 3:22 pm
Forum: CMSMS Core
Topic: Moving to new server, images links are still pointing to the old server?
Replies: 8
Views: 2453

Re: Moving to new server, images links are still pointing to the old server?

You're welcome. 1. Well, you could reinstall the CMS on the new server, but select the option for no tables to be created in the database (so your data doesn't get overwritten) That would create a new config.php for you, but I don't think it will really be any quicker. I use a source code editor cal...

Go to advanced search