Back to top

Autore Topic: module is not working  (Letto 2144 volte)

Offline cotsos

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
module is not working
« il: 25 Gen 2010, 00:53:01 »
hello, my italian is not so good so I can not find out if there is an answer to my problemo here.

My problem is that the module is not working, it does not show anything, I have the latest version of the component and module and I try to use the image rotator in the module.

any help would be appreciated

gracia

Offline marco_g

  • Appassionato
  • ***
  • Post: 650
  • Sesso: Maschio
    • Mostra profilo
Re:module is not working
« Risposta #1 il: 25 Gen 2010, 09:24:02 »
This problem is usualy in 1.5.15 version.
To resolve, you have only one way at moment.
Do you have to change this code in htaccess files

<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy all
</Files>

in this other one

## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files

Excuse me if my englis was not wery good, by

Offline cotsos

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Re:module is not working
« Risposta #2 il: 25 Gen 2010, 16:36:43 »
i applied what you said but the problem is not fixed! any idea?

thank you

Offline marco_g

  • Appassionato
  • ***
  • Post: 650
  • Sesso: Maschio
    • Mostra profilo
Re:module is not working
« Risposta #3 il: 25 Gen 2010, 16:48:16 »
If is not fixed on this way, i don't know.

Try to post a link of your webside.

Offline cotsos

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Re:module is not working
« Risposta #4 il: 25 Gen 2010, 22:11:10 »
OK, it worked. thank you.

Offline FuzzFuzz

  • Nuovo arrivato
  • *
  • Post: 3
    • Mostra profilo
Re:module is not working
« Risposta #5 il: 26 Gen 2010, 21:12:17 »
Hi

I got the same problem, The carrousel won't start.
I do get a major error.
I've tried to change the .htacces file, but that didn't help
in permissions, everything is unwritable, accept plugins/content/ozio.php.

If you like, it's all very well visible on http://www.ttpp.nl/index.php?option=com_oziogallery2&view=04carousel&Itemid=5

Thanks in advance and sorry for my non existent italian  ;)

Offline cotsos

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Re:module is not working
« Risposta #6 il: 26 Gen 2010, 22:35:07 »
my htaccess file actually worked with this config

<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
Satisfy all
</Files>

and i had the menus of the component with public access.

try it and see if it works

c

Offline FuzzFuzz

  • Nuovo arrivato
  • *
  • Post: 3
    • Mostra profilo
Re:module is not working
« Risposta #7 il: 26 Gen 2010, 23:04:27 »
Nope, mine looks something like this


########## 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!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy all
</Files>
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%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})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]

you want me to erase all the rest as well?

Offline FuzzFuzz

  • Nuovo arrivato
  • *
  • Post: 3
    • Mostra profilo
Re:module is not working
« Risposta #8 il: 26 Gen 2010, 23:11:49 »
Just did that after making a copy on my hard drve, didn't work neither :(

 



Web Design Bolzano Kreatif