Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8802539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:06:43+00:00 2026-06-14T01:06:43+00:00

I am using WAMP server on windows 7 and zend framework 2. I used

  • 0

I am using WAMP server on windows 7 and zend framework 2. I used module ZfcTwig to configure Twig template engine, but i am getting this error:

( ! ) Fatal error: Interface 'Twig_LoaderInterface' not found in
D:\wamp\www\mysocial\libs\ZfcTwig\src\ZfcTwig\Twig\Loader\AbsoluteFilesystem.php on line 10 Call Stack
#   Time    Memory  Function    Location 1  0.0391  140840  {main}( )   ..\index.php:0 2    0.3756  237656  FrBox::Run( )   ..\index.php:15
3   0.7834  282088  Zend\Mvc\Application::init( )   ..\frBox.php:136
4   1.3790  2242488 Zend\Mvc\Application->bootstrap()   ..\Application.php:243
5   1.4070  2541256 Zend\EventManager\EventManager->trigger()   ..\Application.php:146
6   1.4070  2541376 Zend\EventManager\EventManager->triggerListeners()  ..\EventManager.php:208 7   1.4072  2545160 call_user_func ()   ..\EventManager.php:468
8   1.4072  2545176 Zend\Mvc\View\Http\ViewManager->onBootstrap()   ..\EventManager.php:468
9   1.4796  2989624 Zend\Mvc\View\Http\ViewManager->registerViewStrategies( )   ..\ViewManager.php:140
10  1.4796  2989880 Zend\ServiceManager\ServiceManager->get()   ..\ViewManager.php:440
11  1.4797  2990288 Zend\ServiceManager\ServiceManager->create()    ..\ServiceManager.php:442
12  1.4797  2990320 Zend\ServiceManager\ServiceManager->createFromFactory( )    ..\ServiceManager.php:487
13  1.5014  2992816 Zend\ServiceManager\ServiceManager->createServiceViaCallback()  ..\ServiceManager.php:841
14  1.5014  2993072 call_user_func ()   ..\ServiceManager.php:726
15  1.5014  2993096 ZfcTwig\Service\ViewStrategyFactory->createService()    ..\ServiceManager.php:726
16  1.5014  2993184 Zend\ServiceManager\ServiceManager->get()   ..\ViewStrategyFactory.php:13
17  1.5014  2993592 Zend\ServiceManager\ServiceManager->create()    ..\ServiceManager.php:442
18  1.5014  2993624 Zend\ServiceManager\ServiceManager->createFromFactory( )    ..\ServiceManager.php:487
19  1.5022  3000816 Zend\ServiceManager\ServiceManager->createServiceViaCallback()  ..\ServiceManager.php:841
20  1.5023  3001072 call_user_func ()   ..\ServiceManager.php:726
21  1.5023  3001096 ZfcTwig\Service\ViewRendererFactory->createService()    ..\ServiceManager.php:726
22  1.5108  3028320 Zend\ServiceManager\ServiceManager->get()   ..\ViewRendererFactory.php:27
23  1.5108  3028720 Zend\ServiceManager\ServiceManager->create()    ..\ServiceManager.php:442
24  1.5108  3028752 Zend\ServiceManager\ServiceManager->createFromFactory() ..\ServiceManager.php:487
25  1.6081  3035512 Zend\ServiceManager\ServiceManager->createServiceViaCallback()  ..\ServiceManager.php:841 26    1.6081  3035768 call_user_func ()   ..\ServiceManager.php:726
27  1.6081  3035792 ZfcTwig\Service\EnvironmentFactory->createService() ..\ServiceManager.php:726
28  1.6081  3036144 Zend\Loader\StandardAutoloader->autoload()  ..\ServiceManager.php:0
29  1.6082  3036200 Zend\Loader\StandardAutoloader->loadClass() ..\StandardAutoloader.php:217 30    1.6654  3047944 include(
'D:\wamp\www\mysocial\libs\ZfcTwig\src\ZfcTwig\Twig\Loader\AbsoluteFilesystem.php') ..\StandardAutoloader.php:306

Could you help me?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T01:06:45+00:00Added an answer on June 14, 2026 at 1:06 am

    Use composer to install or update module and its all dependencies. There were some changes and for couple of hours module was broken.

    "require": {
    ...
    "zf-commons/zfc-twig": "dev-master",
    
    ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using wamp server on windows. while getting a little bit of data
I am using wamp server 2.0 on Windows XP. Whenever I create a table
I have installed PHP using wamp server in Windows and I have give the
I am using WAMP for my Local Server in Windows 7. I want to
Im using Windows 7, and there I installed apache server in c:\wamp\apache\ , PHP
I want to bake cake php project on Windows system. I'm using wamp server
I'm using the wamp package(Apache server) in my windows xp. After i followed the
I have installed wamp server 2.2 I'm using windows 7 When I am online
Hi I'm new to php mysql development. I'm using wamp server on windows. php5.3.4,
I am using windows 7 and wamp server 2.2, I have installed the wamp

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.