Jump to content

millipedeman

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by millipedeman

  1. Also, PHP errors for this directory

    [30-Sep-2014 18:48:27 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension: cannot open shared object file: No such file or directory in Unknown on line 0
    [30-Sep-2014 18:48:47 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension: cannot open shared object file: No such file or directory in Unknown on line 0
    [30-Sep-2014 18:48:48 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension: cannot open shared object file: No such file or directory in Unknown on line 0
    [30-Sep-2014 18:51:45 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension: cannot open shared object file: No such file or directory in Unknown on line 0
    [30-Sep-2014 18:53:59 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension: cannot open shared object file: No such file or directory in Unknown on line 0
    [30-Sep-2014 19:36:30 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension: cannot open shared object file: No such file or directory in Unknown on line 0
    [30-Sep-2014 19:36:32 America/New_York] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/pdo_mysql.soextension: cannot open shared object file: No such file or directory in Unknown on line 0
    
    
  2. Hello there! I recently installed Blesta, which worked completely fine. Then, my systems administrator ran an update using EasyApache in cPanel, which bumped us up to Apache 2.4.10, and a bunch of other features. Now, when accessing our Blesta installation, we get this:

     

    post-451-0-63308400-1412118252_thumb.png

     

    I looked up the error, it seems to be with the PDO interace in PHP. The problem is, we didn't touch anything with PDO in our EasyApache update, all are still enabled. We're not sure what's going on with this issue.

     

    Thank you!

  3. Try the following:

     

    open /app/models/gateway_manager.php and change (line 244):

     

     

                        if (substr($file, 0, 1) != "." && is_dir(COMPONENTDIR . "gateways" . DS . $file . DS . $gateway)) {

     

    to:

     

     

                        if (substr($gateway, 0, 1) != "." && is_dir(COMPONENTDIR . "gateways" . DS . $file . DS . $gateway)) {

    That did it! Thanks for your help!

  4. No other details, just those two lines. I've only seen this happen on this page.

     

    /components/gateways

    • /lib
    • /merchant
    • /nonmerchant
    • gateways.php

    /components/gateways/merchant

    • /authorize_net
    • /blue_pay
    • /eway
    • /payflow
    • /quantum_gateway
    • /stripe_gateway

    components/gateways/nonmerchant/

    • /_2checkout
    • /google_checkout
    • /offline
    • /paypal_payments_standard
  5. Hey, I'm really liking Blesta 3.0. I'm going to be using it for a startup here. I'd like to setup my Stripe account to work with Blesta, but when I go to Settings > Company > Gateways > Available, I just get a blank white screen. Nothing appears and the title bar doesn't change. I don't see this happening on other pages. What can I do?

     

    Thank you!

×
×
  • Create New...