Code Monkey home page Code Monkey logo

Comments (7)

vojtasvoboda avatar vojtasvoboda commented on June 18, 2024

Hello @Loop-Paul, could you tell me which version of October CMS you are using, which PHP version and some errors you get?

Between version 1.2.7 and 1.3/1.3.1, there are no functional changes, only updates to make it works with October 2.x and PHP 8.

from oc-twigextensions-plugin.

Loop-Paul avatar Loop-Paul commented on June 18, 2024

Afternoon Vojta,

Thanks for getting back to me and please see my notes below in relationship to your questions

  • The version of October CMS is v2.2.34
  • PHP version is 7.3.33
  • In terms of errors, we didnt get any come up, it literally just doesnt update.

Regards and look forward to hearing from you

from oc-twigextensions-plugin.

vojtasvoboda avatar vojtasvoboda commented on June 18, 2024

Could you please try to find something in CMS backend > Settings > Event log, or in /storage/logs/system.log file? At least something we can stick with :-)

from oc-twigextensions-plugin.

Loop-Paul avatar Loop-Paul commented on June 18, 2024

The only thing I could find was examples like this

Symfony\Component\Debug\Exception\FatalErrorException: Allowed memory size of 33554432 bytes exhausted (tried to allocate 327680 bytes) in ......../twig/src/Template.php:399

from oc-twigextensions-plugin.

vojtasvoboda avatar vojtasvoboda commented on June 18, 2024

Hello @Loop-Paul

I just tried to install October 2.2.34 on PHP 7.3.33 with latest Twig Extension and it works:

Screenshot 2022-10-29 v 21 49 36

Below is composer.json I've used:

{
    "require": {
        "php": ">=7.2.9",
        "october/rain": "^2.0",
        "laravel/framework": "^6.0",
        "october/system": "^2.0",
        "october/backend": "^2.0",
        "october/cms": "^2.0",
        "october/media": "^2.0",
        "october/editor": "^2.0",
        "vojtasvoboda/oc-twigextensions-plugin": "1.3.1"
    },
}

To be honest, I wasn't able to install Twig Extension 1.2.7, because there were some dependency problems. So just try to include exactly version 1.3.1, run composer install and on the end don't forget to run:

php artisan october:migrate

from oc-twigextensions-plugin.

vojtasvoboda avatar vojtasvoboda commented on June 18, 2024

One more thing, in the error message you sent me, there is something about 32 MB of memory - from my point of view, it's not much. Maybe try to increase the memory limit for PHP by at least to 128 MB.

I close this issue for now, but I will reopen it, if you will need more help.

from oc-twigextensions-plugin.

Loop-Paul avatar Loop-Paul commented on June 18, 2024

Morning Vojta,

Thanks for getting back to me with your replies and I will look to use this info to see if we can get to the bottom of our issue, many thanks

from oc-twigextensions-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.