[Code Igniter] Unable to locate the specified class: Session.php [SOLVED]

Oct
15

I'm using the Code Igniter, and when executing a controller the page throws "Unable to locate the specified class: Session.php" error.

After much debugging, I found that if you are using identical library name on the controller you may be getting this error.
In my case, I was loading a library called "Sales" in the "Sales" controller. After renaming the controller to "Reports", the problem was solved.

Posted By admin read more

[SOLVED] Centos 8 IonCube install fail

Apr
16

Downloaded the latest IonCube v10.3.9, and followed the instruction to install it. The installation was very simple as follows:

1. Copy the ioncube_loader_lin_7.2.so to the /usr/lib64/php/modules folder.
2. Copy 00-ioncube.ini file in the /etc/php.d folder. The content of the INI file is loading the following:
    zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.2.so
    You may also copy the above line in the /etc/php.ini file instead of copying 00-ioncube.ini file.
3. Restart apache (systemctl httpd restart)

Posted By admin read more

[SOLVED] Code Igniter Route doesn't work

Feb
16

We've installed a new instance of Code Igniter, but no route works except for the default controller.

The main index page works, but nothing else.

We've added the .htaccess file, and it looks goog like this:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

The application/config.config.php file looks good as well.

$config['base_url'] = 'http://'. $_SERVER['HTTP_HOST'].'/screen/';
$config['index_page'] = '';
$config['uri_protocol'] = 'REQUEST_URI';

Posted By admin read more

Avalara for Financial Force on Salesforce

Jul
08

Financial Force accounting package for Salesforce does not calculate Sales Tax on Sales Orders. We have been having a lot of issues with tax related problems on Customer Quotations and Sales Orders within Financial Force objects. The solution was to use another Tax package from Avalara.

Avalara doesn't seem to provide Financial Force integration, so we're tasked to integrate Avalara with Financial Force within Salesforce environment. The following ordered list shows the steps required to complete AvaTax and Financial Force integration.

Posted By admin read more

[SOLVED] Authorize.net Handshake Failure

Mar
05

We use Java AIM version to run credit card transactions through Authorize.net. On 2/28/2018, two of our 4 workstations failed to process credit card with "Handshake Failure" error. We know Authorize.net disabled TLS 1.0/1.1 support on 2/28, so it's highly likely this problem is related.

Posted By admin read more

Salesforce and more than 2 decimal places

Feb
14

Salesforce is capable of storing currency to more than 2 decimal places at the database or API level. We use Financial Force as our accounting package, and uses Purchase Orders, Sales Orders and Sales Invoice for fulfillment and billing purposes. Several of our suppliers uses 3rd or 4th decimal points in the item pricing, and this causes our PO and supplier's Sales Invoice not matching final dollar amounts. Is it possible to use additional decimal points in product pricing?

Posted By admin read more

Salesforce Email Limits

Nov
16

Salesforce limits number of inbound and outbound emails that can be received and sent from Salesforce API or Apex. Here is the summary of email limits imposed on the platform.

Posted By admin read more

[SOLVED] Cannot Upsert Financial Force Sales Invoice Object (No current comany)

Oct
11

We're using the Financial Force for our accounting package within Salesforce, and have written a new class for a change we're implementing which is nothing to do with Sales Invoice object. However, when we tried to deploy the change set, an error occurs on the already deployed trigger on the Sales Invoice object with a working Test Class. The error message on the deployment log shows:

Posted By admin read more

How to backup a directory over network via tar and ssh?

May
01

If you wish to make a backup of a file system between two unix machines, you may use scp command.

Posted By admin read more

How do I find a dual DVI-D (dual link) graphics card for 2560x1440 resolution?

Mar
26

With high-end LCD and LED monitors becoming affordable, I've opted to upgrade my current 21" monitors with a larger 27" capable of displaying 2560 x 1440 resolution. I have a Dell Optiplex 3010 computer which has 1 x VGA and 1 x HDMI (they are only capable of displaying 1920 x 1050 resolution). I've opted to shop for a new graphics card, but it wasn't easy to choose one as descriptions of the products shown on major websites weren't clear enough to ensure compatibility.

Posted By admin read more

Pages

Subscribe to Web Traffic Exchange RSS