Elxis CMS Forum

Extensions => Modules => Topic started by: yiannisK on March 20, 2009, 13:51:41

Title: Shouter, error 404
Post by: yiannisK on March 20, 2009, 13:51:41
When the user "shouts" there is always a 404 error.

Specs:
Module position (left or user5)
Check Install: (no after the 1st installation)
Access: Public frontend (tested for groups, admins, registered etc)
Refresh: manual

The elx_shouter table appears in database!
The problem is also when you click on refresh button

Why? Thanks for your help
Title: Re: Shouter, error 404
Post by: datahell on March 20, 2009, 14:08:14
Link please.
Title: Re: Shouter, error 404
Post by: yiannisK on March 20, 2009, 15:05:29
http://www.mantania.gr (http://www.mantania.gr)
Title: Re: Shouter, error 404
Post by: datahell on March 20, 2009, 20:45:10
The problem is because of the gzip compression and AJAX.

I give you 2 solutions (select the second):

1. Disable gzip

2. Leave gzip as is (enabled) and open index2.php file.
find: require_once ('configuration.php');
Add bellow:
$mosConfig_gzip = '0';
Title: Re: Shouter, error 404
Post by: yiannisK on March 20, 2009, 21:06:01
Thanks John for your reply but it does not work neither with gzip disabled or enabled with this index2.php

Code: [Select]
include_once ('globals.php');
require_once ('configuration.php');
$mosConfig_gzip = '0';
if (file_exists($mosConfig_absolute_path.'/installation/index.php')) {
include( $mosConfig_absolute_path.'/offline.php' );
exit();
}

 i disabled other modules, like accuweather or banner with the embedded flash but nothing
Title: Re: Shouter, error 404
Post by: datahell on March 20, 2009, 21:31:04
Un-publish the weather module, add the "www" prefix in the live site url, disable Itemid preload feature, disable gzip and re-try. If the problem persists send me username/password to your ftp to debug the script.
Title: Re: Shouter, error 404
Post by: StefanSultanov on July 11, 2009, 23:29:50
Hello!
I have the same problem with Shouter.

When on main page it works fine but if I click  to view an article it goes 404.

I'm running it on 2009 Pandora. Currently unpublished.
Title: Re: Shouter, error 404
Post by: datahell on July 15, 2009, 21:39:07
OK, I will try to find some time these days to update the script and fix any issues related to it.
Title: Re: Shouter, error 404
Post by: bully on September 28, 2009, 22:22:25
Hello,

I do have the same issue, however, it does only happen with autonomous pages. It works well with the dynamic generated pages.

Running Pandora upgraded.

Many thanks