PDA

View Full Version : error message at the top of "printable calendar" page


flyingMoose
09-12-2005, 09:10 AM
I accidently authorized the wrong URL
Brian quickly issued another one for our correct URL

now
I have an error message at the top of my "printable calendar" page that I want to get rid off

I need to find the path to the printable calendar page
and change that URL
from URL.host.com
to URL.org

hope that makes sense

where is the path set...to open "printable calendar"

anyone?

I've been looking in the php, but havn't spotted it yet
maybe that path is in the calendar admin page somewhere...

thanks again to Brian for quick, excellent support.

flyingMoose
09-13-2005, 02:16 AM
thanks again Brian, calendar is AWESOME
works great

I'm trying to get rid of an error that is appearing at the top of my printable calendar page
if I can change the path that mambo is taking to open printable calendar page
then...I can change the URL to the .org
and the error will go away

when I open the printable calendar
there's an error at the top
If I change the URL: address.hostname.com
to the .org URL that we are using live: address.org
the error goes away, of course

so all I need is to change this path setting
that is opening printable calendar page
with a slighly wrong URL (and an error)

Brian told me to post this question
I"m sure its not very difficult

thanks very much indeed in advance
to anyone who can help
LOVE the calendar

can i add sounds to the rollover?
swf files??

ve9gra
09-13-2005, 05:33 AM
I'll try to have a look at the printable.php. I'll get back to you sometime today.

ve9gra
09-13-2005, 05:00 PM
I just took a look at it and that part is actually fetched from your Mambo configuration.

You're looking for "$mosConfig_live_site" in the configuration.php file. You should be able to just fetch it from your server via FTP, modify it, and then reupload it.

Good Luck.