141
skalpa
Re: A basic question about the methods of XoopsUser class
  • 2003/11/28 17:37

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Well, I can't find this message in my version so I'm not sure what methods you're talking about.
Now if these are the vars related ones, the solution is in front of you
This one is deprecated:
function uid()
    {
        return 
$this->getVar("uid");
    }


So don't use $myobj->uid();
but $myobj->getVar('uid');
instead....

And this generally applies to all the deprecated methods: the "old one" has been kept for compatibility reasons, but the alternate way of doing things is in the function body.

Skalpa.>



142
skalpa
Re: french host banned admin.php
  • 2003/11/27 20:27

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Well I don't think it's soooooo dangerous
We try fixing security issues as we know about them (see 2.0.5.1, which has just been released to solve security issues).
However they reported being constantly attacked so I believe it's a good reason for them to take such a decision.
I also asked them for details about those "attacks" so I can check what they were supposed to do.

Also, try switching roles . I believe you'd prefer loosing access to your admin section during a few days than having all your data or files lost for ever.

Skalpa.>



143
skalpa
Re: french host banned admin.php
  • 2003/11/27 19:19

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Someone from the hosting company told us this.

I'll be seeing this, but as I told her the fix may be a bit long...

Skalpa.>



144
skalpa
Re: Security feat XOOPS
  • 2003/11/27 19:11

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Actually it wouldn't be easy.
But I'll consider this and will check that with you more deeply (check your inbox soon).

Skalpa.>



145
skalpa
Re: Real Stupid Question
  • 2003/11/27 4:32

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Quote:
Go your system admin > modules,on the right is a column "Action" the modules you can uninstall have an "uninstall" icon (the middle one).


Actually, you have to deactivate it first (clear the checkbox on its line, then "submit"). Once you've done this the "uninstall" icon should be there.

Skalpa.>



146
skalpa
Re: changing the width of the left column
  • 2003/11/27 2:12

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Quote:
I took the 'width: 170px;' out off this statement to see if something changed and refreshed the site and still comes with the same column width size.


I've just tried that and it works...
Maybe your browser has kept the css file in its cache.
Try keeping shift pressed when you click on refresh.

Skalpa.>



147
skalpa
Re: XoopsFormElement with no name causes warnings.
  • 2003/11/27 2:06

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Quote:
So just a question for the other devs... Has this changed? It seems a lot of the devs are actively reading the bug reports forum now, so maybe SF is no longer being used?


Well, it hasn't really changed, but as people tend to report things here I'm checking the forums more often than SF.
Also, the modules team members don't have access to the SF project yet, so the sf tools haven't been overly used lately.

Skalpa.>



148
skalpa
Re: How to make xoops2 more faster?
  • 2003/11/27 1:55

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


I also agree with per4form.
And for the power it gives, XOOPS is quite fast. I look at other CMS sometimes, and some of them process more than 100 queries for each page

We're looking forward to enhance this further, but the thing I'd advise to people really concerned about speed would be to host their site on a server which has the Zend optimizer installed (or an equivalent software).
Xoops 2 contains the Smarty engine which is by itself a quite big php class, and this kind of php level cache engines really speed up such applications.

Skalpa.>



149
skalpa
Re: XoopsFormElement with no name causes warnings.
  • 2003/11/27 1:34

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Quote:
Also, this is my first bug report. Is this the correct way to report things?


I would even say quite correct, as not everybody gives (or is able to) give the fix with the bug

Thanks a lot. The 2.1 release will have a new form framework, but I'll add your fix to the 2.0.x branch.

Skalpa.>



150
skalpa
Re: 2.0.5.1: Undefined Index Notice
  • 2003/11/26 20:32

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


Damn we forgot about that one...

The resource.db.php file has already been updated but it's not included in the 2.0.5.1

If you don't want to see the notices, remove php_debug
(hehehe)
Or more seriously, you may get the updated resource.db.php file from CVS and replace your current version, it will work...

Skalpa.>




TopTop
« 1 ... 12 13 14 (15) 16 17 18 19 »



Login

Who's Online

164 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 164


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