Tips for newbies breaking teeth...

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
kcorey
New Member
New Member
Posts: 4
Joined: Thu Nov 08, 2007 11:36 am

Tips for newbies breaking teeth...

Post by kcorey »

Okay, I'm a bonehead.

Better yet, I should say a stressed-out, no-time-to-read-docs-well, kinda bonehead.

I'd run into two troubles that caused me no end of trouble:
1) CMSMailer failed silently.  Couldn't see a problem, got no error, but the response screen consistently said "error sending message".
2) MovedPages didn't seem to be working at all.

The tips are:

First off, turn on debugging output in the config.php, line 84.  Set it to 'true' and you'll see the SQL queries that are run, and a basic breadcrumb functionality.  Will likely help with problems like #1.

Actually, in my case, I randomly started trying anything I could think of to cause any change in behavior.  Finally, I got around to changing the method of sending emails from 'SMTP' to 'mail', and it just worked after that.

Secondly, MAKE SURE that you copy the htaccess.txt in the docs directory to .htaccess in the root directory of the CMSms installation.  That was the trick that made MovedPages (and custom 404 error pages) actually work for me as advertised.  Tre cool, now that they are working!

Hope this helps someone new like me!

-Ken
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Tips for newbies breaking teeth...

Post by calguy1000 »

Unfortunately, PHPMailer, the class that CMSMailer is wrapped around doesn't give  many error messages.  There isn't much we can do about it.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Pierre M.

Re: Tips for newbies breaking teeth...

Post by Pierre M. »

Hello Ken,

you have no time to read the documentation, but you have time to share tips/feedback for newbies in the forum. Feel free to share more on the wiki, as all forum users have write access to it.
Have fun with CMSms !

Pierre M.
Post Reply

Return to “CMSMS Core”