Search:

Type: Posts; User: xchs

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. This certainly has nothing to do with Contao. ...

    This certainly has nothing to do with Contao. Can you execute any PHP file (such as phpinfo())?

    Just try another local web server stack such as XAMPP or Laragon.
  2. I would try to configure the rights for creating...

    I would try to configure the rights for creating symbolic links for your Windows user (e.g. with Polsedit, see...
  3. Replies
    2
    Views
    1,940

    What's your Contao version? Did you check if...

    What's your Contao version?

    Did you check if all the front end forms have a valid request token (see e.g. https://contao.org/en/news/contao-2_10_RC1.html)?
  4. Could you please post the snippet so we can test...

    Could you please post the snippet so we can test it as well?
  5. Replies
    2
    Views
    3,030

    Seems like it works now. Right?

    Seems like it works now. Right?
  6. Replies
    5
    Views
    2,823

    It should work with PHP 7.3, too. I have...

    It should work with PHP 7.3, too. I have mentioned PHP 7.4 because the other versions are now deprecated.


    "Do not work" means what? What was the console output or the error message?
  7. Replies
    5
    Views
    2,823

    Hi, try to switch to PHP 7.4.

    Hi, try to switch to PHP 7.4.
  8. Replies
    1
    Views
    1,333

    As of Contao 4.11, PHP version 7.3.0 or higher is...

    As of Contao 4.11, PHP version 7.3.0 or higher is required.
  9. Thread: Now, I know...

    by xchs
    Replies
    4
    Views
    3,034

    [emoji1303]

    [emoji1303]
  10. Open the file manager in the Contao back end and...

    Open the file manager in the Contao back end and set all directories which should be publicly accessible to "Public". Contao should then automatically generate the corresponding symlinks from...
  11. Does this block still exist in your .htaccess? ...

    Does this block still exist in your .htaccess?



    # BEGIN cPanel-generated php ini directives, do not edit
    # Manual editing of this file may result in unexpected behavior.
    # To make changes to...
  12. I already told you that a PHP memory limit of 32...

    I already told you that a PHP memory limit of 32 MB is much too low. The problems are pretty much all due to the limited memory. Please increase the PHP memory limit to at least 128 MB (or more).
  13. Furthermore, I would also try to rename your...

    Furthermore, I would also try to rename your current web/.htaccess file to e.g. web/.htaccess.bak and create a new .htaccess file with the following directives only:



    <IfModule mod_rewrite.c>
    ...
  14. Have you tried again to run a package update in...

    Have you tried again to run a package update in the Contao Manager?

    Otherwise, you can also execute these commands (in this order):



    rm -rf var/cache/prod
    php vendor/bin/contao-console...
  15. Please try to increase the PHP memory limit from...

    Please try to increase the PHP memory limit from 32 MB (the current value) to e.g. 128 MB:


    php_value memory_limit 128M

    Maybe you can increase that directly in the cPanel accordingly.
  16. Yeah, that was the missing part from the install...

    Yeah, that was the missing part from the install process.
  17. Please confirm that you have set the...

    Please confirm that

    you have set the DocumentRoot of the domain to the web/ subfolder
    that the web server processes .htaccess files and that the mod_rewrite module is active


    So, you are...
  18. No output? Maybe you've to specify the php...

    No output? Maybe you've to specify the php command, too.

    What do you get if you run the command php -v on the command line?

    Do you get an output if you run

    php vendor/bin/contao-console...
  19. You could try to connect to your webspace via SSH...

    You could try to connect to your webspace via SSH and then run the following command in the Contao root directory:


    vendor/bin/contao-console contao:install-web-dir
  20. Could you please post the full console output?

    Could you please post the full console output?
  21. Replies
    2
    Views
    3,270

    Did you already search the Contao extensions:...

    Did you already search the Contao extensions: https://extensions.contao.org/?q=Reservation&pages=1
  22. Thread: Mobile layout ?

    by xchs
    Replies
    3
    Views
    4,997

    Which Contao version are you using? Instead of...

    Which Contao version are you using?

    Instead of using a desktop and mobile layout, it's better if you do this with media queries in your stylesheet.
  23. Maybe you can do this in the AdminPanel of your...

    Maybe you can do this in the AdminPanel of your hosting environment. Otherwise, you would have to contact your hoster.
  24. Replies
    0
    Views
    1,846

    Contao 4.4.54 is available

    Contao 4.4.54 is available. The update can be done via the Contao Manager or via Composer.

    Also see: Tickets | Version comparison | Change log
  25. Replies
    0
    Views
    1,090

    Contao 4.9.9 is available

    Contao 4.9.9 is available. The update can be done via the Contao Manager or via Composer on the command line.

    Also see: Tickets | Version comparison | Change log
  26. Replies
    0
    Views
    1,118

    Contao 4.10.4 is available

    Contao 4.10.4 is available. The update can be done via the Contao Manager or via Composer on the command line.

    Also see: Tickets | Version comparison | Change log
  27. Hi ga.n, you might want to present your tool in...

    Hi ga.n, you might want to present your tool in the German forum, too? It is no problem at all if you write your posting there in English. You would reach a much bigger audience there.
  28. Sounds really interesting. Will definitely have a...

    Sounds really interesting. Will definitely have a look at it. Well done! Thanks.
  29. Replies
    28
    Views
    11,763

    No, a redirect is not the same as setting the...

    No, a redirect is not the same as setting the DocumentRoot. Please ask your hosting provider where you can change the DocumentRoot of your domain.
  30. Replies
    28
    Views
    11,763

    And why did you do that? You should instead...

    And why did you do that? You should instead restore the web/.htaccess file and not delete another one.


    Then you have still a problem with your DocumentRoot. You'll have to fix this first in...
  31. Replies
    28
    Views
    11,763

    No, why did you remove it? No one told you to...

    No, why did you remove it? No one told you to delete this file. Please restore it. It is necessary to run Contao and part of the installation!

    Please show a screenshot of your folder structure of...
  32. Replies
    28
    Views
    11,763

    The last one is wrong. To run the Contao install...

    The last one is wrong. To run the Contao install tool you have to open it via https://www.example.com/contao/install

    Is there an .htaccess file within your web/ subfolder (be aware this is a...
  33. Replies
    28
    Views
    11,763

    As you can see on your second screenshot you are...

    As you can see on your second screenshot you are trying to open the install tool via https://www.example.com/web/contao/install

    If you have set the DocumentRoot for example.com correctly the the...
  34. Replies
    28
    Views
    11,763

    Did you click on the button "Install tool" in the...

    Did you click on the button "Install tool" in the Contao Manager? If you got an Error 404 then probably your DocumentRoot is not set correctly. The DocumentRoot of your domain must point to the web/...
  35. Replies
    28
    Views
    11,763

    You have misunderstood that. It works perfectly...

    You have misunderstood that. It works perfectly fine, otherwise the Contao Manager would have stopped there (which did not happen, as you can see). The orange icon only means that you have chosen the...
  36. Replies
    28
    Views
    11,763

    The "Custom configuration" option which you had...

    The "Custom configuration" option which you had chosen was perfectly fine.
  37. Replies
    28
    Views
    11,763

    The Contao installation directory must be empty...

    The Contao installation directory must be empty in order to install Contao. So just create a new (empty) folder, create a new subfolder web/ into this folder, put the contao-manager.phar.php into the...
  38. Replies
    28
    Views
    11,763

    You can also see that your settings in the...

    You can also see that your settings in the directory do not work by the fact that PHP version 7.4 is selected in the cPanel, while PHP v7.2.33 is displayed in the PHP info.
  39. Replies
    28
    Views
    11,763

    So this is exactly the reason why the Contao...

    So this is exactly the reason why the Contao Manager does not work.

    It may be necessary to set the PHP settings for this folder separately, but this is something you could ask your hosting...
  40. Replies
    4
    Views
    3,823

    Did you add the tag to the list of...

    Did you add the <script> tag to the list of allowed HTML elements?

    You can also do it as follows:

    Create a file honeybook.html5 in the Contao's templates/ folder and add the code into this...
  41. Replies
    4
    Views
    3,823

    "Code" is the wrong content element to include...

    "Code" is the wrong content element to include JavaScript code, since it only adds a formatted code (with syntax highlighting) to the article (see the Contao manual:...
  42. Replies
    28
    Views
    11,763

    Create a phpinfo.php file in your web/ subfolder...

    Create a phpinfo.php file in your web/ subfolder
    Edit the file and add <?php phpinfo() ?>
    Open the script in your browser: https://example.com/phpinfo.php
    Search for allow_url_fopen in the...
  43. Replies
    28
    Views
    11,763

    Did you also check this in the phpinfo()?

    Did you also check this in the phpinfo()?
  44. Replies
    0
    Views
    1,275

    Contao 4.9.4 (LTS) is available

    Contao 4.9.4 (LTS) is available. The update can be done via the Contao Manager or via Composer on the command line.

    Also see: Tickets | Version comparison | Change log
  45. Replies
    0
    Views
    881

    Contao 4.4.50 is available

    Contao 4.4.50 is available. The update can be done via the Contao Manager or via Composer.

    Also see: Tickets | Version comparison | Change log
  46. Replies
    2
    Views
    1,847

    You might want to check this list of hosters that...

    You might want to check this list of hosters that should work with the Contao Manager and Contao 4: https://github.com/contao/contao-manager/wiki

    I also have personal experience with some of them.
  47. Replies
    3
    Views
    1,701

    Did you use the original web/.htaccess server...

    Did you use the original web/.htaccess server configuration file?
  48. Replies
    0
    Views
    1,657

    Contao 4.9.3 (LTS) is available

    Contao 4.9.3 (LTS) is available. The update can be done via the Contao Manager or via Composer on the command line.

    Also see: Tickets | Version comparison | Change log
  49. Replies
    0
    Views
    1,198

    Contao 4.4.49 is available

    Contao 4.4.49 is available. The update can be done via the Contao Manager or via Composer.

    Also see: Tickets | Version comparison | Change log
  50. What does the All-Inkl support say about this?...

    What does the All-Inkl support say about this? Have you already asked them?
  51. Weird, I never had such a problem with All-Inkl....

    Weird, I never had such a problem with All-Inkl. Do you get this error only with PHP 7.4?
  52. No idea. It's really strange, yeah. But it's good...

    No idea. It's really strange, yeah. But it's good that it's working now.
  53. With PHP 7.1 and 7.2 the Contao Manager is still...

    With PHP 7.1 and 7.2 the Contao Manager is still complaining about the missing functions proc_open and proc_close, respectively?
  54. Okay, looks valid. Do you have the possibility...

    Okay, looks valid.

    Do you have the possibility to switch to another PHP version?
  55. Do you have shell access so you can run php...

    Do you have shell access so you can run

    php web/contao-manager.phar.php test
    ?
  56. Replies
    0
    Views
    1,473

    Contao 4.9.2 (LTS) is available

    Contao 4.9.2 (LTS) is available. The update can be done via the Contao Manager or via Composer on the command line.

    Also see: Tickets | Version comparison | Change log
  57. Replies
    0
    Views
    1,193

    Contao 4.4.48 is available

    Contao 4.4.48 is available. The update can be done via the Contao Manager or via Composer.

    Also see: Tickets | Version comparison | Change log
  58. Replies
    1
    Views
    1,667

    Can you show a screenshot of the page structure...

    Can you show a screenshot of the page structure view?
  59. Replies
    6
    Views
    4,436

    But that's exactly the point: most of the time...

    But that's exactly the point: most of the time you have to enter the custom CSS code into this field anyway, so you can actually write the code also into an external file directly.
  60. Replies
    6
    Views
    4,436

    How do you handle all the new CSS3 features with...

    How do you handle all the new CSS3 features with the internal CSS editor?
Results 1 to 60 of 500
Page 1 of 9 1 2 3 4