Search:

Type: Posts; User: vini

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,908

    Vue with Contao forms

    What would be the correct approach to use Vue with Contao's forms? I don't care about AJAX, loading and submitting the page in a traditional way is fine. I just want to implement some user-friendly...
  2. If you're using 4.10 with...

    If you're using 4.10 with terminal42/notification_center, and you really have only a couple of emails to choose from – then I would first just try using conditional simple tokens in the recipient...
  3. Yes, I know those composer commands, but it's an...

    Yes, I know those composer commands, but it's an overkill sometimes, e.g. after only changing some translations or palettes config.



    This is the piece of information that I needed. Thank you,...
  4. [4.10] Packages are ignored after clearing cache

    Contao 4.10.4, dev environment.

    After executing console cache:clear, if I run console contao:migrate, it tries to DROP everything from the database, related to the installed extensions, that was...
  5. a couple more links for the history:...

    a couple more links for the history:
    https://github.com/symfony/symfony/pull/10366
    https://tideways.com/profiler/blog/php-session-garbage-collection-the-unknown-performance-bottleneck

    I need...
  6. It seems a really small chance to hit this...

    It seems a really small chance to hit this problem, but now I actually remember, that I had it 2 years ago (C4.4) to the extent that the website was hanging many times throughout the day.
    Applying...
  7. As far as I understand (my German is not very...

    As far as I understand (my German is not very good) – some php processes took very long to respond. From my side it looks like the websites become unresponsive for some minutes, which leads to...
  8. It is a rare and obscure problem indeed. ...

    It is a rare and obscure problem indeed.
    Forgive me for not being clear, it was somewhat a joke about modern PHP versions... I'm actually on php7.2, and 2 years ago (in that other thread) it was...
  9. SessionHandler::gc(): ps_files_cleanup_dir: opendir() failed: Permission denied (13)

    I can't believe it's year 2020, php 7.4 is available, Contao 4.9.2, and I'm still fighting this error every once in a while!

    [2020-05-02 20:49:37] request.CRITICAL: Uncaught PHP Exception...
  10. Replies
    2
    Views
    3,469

    SOLVED

    Quick solution:



    # /web/.htaccess

    RewriteCond %{ENV:REDIRECT_APP_ENV} (.+)
    RewriteRule .* - [ENV=APP_ENV:%1]
    RewriteRule ^contao - [ENV=APP_ENV:prod]
  11. Replies
    2
    Views
    3,469

    Ok, I dig little bit into the code, it looks like...

    Ok, I dig little bit into the code, it looks like ContaoKernel checks the $_SERVER['APP_ENV'] variable, before reading it from the .env file, so I had the idea to set the APP_ENV to 'prod', if the...
  12. Replies
    2
    Views
    3,469

    Separate environments for Frontend and Backend

    When developing for frontend locally, I used to access the frontend per app_dev.php, and backend as normal (in prod environment), because backend is significantly slower in dev environment.
    Is it...
  13. Replies
    2
    Views
    1,642

    yeah, but why suddenly this problem? Also,...

    yeah, but why suddenly this problem?

    Also, doesn't it mean, every time someone access this website, the server will allocate much more memory than it is needed? The problem is only encountered...
  14. Replies
    2
    Views
    1,642

    Can't access Install Tool on C4.8

    I have two Contao 4.8 live installations (4.8.2 and 4.8.4), both on all-inkl, so I'm not really sure, whether it is about the provider or Contao.
    I suddenly can't access Contao install tool...
  15. Replies
    13
    Views
    6,503

    I don’t know exactly, why the file was there....

    I don’t know exactly, why the file was there. It’s highly possible that I messed that up some day. All other installations that I manage don’t have it there.
  16. Replies
    13
    Views
    6,503

    Problem solved. Apparently a .public file should...

    Problem solved. Apparently a .public file should not be present in the /files folder.
  17. Replies
    13
    Views
    6,503

    ...and?

    ...and?
  18. Replies
    13
    Views
    6,503

    270

    270
  19. Replies
    13
    Views
    6,503

    Well... looks like it’s not true. I just did that...

    Well... looks like it’s not true. I just did that and Contao created symlink “files” in the /web folder, and then I got the same error messages.
  20. Replies
    13
    Views
    6,503

    I searched the web and the forum before posting,...

    I searched the web and the forum before posting, and this answer is always appearing. I don't get this solution.
    "/web/files/some-folder" is a real folder, because "/web/files" points to "/files"....
  21. Replies
    13
    Views
    6,503

    The path exists and is not a symlink

    Command contao:symlinks fails with the error «The path "web/files/some-folder" exists and is not a symlink». This happens on one of my contao installations (4.5.14) for reason, that I cannot figure...
  22. Replies
    2
    Views
    1,493

    Of course it's var/logs, sorry for the typo... ...

    Of course it's var/logs, sorry for the typo...


    Hmm... never thought of that... probably it's also the first time I did everything right from the very beginning:)

    Anyway, I can see new log...
  23. Replies
    2
    Views
    1,493

    Contao 4.6 doesn't create log files

    Hello everyone,

    It's my first experience with Contao 4.6 (but I'm familiar with versions 4.5 and earlier) AND with 1und1 hoster (which is now Ionos). So I'm not really sure who to blame:)

    I...
  24. Replies
    8
    Views
    4,413

    This actually worked! Thank you for the idea. ...

    This actually worked! Thank you for the idea.

    Just for the reference:

    1. The filter type is "Custom SQL"

    2. Actual query looks like this:

    SELECT id FROM {{table}} WHERE...
  25. Replies
    8
    Views
    4,413

    There is no "Generate aliases" button in...

    There is no "Generate aliases" button in MetaModels, like in Contao for Pages, for example. So, now the only way to do it is check the "Always save" checkbox in Input screen, and then "Edit multiple"...
  26. Replies
    1
    Views
    1,223

    May be custom routes?

    May be custom routes?
  27. Replies
    8
    Views
    4,413

    In that case – how do I generate the aliases for...

    In that case – how do I generate the aliases for the existing 6000+ records?
    Or any other attribute, for example – combined values?
  28. Replies
    8
    Views
    4,413

    Use id column to build Details link

    Hello,

    Is it possible to use raw table column like `id` to build the "Details" link?
    For example, I have a page with metamodel listing: http://domain.tld/people/

    I want the "Details" link to...
  29. Replies
    2
    Views
    3,448

    Actually, it is... but it contains a lot of other...

    Actually, it is... but it contains a lot of other custom improvements for my own projects... May be I should find time and publish some of it as an extension.

    If you familiar with "Extending...
  30. Replies
    0
    Views
    1,513

    Contao session shared across applications

    I'm developing multiple sites on my local host using Symfony WebServer Bundle (so, the browser probably sees them as one, because the host is always 127.0.0.1:8000).
    Now, I'm getting the session...
  31. Replies
    2
    Views
    3,448

    Isotope + Content elements + Changelanguage

    Hi,

    I'm trying to use content elements in Isotope Product (similar to what is described here).
    I managed to do it, now my Products have content elements, like in Article module.

    Now, how do I...
  32. Check for requested domain in autoload.php in multisite installation

    Hello,

    I have a multisite installation with Contao 3.5.*
    I wanted to load different classes in my module in config/autoload.php based on the requested domain.



    if...
  33. Replies
    1
    Views
    2,983

    changelanguage + event_manager

    Is anybody using event_manager extension with changelanguage?
    I keep getting "You must not have more than one auto_item parameter" error when I try to go to an event's page.
  34. Replies
    2
    Views
    1,321

    Done. Same problem.

    Done. Same problem.
  35. Replies
    2
    Views
    1,321

    SOAP-ERROR on local machine, Contao 3.5.28

    Hello everyone,

    I can't access Extension Respository on my fresh local installation (Contao 3.5.28, OS X 10.11.6, MAMP 3.4), getting this error:

    SOAP-ERROR: Parsing WSDL: Couldn't load from...
  36. Thread: SCSS and SASS

    by vini
    Replies
    1
    Views
    1,571

    SCSS and SASS

    Hello,

    I just want to make it clear for myself – I can use .scss files directly with Contao (as an external stylesheet), but not .sass? File picker doesn't see my .sass files, and from what I get...
  37. Replies
    2
    Views
    5,343

    That was quick and helpful. Thanks, Spooky!

    That was quick and helpful. Thanks, Spooky!
  38. Replies
    2
    Views
    5,343

    A way to disable an extension?

    Hi,

    Is there a native/simple way to temporarily disable an installed extension without uninstalling it?
  39. Replies
    1
    Views
    1,147

    Trouble updating database

    I just have updated Contao to 2.10.3 from TYPOlight 2.7 manually, and stuck on updating the database.
    Installer says, "The database is not up to date!" but doesn't offer any options, and the button...
Results 1 to 39 of 39