I finally figured out that the issue was a problem with a php.ini file. My host uses a default php.ini file that all directories ifollow. This points to zend optimizer 3.0 something that displayed the calendar fine. In my root folder there was a php.ini file that only pointed to zend optimizer 1.0 something within my actual public_html folder. I removed the later php.ini file and now the site displays fine. This may just be a work around but it seems to work ok. However, now I won't have the control to change the php.ini file. I will have to look into modifying the php.ini file to see how to change it.
|