Then there's something else going on. Switch to crystal, if it works there, then you have to revert every template in your skin one by one until you find out which one it is which is breaking things
Revision 859: Google Maps updated to v3, some finance fixes20 January 2010, 1:13 pmGoogle Maps updated to v3, some finance fixesSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
I think you're gonna have to do a fresh install, I can't duplicate any of these errors either on the test site, or my dev site.
Can you run:
/install/checkdb.php
and
/install/checkinstall.php
And paste the results in here?
In local.config.php, set DEBUG_MODE to true, and set /core/logs/log.txt file to writeable. And then after a bit see if anything shows up in that file, and then post it here
In your core_htmlhead.tpl file, replace this line:;
<!--<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>-->
<script type="text/javascript" src="http://www.flyaka.com/lib/js/jquery-front.js"></script>
<script type="text/javascript" src="http://www.flyaka.com/lib/js/phpvms.js"></script>
(The jquery-front.js file will be something like "echo $cachefile":
With:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo fileurl('lib/js/jquery.form.js');?>"></script>
<script type="text/javascript" src="<?php echo fileurl('lib/js/jquery-ui.js');?>"></script>
<script type="text/javascript" src="<?php echo fileurl('lib/js/phpvms.js');?>"></script>
That's from the next beta, let see if that helps
Can you switch to the default skin and see? Seems like an old file or module,
http://bugs.phpvms.net/browser/trunk/core/modules/Schedules/Schedules.php?rev=854
Line 79, doesn't exist. I think somehow you're on an older version. Re-upload all your files from scratch
Hmm, that's weird, because that file's not included anymore/was stripped. Do you have a schedule_details.tpl in your skin's folder? If you do, if you remove that, does it show up properly now?
Hmm, if there was an error it should have shown up in the logs. I'll investigate further as well. But yes, that edit may have to do with it. I'm not sure I enabled textfields.