1
angaran
All blocks gone after 2.2.6->2.3.3b upgrade!
  • 2009/9/27 16:07

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


Hi all, I'm testing locally an upgrade from XOOPS 2.2.6 to 2.3.3b. After the process I don't see any blocks on any page. Is there a solution to this problem?

EDIT: is it normal when performing this same update to see "upd-2.0.17-to-2.0.18" as the only already done upgrade? Kinda weird to me.



2
angaran
Re: Stress testing Xoops Mailer
  • 2006/7/24 11:39

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


In fact I'm looking forward for it
But I need a temporary solution until it comes out.

Do you think increasing Max Memory in php.ini can help?
If I change that parameter how can I test without spamming my users? I don't want them to receive lots of "this is a test" mail

Thank you!

P.S.: these are my actual values:

max_execution_time = 30
max_input_time = 60
memory_limit = 8

Any tweak?



3
angaran
Stress testing Xoops Mailer
  • 2006/7/24 10:26

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


Hi,
I'm experiencing some problems with the Evennews module. I have about 1600 users but when I try to send a newsletter the page hangs ( I waited an hour ). Some mail were sent but I don't know if all of them. Also I don't think an hour is needed to send 1600 mails.
So my question is: how can I test mail sending on my virtual server where my site is hosted without spamming my users with test mails?

Thak you!

P.S.: maybe there is a known solution to this problem?



4
angaran
Re: Problem with redirections
  • 2006/6/28 21:05

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


A long time after I looked again to this and found a simple solution. I modified the code like this

if (defined('SID') && (! isset($_COOKIE[session_name()]) || ($xoopsConfig['use_mysession'] && $xoopsConfig['session_name'] != '' && !isset($_COOKIE[$xoopsConfig['session_name']])))) {
if (
SID){
            if (!
strstr($url'?')) {
                
$url .= '?' SID;
            } else {
                
$url .= '&'.SID;
            }
}
}


So I added a little check to see if SID has a true value. This way the "?" is not added if SID is an empty string.



5
angaran
Re: Simplified URLs Hack
  • 2006/6/20 10:29

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


Thank you! Now it works well.



6
angaran
Re: Simplified URLs Hack
  • 2006/6/18 15:54

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


Is this hack compatible with Smartsection own SEO?



7
angaran
Re: Problem with redirections
  • 2006/4/26 13:24

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


My supposition was exact. That is the code snipet responsible of the problem. I have made a workaround disabling personalized sessions. Is there any disadvantage from this?



8
angaran
Re: Problem with redirections
  • 2006/4/24 20:46

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


Up!



9
angaran
Re: Problem with redirections
  • 2006/4/23 14:59

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


I think the problem is here in te functions.php file in the redirect_header function.

if (defined('SID') && (! isset($_COOKIE[session_name()]) || ($xoopsConfig['use_mysession'] && $xoopsConfig['session_name'] != '' && !isset($_COOKIE[$xoopsConfig['session_name']])))) {
        if (!
strstr($url'?')) {
            
$url .= '?' SID;
        } else {
            
$url .= '&'.SID;
        }


Anyway, SID it's not appended to $url.



10
angaran
Re: Problem with redirections
  • 2006/4/23 13:18

  • angaran

  • Not too shy to talk

  • Posts: 103

  • Since: 2003/8/17


No, I don't even have a .htaccess file.
I have checked the mainfile but it's correct.
Any other guess?




TopTop
(1) 2 3 4 ... 8 »



Login

Who's Online

158 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 158


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits