Thursday, April 29, 2010

Plugins in 1.3

Hi,

Do plugins in cake1.3 need to be configured like it shows in the new
bootstrap file even if they are in the standard /app/plugins folder?

My $html->css links no longer find the files stored in the /app/
plugins/status/vendors/css folder.


also, this:

$.get("/status/google_analytics/<?php echo $options ?>/" + $("#<?php
echo $key ?>-span").val(), function(data) {
$("#<?php echo $key ?>").html(data);
});

creates some sort of wierd redirect blank screen after flashing up
something momentarily. i think because it can't find the file in that
path.

This all worked tickedy boo in 1.2.6 yesterday. so i guess is
something im missing in the upgrade to 1.3

Thanks!

Will

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: