Search:

Type: Posts; User: Spooky

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,661

    Post your current nginx config.

    Post your current nginx config.
  2. Replies
    2
    Views
    33,468

    Your task is more related to routing rather than...

    Your task is more related to routing rather than a question of the DCA. There is different ways on how to go about it. One (legacy) way would be to utilize the getPageIdFromUrl hook, in order to...
  3. It is generally not recommended to run...

    It is generally not recommended to run cache:clear without the --no-warmup parameter, as cache:clear will also do a warmup after clearing the cache. But clearing and warming the cache within the same...
  4. This does not work with Contao 4. Your Contao 4...

    This does not work with Contao 4. Your Contao 4 installation needs its own domain.
  5. Again: the DocumentRoot of your VirtualHost for...

    Again: the DocumentRoot of your VirtualHost for your domain needs to point to the /web folder of the Contao installation.
  6. I can only repeat, what I already wrote ;). You...

    I can only repeat, what I already wrote ;). You need to correctly set the DocumentRoot of your Contao 4 installation.
  7. »...

    » https://community.contao.org/en/showthread.php?24785-Specific-problem-with-links-in-index-file-which-point-to-Contao-web-site&p=102920&viewfull=1#post102920

    Currently, this is not the case.
  8. The DocumentRoot of your VirtualHost for your...

    The DocumentRoot of your VirtualHost for your domain needs to point to the /web folder of the Contao installation.
  9. Replies
    14
    Views
    6,434

    You need to find out why this function does not...

    You need to find out why this function does not work for you. I doubt there is a general problem.
  10. Replies
    14
    Views
    6,434

    Did you do...

    Did you do https://community.contao.org/en/showthread.php?24744-Can-t-install-package&p=102817&viewfull=1#post102817 ?
  11. Replies
    14
    Views
    6,434

    There seems to be a problem with the .ini files...

    There seems to be a problem with the .ini files in all your old Contao 3 installations. Try to purge the system/modules, vendor/ and var/cache folder completely and then run a composer update again.
  12. Replies
    14
    Views
    6,434

    Assuming you are using version 3.1.0 of...

    Assuming you are using version 3.1.0 of codefog/contao-news_categories, like you said in your GitHub issue, then your Contao installation is in a broken state, because system/modules/news_categories...
  13. Replies
    17
    Views
    9,585

    You could use the {{date::*}} insert tag for...

    You could use the {{date::*}} insert tag for that. Or you could create a "TIMESTAMP" field in the database with
    TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
  14. Maybe, but the correct solution is to get SSL...

    Maybe, but the correct solution is to get SSL working ;). Which you did anyway :)
  15. Replies
    17
    Views
    9,585

    Via the fieldnames. The "cheap" solution...

    Via the fieldnames.


    The "cheap" solution would be to create a hidden input field and fill it with the {{user::id}} insert tag. A more robust way would be to use a Form Hook.
  16. You should never disable the SSL verification,...

    You should never disable the SSL verification, this is a very, very bad idea.
  17. Replies
    17
    Views
    9,585

    Hm, this should work. Are there no errors?

    Hm, this should work. Are there no errors?
  18. Replies
    17
    Views
    9,585

    As already said, this is already possible with...

    As already said, this is already possible with the form generator of Contao.

    There is one extension that can help you: https://github.com/fritzmg/contao-store-uuid
    This automatically transforms...
  19. Replies
    17
    Views
    9,585

    This is something you can do without any...

    This is something you can do without any additional coding via the form generator. You simply have to create a suitable table in your database and save the form input into that table (there is a...
  20. Replies
    17
    Views
    9,585

    Please provide more detail about what you want to...

    Please provide more detail about what you want to do - or what the purpose of your application is exactly.
  21. Replies
    11
    Views
    5,582

    You could read the documentation - however, it is...

    You could read the documentation - however, it is in a somewhat deteriorated state and does not provide you with the latest information and best practises. We are currently working on an overhaul of...
  22. Replies
    11
    Views
    5,582

    You were asking "if there is any chance to see...

    You were asking "if there is any chance to see the files of the extensions?". Why do you need that? The files of each installed package are in your vendor/ directory. You should not edit these files.
  23. Yes, e.g. extension = gd2.soThe exact...

    Yes, e.g.
    extension = gd2.soThe exact configuration depends on your hosting environment.
  24. Replies
    11
    Views
    5,582

    What do you mean by that?

    What do you mean by that?
  25. Replies
    3
    Views
    1,673

    Yes, you should not create any symlinks yourself...

    Yes, you should not create any symlinks yourself (at least not for files or other system directories used by Contao). Contao will generate the symlinks for you (provided you have folders within files...
  26. Replies
    8
    Views
    3,260

    You need to use the Cloud Resolver.

    You need to use the Cloud Resolver.
  27. Replies
    8
    Views
    3,260

    If you are trying to install it into Contao 4.4,...

    If you are trying to install it into Contao 4.4, then yes, you need to choose "4.0.*" as the version requirement.
  28. Replies
    8
    Views
    3,260

    This seems unrelated to the current thread.

    This seems unrelated to the current thread.
  29. Replies
    8
    Views
    3,260

    As far as I can see, you need Contao >=4.6.4,

    As far as I can see, you need Contao >=4.6.4,<4.7 for the current version of the official demo.
  30. Replies
    3
    Views
    2,671

    There is no option like that in any Contao 3 or 4...

    There is no option like that in any Contao 3 or 4 for the form generator. In order to have a security question, you need to add that form field to the form generator. Keep in mind that Contao 4 uses...
  31. Replies
    3
    Views
    2,671

    Which module are you referring to?

    Which module are you referring to?
  32. Replies
    42
    Views
    24,830

    You must not put anything in the /assets folder....

    You must not put anything in the /assets folder. This is a system folder, containing automatically generated or installed assets.

    Your own CSS, image and JavaScript files need to be put somewhere...
  33. First you need to update to Contao 2.11.17 though.

    First you need to update to Contao 2.11.17 though.
  34. Replies
    2
    Views
    1,622

    "Error Code 1314 - A required privilege is not...

    "Error Code 1314 - A required privilege is not held by the client."

    Do you have sufficient rights to create symlinks?
  35. Replies
    13
    Views
    6,503

    https://github.com/contao/contao/issues/286

    https://github.com/contao/contao/issues/286
  36. Replies
    13
    Views
    6,503

    Interesting, I did not know that works. I think...

    Interesting, I did not know that works. I think that's a Contao bug. I'll test and report accordingly.
  37. Replies
    6
    Views
    4,443

    Oh, I thought you needed it for the root. Then...

    Oh, I thought you needed it for the root. Then you need a RewriteCond or RewriteRule, that excludes the whole files folder from the rewriting - or you add RewriteCond %{REQUEST_FILENAME} -d
  38. Replies
    6
    Views
    4,443

    May be something like RewriteRule ^$...

    May be something like
    RewriteRule ^$ %{ENV:BASE}/index.html [L]after
    RewriteRule ^(.*) - [E=BASE:%1]
  39. Replies
    6
    Views
    4,443

    This is the complete .htaccess of a Contao 4.4.33...

    This is the complete .htaccess of a Contao 4.4.33 installation:
    <IfModule mod_headers.c>
    # Allow access from all domains for webfonts (see contao/core-bundle#528)
    <FilesMatch...
  40. Replies
    13
    Views
    6,503

    Please post the output of ls -lawithin your...

    Please post the output of
    ls -lawithin your Contao installation's web/ folder.
  41. Replies
    13
    Views
    6,503

    "/web/files" should not point to "/files"....

    "/web/files" should not point to "/files". "/web/files" should be a physical folder. Contao creates the symlinks inside of "/web/files". Delete "/web/files" and then run composer install again.
  42. Replies
    6
    Views
    3,299

    This can be done via Extensions. However, this...

    This can be done via Extensions. However, this feature wil be available without any Extensions with the next Contao Version (4.7). The "slug" can already be edited.



    How exactly does this work?...
  43. Replies
    6
    Views
    3,299

    What kind of "optimization" does Yoast do?

    What kind of "optimization" does Yoast do?
  44. Replies
    6
    Views
    3,299

    I don't know what Yoast is or does. What exactly...

    I don't know what Yoast is or does. What exactly do you need?
  45. As already said, just edit and save your page...

    As already said, just edit and save your page layouts.
  46. Replies
    2
    Views
    1,434

    https://github.com/contao/contao/issues/238

    https://github.com/contao/contao/issues/238
  47. Great :)

    Great :)
  48. Post your complete parameters.yml but without any...

    Post your complete parameters.yml but without any SMTP and database username and passwords (!).
  49. Yes :)

    Yes :)
  50. The "easiest" solution would be to configure an...

    The "easiest" solution would be to configure an SMTP server in your parameters.yml
  51. Replies
    1
    Views
    10,263

    That should not be necessary. Those files should...

    That should not be necessary. Those files should be autoloaded already.
  52. Thread: Include css

    by Spooky
    Replies
    8
    Views
    5,945

    Then you can simply add JavaScript files in your...

    Then you can simply add JavaScript files in your page layout.

    Also you should update to the most recent Contao 4.4 version.
  53. Thread: Include css

    by Spooky
    Replies
    8
    Views
    5,945

    Which Contao version are you using?

    Which Contao version are you using?
  54. Thread: Quick Question

    by Spooky
    Replies
    2
    Views
    2,224

    Set the alias to "index". This will generate an...

    Set the alias to "index". This will generate an URL without its alias for that page.
  55. The database credentials are set in the Contao...

    The database credentials are set in the Contao Install Tool. A back end login account will also be created during the Contao Install Tool.
  56. Replies
    2
    Views
    2,217

    The files are not copied. The images would be...

    The files are not copied. The images would be created there. Looks like a permission issue.
  57. /contao/install is a route, not a physical folder...

    /contao/install is a route, not a physical folder or file.

    What problem do you experience exactly right now?
  58. Yeah, the English forum is not in a good state. ...

    Yeah, the English forum is not in a good state.

    Post the error message to pastebin and then post the link to pastebin here.
  59. Replies
    2
    Views
    1,619

    Presumably this is within a Contao 3 extension?

    Presumably this is within a Contao 3 extension?
  60. Replies
    2
    Views
    1,494

    You need to post the full stack trace from...

    You need to post the full stack trace from app_dev.php
Results 1 to 60 of 346
Page 1 of 6 1 2 3 4