This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have the following in my .htaccess file | |
``` | |
<IfModule mod_rewrite.c> | |
Options +FollowSymlinks | |
# Options +SymLinksIfOwnerMatch | |
RewriteEngine On | |
RewriteBase / | |
# ------------------------------------------------------------------------------ | |
# | Redirect to top level /index.php to the root (www) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Craft\Exception | |
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The transform “twitterLarge” cannot be found! | |
/home/vagrant/sites/Plowman Craven V4/plowmancraven.co.uk/craft/app/services/AssetTransformsService.php(588) | |
576 { | |
577 return null; | |
578 } | |
579 else if (is_string($transform)) | |
580 { | |
581 $transformModel = $this->getTransformByHandle($transform); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* A field type for YouTube videos | |
* | |
* version 2.0 | |
* | |
* @package default | |
* @author Drew McLellan | |
*/ | |
class PerchFieldType_youtube extends PerchAPI_FieldType |