symphonists / email_postmark

Postmark Email Gateway for Symphony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preferences Screen Blank

TheJester12 opened this issue · comments

On 2.2.5 Installation, can't really use because after activation the preferences screen is blank.

Add php_flag display_errors 1 to your htaccess file to see the full error. Perhaps you are using a later version if this has been updated for Symphony 2.3. Check the compatibility page on the Sym Extensions site for the correct version.

Looks like the version I'm using is correct for 2.2.5, here's the error I'm getting:

Fatal error: Postmark_APIGateway::__construct() [function.require]: Failed opening required '/Users/myusername/Websites/projectname/extensions/email_postmark/lib/postmark-php/Postmark.php' (include_path='.:/Applications/MAMP/bin/php/php5.3.6/lib/php') in /Users/myusername/Websites/projectname/extensions/email_postmark/email-gateways/email.postmark_api.php on line 11

I think I can use Postmark's SMTP for now, so no big deal, just thought I'd let someone know.

From the readme:

The extension includes Markus Hedlund's Postmark PHP class as a submodule. If installing via Git, be sure to do a resursive clone or initialize and update submodules after cloning.

My bad. Closing issue.