31
JCDunnart
Re: Server upgrade appear Error
  • 2007/3/30 4:24

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Try updating the system module.



32
JCDunnart
Troll alert!
  • 2007/3/26 16:00

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


xguide is trolling (definitions: wikipedia, flayme.com)

"The only way to deal with trolls is to limit your reaction to reminding others not to respond to trolls." reference

So please do not respond.



33
JCDunnart
Re: Admin Access Denied on Restored 2.0.15
  • 2007/3/19 16:30

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Check that the cache, templates_c and uploads directories are writeable...



34
JCDunnart
Re: Please Help: Administration Menu Blank!!
  • 2007/3/7 18:50

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


If you rename the adminmenu.php file in yoursite/cache/ directory then it forces a new one to be generated when you visit yoursite/admin.php... that might help.

(if it doesn't work you can always change the name back)



35
JCDunnart
Re: Why is the script putting the slash the wrong way?!
  • 2007/3/2 20:26

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


The slashes being the 'wrong' way isn't important - php can handle that.

Is your templates_c folder write enabled? Check if there are any compiled templates in there for the new modules you installed.



36
JCDunnart
Re: Language Pack
  • 2007/2/9 4:54

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


The German XOOPS support site would have it.



37
JCDunnart
Re: Convert "GET"-Items to make a query work
  • 2007/2/8 22:04

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


The usual way to change a $_GET request to $_POST in XOOPS modules is to use the confirmation message - the "are you sure you want to delete this?" form. This is submitted as a POST request, which then allows the sql statement to be executed.

Pseudo code example:

if ( isset( $_POST['ok'] ) ) {
    
// execute your sql 
} else {
    
xoops_confirm( array( 'cid' => $cid'ok' => ), 'index.php'CONFIRM_DEL );
}


Not sure if that's what you are looking for, but maybe it helps...



38
JCDunnart
Re: a 2.2.5 bug and maybe a frameworks1.10 bug : do not show utf-8 charset in RSS feeds and trackbac
  • 2007/1/21 8:50

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


When did the encoding problem start? ...after upgrading to 2.2.5 RC2, after upgrading a module, after migrating to a new server...something else?

What character set/collation does the database have?



39
JCDunnart
Re: Selected module does not exist!
  • 2007/1/11 11:49

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Do you have any modules in the "modules" folder, apart from the "system" module?

I think that error message will also show before the module is installed, if the directory structure of the module is not right...



40
JCDunnart
Re: HACKED BY KARTAL [ TURKiSH HACKER ]
  • 2007/1/5 4:52

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


He possibly replaced the cache/adminmenu.php file. You can delete it, then access the admin section again. You'll see "this is the first time you enter the admin"...etc. When you press the submit button a new adminmenu.php file is generated.

Hopefully that's all they've done.




TopTop
« 1 2 3 (4) 5 6 7 ... 10 »



Login

Who's Online

181 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 181


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