1401
trabis
Re: trabis account has been hacked
  • 2008/9/4 11:31

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


No that are good news! Means that we can trace it!



1402
trabis
What about caching queries?
  • 2008/9/4 11:29

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Some pages on my site do around 100 queries.
Most of this queries are equal and return the same result.
Many of them are simple things like getting the username or groups permissions.

I have made a test hack in mysqldatabase.php to cache all sql results and only make queries that are unique.

This have reduced queries from 100 to 65.

I know that this can have negative impacts as results can become incacurate, for example

querie users online -> 10
update user online -> now become 11
querie users online -> 10(because it returns the result of the first querie)

This example is not important. I was wondering if you can find me a example where this hack could become inconvenient.
If you cannot find one, then we should think in adding this as an core option.



1403
trabis
Re: Post 2.3 RC2 Upgrade, minimal stuff showing
  • 2008/9/4 1:05

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Your theme was pointing to a no exisiting image:
http://www.planesnsuch.com/themes/default/images/logo.gif
But this could be one of the themes you have removed and be stored in your database.

I think system should have regenerated templates_c folder with no need to change the check templates for modifications. It always does so that really is bugging me and lead me to mistake. Sorry.



1404
trabis
Re: Post 2.3 RC2 Upgrade, minimal stuff showing
  • 2008/9/4 0:48

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I don´t buy that, sorry!



1405
trabis
Re: Post 2.3 RC2 Upgrade, minimal stuff showing
  • 2008/9/4 0:35

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I have answered above in case you missed it



1406
trabis
Re: Post 2.3 RC2 Upgrade, minimal stuff showing
  • 2008/9/4 0:33

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


ok, your debug is showing to anoynmous, lol(turn it of)
Your mainfile seems to have a wrong XOOPS_ROOT_PATH
You have an extra www in it.



1407
trabis
Re: Post 2.3 RC2 Upgrade, minimal stuff showing
  • 2008/9/4 0:27

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Be sure templates_c has write permissions. Also, if you have admin access then maybe you could get some debug output.



1408
trabis
Re: Post 2.3 RC2 Upgrade, minimal stuff showing
  • 2008/9/4 0:10

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Have you clean templates_c folder?
Have you check folders write permissions?

if the above does not solve it then:
If you have removed the theme from the directory then you may have to add it again or go to database and get it pointed to the default theme.



1409
trabis
Re: Modules NOT working with XOOPS 2.3
  • 2008/9/3 23:50

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


if( substrXOOPS_VERSION ) > 2.0 ) {
    include 
'myblocksadmin2.php' ;
    exit ;
}


AS I said this kind of check will take 2.3 as 2.2 wich is wrong

Maybe you could replace it by
if( substrXOOPS_VERSION ) > 2.0 && substrXOOPS_VERSION ) < 2.3) {
    include 
'myblocksadmin2.php' ;
    exit ;
}


This was found in admin/myblocksadmin.php



1410
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/3 23:26

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


http://code.google.com/p/xuups/downloads/list?q=label:Featured

I´m releasing it has final but, just to be sure, I would appreciate a light speed testing from you, specially if you are using XOOPS 2.2.x

Thanks.

@php
I do not understand what you mean with "discuss this feature" in the core hacks forum.
To what feature do you refer and why do it in core hacks?




TopTop
« 1 ... 138 139 140 (141) 142 143 144 ... 190 »



Login

Who's Online

227 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 227


more...

Donat-O-Meter

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

Latest GitHub Commits