Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • drai33 Friend
    #993974

    Hello Joomla Art Team,

    Today I have installed the Purity III Template but:
    I am unable to see the layout module blocks. I’ve also noticed that the Menu blocks are also not showing up under MegaMenu configuration just like module blocks.

    It simply does not show anything to me.

    I’ve checked all right permissions (file-644 and folder-755) = o.k.
    PHP Version 7.0

    I’ve also uninstalled Purity III and T3 Plugin once and installed a complete new one after downloading in from Joomlart.com.
    No customization, still no luck, no layout module blocks, no MegaMenu…

    Would be so happy if you could help me.

    Best regards,
    drai33


    1. Bildschirmfoto-2016-12-12-um-22.33.12
    Pankaj Sharma Moderator
    #994046

    Hi
    Kindly increase the memory limits and max execution time from PHP values .
    Also make sure you do not have an index.html file in the site root .
    Let me know if this helps .

    drai33 Friend
    #994178

    Hello Pankaj Sharma
    Thanks for your advice but unfortunately there is no change to the issue.
    I have increased memory limits and max execution time from PHP values:
    upload_max_filesize = 1000M
    post_max_size = 3000M
    memory_limit = 4000M
    max_execution_time = 600
    max_input_time = 300
    There is also no index.html file.
    Still there are no layout module blocks…
    I am quite frustrated…
    Best regards,
    drai33

    Pankaj Sharma Moderator
    #994186

    Hi
    Kindly send me your site Super user login details with admin Path via Private reply , I will check this directly on your site .
    Regards

    drai33 Friend
    #994324

    Hello Pankaj Sharma
    Thank you for your care.
    In the meantime I found out that my special .htaccess is causing the difficulty.
    If I use the default .htaccess the layout module blocks are shown.
    Maybe you could have a look to my special .htaccess following.
    Do you think I need this special .htaccess, which is a bit old, further on or I should use the default one? Is the default one safe enough?
    Thank you so much for your help!
    Best regards,
    drai33

    ================== special .htaccess ================================

    http://www.joomla-security.de # Version: 2.5v1 (2012-05-19)

    #############################################################################

    This file is free software: you can redistribute it and/or modify

    it under the terms of the GNU General Public License as published by

    the Free Software Foundation, either version 3 of the License, or

    any later version.

    This file is distributed in the hope that it will be useful,

    but WITHOUT ANY WARRANTY; without even the implied warranty of

    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License

    along with this file. If not, see http://www.gnu.org/licenses/.

    #############################################################################

    #################################################

    ADDITIONAL SECURITY FUNCTIONS – START

    #################################################

    Based upon: http://perishablepress.com/press/2009/03/16/the-perishable-press-4g-blacklist/
    and: http://docs.joomla.org/Htaccess_examples

    ESSENTIALS

    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/administrator
    RewriteCond %{HTTP_COOKIE} !JoomlaAdminSession=30035511
    RewriteRule .* – [L,F]
    ServerSignature Off
    Options All -Indexes
    Options +FollowSymLinks

    ########## Begin – RewriteBase

    Uncomment following line if your webserver’s URL

    is not directly related to physical file paths.

    Update Your Joomla! Directory (just / for root)

    RewriteBase /

    ########## End – RewriteBase

    FILTER REQUEST METHODS AND OTHER STUFF

    RewriteCond %{REQUEST_METHOD} ^(TRACE|DELETE|TRACK) [NC,OR]
    RewriteCond %{THE_REQUEST} (\r|\n|%0A|%0D) [NC,OR]
    RewriteCond %{HTTP_REFERER} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
    RewriteCond %{HTTP_COOKIE} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
    RewriteCond %{REQUEST_URI} ^/(,|;|:|<|>|”>|”<|/|\..\).{0,9999} [NC,OR]

    BLOCK SOME USER AGENTS

    RewriteCond %{HTTP_USER_AGENT} ^$ [OR]
    RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget) [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} (winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner) [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} (libwww-perl|curl|wget|python|nikto|scan) [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]

    QUERY STRING EXPLOITS

    RewriteCond %{QUERY_STRING} boot.ini [NC,OR]
    RewriteCond %{QUERY_STRING} tag= [NC,OR]
    RewriteCond %{QUERY_STRING} ftp: [NC,OR]
    RewriteCond %{QUERY_STRING} http: [NC,OR]
    RewriteCond %{QUERY_STRING} https: [NC,OR]
    RewriteCond %{QUERY_STRING} (<|%3C).iframe.(>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} (<|%3C).script.(>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} ^.(%0|127.0). [NC,OR]
    RewriteCond %{QUERY_STRING} ^.((|)|<|>|’|"|?|*|%%|&%%|&"|"). [NC,OR]
    RewriteCond %{QUERY_STRING} ^.(globals|encode|localhost|loopback). [NC,OR]
    RewriteCond %{QUERY_STRING} (;|<|>|’|”|)|%0A|%0D|%22|%27|%3C|%3E|%00).(/*|union|select|insert|cast|set|declare|drop|md5|benchmark) [NC,OR]
    RewriteCond %{QUERY_STRING} ../.. [OR]
    RewriteCond %{QUERY_STRING} (<|>|’|%0A|%0D|%27|%3C|%3E|%00) [NC]
    RewriteRule ^(.
    )$ – [R=404,L]

    ###############################################

    ADDITIONAL SECURITY FUNCTIONS – END

    ###############################################

    #########################################################

    ADDITIONAL JOOMLA! SECURITY FUNCTIONS – START

    #########################################################

    ########## Begin – Rule to block "?tp=1"
    RewriteCond %{QUERY_STRING} tp=(.)
    RewriteRule ^(.
    )$ index.php [F,L]
    ########## End – Rule to block "?tp=1"

    ########## Begin – Rule to block "?templateStyle"
    RewriteCond %{QUERY_STRING} templateStyle=(.)
    RewriteRule ^(.
    )$ index.php [F,L]
    ########## End – Rule to block "?templateStyle"

    ########## Begin – Rewrite rules to block out some common exploits

    If you experience problems on your site block out the operations listed below

    This attempts to block the most common type of exploit attempts to Joomla!

    #

    Deny access to extension xml files (uncomment out to activate)

    <Files ~ ".xml$">

    Order allow,deny

    Deny from all

    Satisfy all

    End of deny access to extension xml files

    Block out any script trying to base64_encode data within the URL.

    RewriteCond %{QUERY_STRING} base64_encode[^(]([^)]) [OR]

    Block out any script that includes a <script> tag in URL.

    RewriteCond %{QUERY_STRING} (<|%3C)([^s]s)+cript.(>|%3E) [NC,OR]

    Block out any script trying to set a PHP GLOBALS variable via URL.

    RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]

    Block out any script trying to modify a _REQUEST variable via URL.

    RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})

    Return 403 Forbidden header and show the content of the root homepage

    RewriteRule .* index.php [F]
    #
    ########## End – Rewrite rules to block out some common exploits

    ########## Begin – File injection protection by SigSiu.net
    RewriteCond %{REQUEST_METHOD} GET
    RewriteCond %{QUERYSTRING} [a-zA-Z0-9]=http:// [OR]
    RewriteCond %{QUERYSTRING} [a-zA-Z0-9]=(..//?)+ [OR]
    RewriteCond %{QUERYSTRING} [a-zA-Z0-9]=/([a-z0-9_.]//?)+ [NC]
    RewriteRule ^(.*)$ – [R=404,L]
    ########## End – File injection protection

    ########## Begin – Disallow PHP Easter Eggs by Nicholas K. Dionysopoulos

    Disallow PHP Easter Eggs (can be used in fingerprinting attacks to determine

    your PHP version). See http://www.0php.com/php_easter_egg.php and

    http://osvdb.org/12184 for more information

    RewriteCond %{QUERY_STRING} =PHP[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12} [NC]
    RewriteRule ^(.*)$ – [R=404,L]
    ########## End – Disallow PHP Easter Eggs

    ########## Begin – Deny access to some files
    RewriteRule ^(htaccess.txt|configuration.php(-dist)?|php.ini)$ – [R=404,L]
    ########## End – Deny access to some files

    #######################################################

    ADDITIONAL JOOMLA! SECURITY FUNCTIONS – End

    #######################################################

    ##############################################

    ADDITIONAL CACHE FUNCTIONS – START

    ##############################################

    Compress the output with Gzip

    AddOutputFilterByType deflate text/html text/plain text/css text/javascript application/javascript application/x-javascript application/rss+xml

    Set the default character set

    AddDefaultCharset utf-8

    Header set Cache-Control “max-age=33135480, public”

    Header set Cache-Control “max-age=604800, public”

    Header set Cache-Control “max-age=216000, public, must-revalidate”

    Header set Cache-Control “max-age=33135480, public”

    ############################################

    ADDITIONAL CACHE FUNCTIONS – END

    ############################################

    #############################################

    CUSTOM HTACCESS FUNCTIONS – START

    #############################################

    Redirect from "domain.com" to "www.domain.com" (uncomment out to activate)

    RewriteCond %{HTTP_HOST} ^([0-9a-z-]+).de$ [NC]

    RewriteRule ^(.*)$ http://www.%1.de/$1 [R=301,L]

    ###########################################

    CUSTOM HTACCESS FUNCTIONS – END

    ###########################################

    ########## Begin – Joomla! core SEF Section
    #
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    #

    If the requested path and file is not /index.php and the request

    has not already been internally rewritten to the index.php script

    RewriteCond %{REQUEST_URI} !^/index.php

    and the request is for something within the component folder,

    or for the site root, or for an extensionless URL, or the

    requested URL ends with one of the listed extensions

    RewriteCond %{REQUEST_URI} /component/|(/[^.]*|.(php|html?|feed|pdf|vcf|raw))$ [NC]

    and the requested path and file doesn’t directly match a physical file

    RewriteCond %{REQUEST_FILENAME} !-f

    and the requested path and file doesn’t directly match a physical folder

    RewriteCond %{REQUEST_FILENAME} !-d

    internally rewrite the request to the index.php script

    RewriteRule .* index.php [L]
    #
    ########## End – Joomla! core SEF Section

    ########## Begin – Error documents
    #
    ErrorDocument 401 "404 Not Found!
    ErrorDocument 403 "404 Not Found!
    ErrorDocument 404 "404 Not Found!
    ErrorDocument 500 "Internal Server Error!
    #
    ########## End – Error documents

    Pankaj Sharma Moderator
    #994420

    Hi .i am not aware about htacess . I only assume some of code is blocking the layout to default. You can ask it to hosting provider so they can look on this issue.

    drai33 Friend
    #994440

    Hello Pankaj Sharma,
    even the layout module blocks are shown now there is still the problem with the Megamenu Toolbox, which is not available.
    Just a blank page with the manu is shown…
    Thank you for help!
    Best regards,
    drai33


    1. Bildschirmfoto-2016-12-14-um-01.45.22
    Pankaj Sharma Moderator
    #994445

    Hi
    For a new topic kindly open a new thread , Also submit all issue details and site details when u submit the thread .
    it also helps other user to search same topic issues .

    Regards

    drai33 Friend
    #994447

    Sorry, I found the way to work with the megamenu. No problem anymore at the moment.
    Thank you for your help!
    Best regards,
    drai33

    Pankaj Sharma Moderator
    #994453

    You are welcome !

    kopetschke Friend
    #996924

    I

    Pankaj Sharma Moderator
    #996927

    Hi @kopetschke
    Kindly open your own thread on forum and add your site details for JA Staff, with issue details.
    Regards

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 11 replies, has 3 voices, and was last updated by  Pankaj Sharma 7 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum