Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Adding logo to PDF?? #5500
    DivaVocals
    Member

    Thanks.. Just a suggestion, it might be useful to include this information in the readme for the plugin..

    in reply to: Errors with latest version #5479
    DivaVocals
    Member

    Using the VERY latest versions of your plugin and WordPress. My PHP Version is 5.2.13

    in reply to: Errors with latest version #5473
    DivaVocals
    Member

    Found the answer myself.. These threads on two other forums gave me the nudge in the right direction:

    http://codeigniter.com/forums/viewreply/574249/

    http://drupal.org/node/552882#comment-2121560

    So I made the following change

    On line 1056 find this:

    require_once “lib/dompdf_config.inc.php”;

    Change to this:

    require_once “lib/dompdf_config.inc.php”;

    spl_autoload_register(‘DOMPDF_autoload’);

    ===================================================

    No more error, and the invoices generate correctly..

    Only thing left to do is to figure out how to update the invoice logo to include my logo instead of the red “X” of death.. Gonna work on the invoice formatting too.. The current format leaves a lot to be desired..

Viewing 3 posts - 1 through 3 (of 3 total)