Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation in Magento causes error in LitleOnline.php #16

Open
GregDake opened this issue Apr 7, 2014 · 1 comment
Open

Compilation in Magento causes error in LitleOnline.php #16

GregDake opened this issue Apr 7, 2014 · 1 comment

Comments

@GregDake
Copy link
Contributor

GregDake commented Apr 7, 2014

Whenever we have Compilation enabled in Magento, we get this error when we try to use anything in the admin or frontend that involves Litle. Can you help us fix that? Thanks.

E_COMPILE_ERROR: require_once(): Failed opening required 'Litle/LitleSDK/LitleOnline.php' (include_path='/var/www/ibox/includes/src:.:/usr/share/pear:/usr/share/php')

@amitvig22
Copy link
Contributor

There is a quick fix for this.

On your magento server copy the LitleSDK folder, the path is : magento/app/code/local/Litle/LitleSDK

Copy the contents to the magento includes dir, the destination should be : magento/includes/src/Litle

This will fix the file tree and compilation will succeed.

We are looking into why the file tree fails and how we can resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants