mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #76] Smarty problem #57
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danushk on GitHub (Mar 27, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/76
i started to install with
composer create-project opensolutions/vimbadmin
and after composer install , there was an issue with smarty , it was fixed by following the guide at https://code.google.com/p/smarty-php/issues/detail?id=168 ,
but after that , i got the following error , i am running nginx with php-fpm 5.5.3
Fatal error: Class 'Smarty' not found in /usr/local/vimbadmin/vendor/opensolutions/oss-framework/src/OSS/View/Smarty.php on line 79
seems like an auto-loader issue , but even after composer dump-autoload this error still persists. how to fix this ,
@barryo commented on GitHub (May 20, 2014):
This is a known problem with Smary (see mailing list). Should be fixed in v3.0.8 and a duplicate of #84.