Search:

Type: Posts; User: rawelja

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds; generated 38 minute(s) ago.

  1. Replies
    0
    Views
    2,777

    Contao cache not working. Contao 4.9

    When i enable contao caching on lets say home page and also disable all modules/content elements i still receive on frontend


    Contao-Cache: miss
    Contao-Private-Response-Reason: session-cookie
    ...
  2. Replies
    0
    Views
    723

    Contao preview return 404 page

    Hello,

    Long time no see everyone.

    I updated contao 3.5.40 to 4.12 but there is one problem that when I press on page in site structure it will return page as 404.
    I can open that page...
  3. Replies
    1
    Views
    1,666

    No pages in site structure

    After downloading and connecting existing website on local. I opened it and checked on local. Website works on front.
    Problem is when i try to open site structure, site structure is blank and i...
  4. Thread: Contao blocks

    by rawelja
    Replies
    1
    Views
    1,363

    Contao blocks

    For some reason $this->header return "", module is connected to page in layout so everything is connected.
    Someone know reason?
  5. Replies
    8
    Views
    4,435

    With this "require": {...

    With this
    "require": {
    "contao/core-bundle":"~3.5 || ~4.1" can users with contao 3.5, 4, 4.3,4.4,4.5,4.6 download this module and install it?
  6. Replies
    8
    Views
    4,435

    And what i have to type in tag version? Is there...

    And what i have to type in tag version? Is there something specific that i need to create or add in .json? Some specific requirements so Contao Manager will find my package? How Contao manager know...
  7. Replies
    8
    Views
    4,435

    No. where i need to do that? Or best would be if...

    No. where i need to do that?
    Or best would be if you can to write me what settings i need to apply? I want my module from packagist to be visible to Contao manager?
  8. Replies
    8
    Views
    4,435

    Upload module fro Contao manager

    Is there a way where i can upload my module to packagist and Contao manager can see it and download it. I want my module to bi visible by Contao manager. How can i do this?
    Thanks in advance
  9. Replies
    0
    Views
    3,311

    Custom email html for form generator

    Can i use custom html for emails that are sent with contao form generator? So instead of raw i get formated email with html
  10. Best way to compress js is to use COMBINER....

    Best way to compress js is to use COMBINER. Search code for that
  11. If you want to create a custom module follow...

    If you want to create a custom module follow this:
    https://docs.contao.org/books/cookbook/en/custom-module/part1.html
    To insert into the database, you need to create dca field, update the database...
  12. Again i am late. You can get records from...

    Again i am late. You can get records from database by this code. This is example please search whole project for something similar
    $data= \Database::getInstance()->execute("SELECT * FROM tl_table");
  13. Thread: Form reuse

    by rawelja
    Replies
    0
    Views
    1,715

    Form reuse

    I want to create some kind of pop-up. And I want to use a created form from form generator. Will form work if I cut form from HTML paste on another page and go submit? (I want to use modified version...
  14. If this is not late, you can use module ...

    If this is not late, you can use module terminal42 module "mailusername"
  15. Thread: Help .env

    by rawelja
    Replies
    3
    Views
    2,356

    Ok. But can you explain me usage of .env. How to...

    Ok. But can you explain me usage of .env. How to use it and why
  16. Thread: Help .env

    by rawelja
    Replies
    3
    Views
    2,356

    Help .env

    Can someone explain to me why and how .env file is used?
    I tried to find an answer for Contao, but I couldn't understand it fully
  17. Replies
    6
    Views
    4,206

    Can you explan me what is this "contao ninja"...

    Can you explan me what is this "contao ninja" part? Why to set user nad password for app_dev?
  18. No PHP image processing library is available. Contao 4 requires either the GD, Imagi

    No PHP image processing library is available.

    Contao 4 requires either the GD, Imagick or Gmagick extension to process images.

    Do I have to enable something in php.ini?
  19. Replies
    1
    Views
    1,409

    EDIT: Found that files folders needs to be in...

    EDIT: Found that files folders needs to be in public or at least add .public in folder
  20. Replies
    1
    Views
    1,409

    recreating files symlink in web

    When I click Recreate the symlinks in Maintenance, all symlinks are recreated except files. Can this be fixed somehow?
  21. Replies
    6
    Views
    4,206

    Move Contao via FTP

    I tried to move instalation via FTP but after moving to host error 500 is shown(drag and drop via filezilla). I saw that symlinks doesnt work (they are shown as folders)if filezilla or similar ftp...
  22. Replies
    0
    Views
    1,687

    Emails go to spam

    After sending emails from a register module or form generator, all emails go to spam. Tested with 2 email recipients. Soemone know why emails are sent to spam?
  23. Replies
    3
    Views
    2,671

    Form generator. Contao is 4.4.35

    Form generator. Contao is 4.4.35
  24. Replies
    3
    Views
    2,671

    Disable security question

    Is this checkbox removed from contao 4?
    I cant find this checkbox in formgenerator settings. Can someone tell me where is located?
  25. Edit: I have strange layout of forum i cant paste...

    Edit: I have strange layout of forum i cant paste text under code becase i dont have options in editor. Layout of forum looks like mobile
  26. "name": "contao/managed-edition", "type":...

    "name": "contao/managed-edition",
    "type": "project",
    "description": "Contao Open Source CMS",
    "license": "LGPL-3.0-or-later",
    "authors": [
    {
    "name": "Leo...
  27. Installation request for contao/managed-edition No version set parsed as 1.0.0

    Can someone explain me why this error occurs when i try composer require of some module?
  28. Replies
    0
    Views
    1,619

    Registration process

    When i create registration page in contao there is option to send page for verification. Can someone explain me how contao activate member in backend after registration?

    EDIT:
    How to know which...
  29. Replies
    22
    Views
    290,001

    First Page created in Root is homepage.

    First Page created in Root is homepage.
  30. Replies
    0
    Views
    1,592

    How page is extended

    How we extend page with this code?
    <?php $this->extend('fe_page'); ?>
    And what is printed here

    <?php $this->block('left'); ?>
    <?php if ($this->left): ?>
  31. Thread: Contao SEO

    by rawelja
    Replies
    0
    Views
    1,548

    Contao SEO

    Is there any tips how shouldi seo contao? Where to insert "words", how to seo?
    Thanks
  32. Replies
    0
    Views
    1,381

    I need little guide

    Hi i know this question dont have anything about develeopment but i found this website https://www.proventis.net/en/ and i need little help or guide. I want to create custom webiste from simmilar...
  33. Replies
    2
    Views
    2,467

    Changed php version on contao 3

    After changing php version to 7 and connecting via MySQLi, i can to login backend, change settings. I changed code for undefined function but when i try to open any page, i get white page with 1 js...
  34. Replies
    4
    Views
    3,098

    I checked reader modules before, all active,...

    I checked reader modules before, all active, articles ok. Disabling auto_item fixed problem. :D
  35. Replies
    4
    Views
    3,098

    No, where?

    No, where?
  36. Replies
    4
    Views
    3,098

    News wrong link -404

    After migrating from contao 2 to contao 3.5. After trying to access single news i get 404. before on same link was everything ok. Maybe url in 3.5 is generating differently?
  37. Thread: pages are 404

    by rawelja
    Replies
    2
    Views
    1,519

    Thanks

    Thanks
  38. Thread: pages are 404

    by rawelja
    Replies
    2
    Views
    1,519

    pages are 404

    After updating database from contao 2 to contao 3.5, after i try to open home page or any page i get 404 error even pages are in database or site strucutre. Help?
    I know i ask a lot,sry :d

    Edit:...
  39. Replies
    2
    Views
    1,622

    Starting console as administrator solved problem...

    Starting console as administrator solved problem :D
  40. Replies
    2
    Views
    1,622

    composer package

    After trying to download package via composer i got error :
    [ErrorException]
      symlink(): Cannot create symlink, error code(1314)
  41. Thread: cant log in

    by rawelja
    Replies
    3
    Views
    2,980

    Thanks. Sorry but i need to ask you here. I cant...

    Thanks. Sorry but i need to ask you here. I cant make new post because of ban problem. i tryed to install new module but there is error like contao core version is not set parsed as 1
  42. Thread: cant log in

    by rawelja
    Replies
    3
    Views
    2,980

    cant log in

    After migrating to contao 3 i cant log in. Admin is in database but still login failed, this is in error: E-mail address rejected
    help? thanks
  43. Replies
    2
    Views
    1,552

    I used database dump from live. No i have https...

    I used database dump from live. No i have https in local. I think is because of that. I tryed to migrate livr to local
  44. Replies
    2
    Views
    1,552

    assets, css 404

    After running contao in xampp i get 404 for assets and cs generaly. Some help?
  45. Replies
    2
    Views
    3,000

    Thanks

    Thanks
  46. Replies
    2
    Views
    3,000

    Create new admin user

    I forgot credentials for my admin user.
    So, can i create user via database or i need to do something else?
    This is local test env i need access to backend.
  47. Replies
    1
    Views
    2,267

    Article not showing

    Hi,

    I created page and added some content elements in article. But if i go to page article is invisible, only blank page is showing up. If i click directly on article it will show only article.
    ...
  48. Thread: Empy variable

    by rawelja
    Replies
    0
    Views
    1,532

    Empy variable

    Someone know why this variable is 'empty' ?

    $this->rootNodes

    This variable is used in page selector but for some reason i got array with 0.
    Thans
  49. Thread: Include css

    by rawelja
    Replies
    8
    Views
    5,945

    version: 4.4.19

    version: 4.4.19
  50. Thread: Include css

    by rawelja
    Replies
    8
    Views
    5,945

    Can i somehow import .js file like .css in...

    Can i somehow import .js file like .css in layout?
    .js file is large one so is there any other way or i must to put code in one line?
  51. Warning: Use of undefined constant BE_USER_LOGGED_IN - assumed 'BE_USER..

    After update to 3.5 i got this error incore. Someone know fix to this. thanks

    Error :
    Warning: Use of undefined constant BE_USER_LOGGED_IN - assumed 'BE_USER_LOGGED_IN' (this will throw an Error...
  52. Uncaught TypeError: Cannot read property 'getElementsByTagName' of null

    After update to 3.5 i got this error 'Uncaught TypeError: Cannot read property 'getElementsByTagName' of null'

    In js this is code...
  53. Replies
    2
    Views
    1,494

    fixed

    fixed
  54. fixed

    fixed
  55. Replies
    2
    Views
    1,494

    Countable problem

    After update to 7.2 this error occurs: Warning: count(): Parameter must be an array or an object that implements Countable

    is there any way to fix this?
  56. The module dependencies could not be resolved

    After composer update i get error "The module dependencies could not be resolved."

    Someone know reason why this occurs?

    I got this error:

    => Array
    (
    [0] => core
    )
  57. Replies
    7
    Views
    2,977

    So. i just cant edit file, remove require from...

    So. i just cant edit file, remove require from .json and push to git?(On every build there is contao update)

    Can i juse composer autoload?
  58. Replies
    7
    Views
    2,977

    I want to download package, edit it and keep...

    I want to download package, edit it and keep edited version, not composer one.
    If i composer update it will remove my edited version and replace from composer one
  59. Replies
    7
    Views
    2,977

    I want after composer install. To remove package...

    I want after composer install. To remove package require from composer.json and to have that file in vendor. Composer update delete that folder after i detete require from composre.json.
  60. Replies
    7
    Views
    2,977

    Vendor packages

    I hope someone can help me.

    1. I did the composer install. After that I removed in .json require for that package. But next composer install delete that package. I want to have one version and...
Results 1 to 60 of 126
Page 1 of 3 1 2 3