Jump to content

murendie

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by murendie

  1. Here is the apache config. Mod rewrite enbled:

     

    <VirtualHost my.netstreet.co.za:443>

         SSLEngine On

         SSLCertificateFile /etc/apache2/ssl/*.netstreet.co.za.crt

         SSLCertificateKeyFile /etc/apache2/ssl/*.netstreet.co.za.key

         SSLCACertificateFile /etc/apache2/ssl/geotrust.cer

     

         ServerName my.netstreet.co.za

         DocumentRoot "/var/www/Netstreet/my"

         ErrorLog ${APACHE_LOG_DIR}/error.log

     

    <Directory "/var/www/Netstreet/my">

        Options Indexes FollowSymLinks

        AllowOverride All

        Order allow,deny

        Allow from all

    </Directory>

    </VirtualHost>

  2. I can not say from concrete experience, but check parameters for gateway at both sides:

     

    - paymentwall parameters/settings at blesta

    - explore your paymentwall settings at paymentwall website (your account)

    Can you advise on what you changed on blesta excluding the gateway details ??

  3. See below:

    INSTALL PAYMENTWALL FOR BLESTA

    • Download the plugin archive at the top of this page

    Upload the app folder into your Magento root folder using an FTP client of your choice

    Go to Blesta Admin Panel -> Settings at top menus

    Select the tab Company, choose to open Payment Gateways

    Select Available under Payment Gateways section

    Choose Install Paymentwall and fill out all fields

  4. Oh noes!

    SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module_row_id' cannot be null on line 124 in /var/www/Netstreet/my/lib/model.php 

    Printing Stack Trace:

    #0 /var/www/Netstreet/my/lib/model.php(124): PDOStatement->execute(Array)

    #1 /var/www/Netstreet/my/components/record/record.php(225): Model->query('INSERT INTO `se...', Array)

    #2 /var/www/Netstreet/my/app/models/services.php(895): Record->insert('services', Array, Array)

    #3 /var/www/Netstreet/my/plugins/order/models/order_orders.php(389): Services->add(Array, Array, false)

    #4 /var/www/Netstreet/my/plugins/order/models/order_orders.php(252): OrderOrders->addService(Array, Array, Array, NULL)

    #5 /var/www/Netstreet/my/plugins/order/controllers/checkout.php(345): OrderOrders->add(Array, Array)

    #6 /var/www/Netstreet/my/plugins/order/controllers/checkout.php(71): Checkout->createOrder(Array, NULL)

    #7 /var/www/Netstreet/my/lib/dispatcher.php(111): Checkout->index()

    #8 /var/www/Netstreet/my/index.php(21): Dispatcher::dispatch('/index.php/orde...')

    #9 {main}

     

×
×
  • Create New...