11
JCDunnart
Re: PHP Notice message - need help
  • 2007/5/19 5:05

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


That's right, just turn debug off. It's only a php notice, it means something to programmers but it's not a problem.



12
JCDunnart
Re: Trouble with View user
  • 2007/5/12 6:55

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


You can turn off debug mode through the database. If you have phpMyAdmin go to the [prefix]_config table, look for the row where the conf_name = 'debug_mode', click edit and change the conf_value to 0.

As for your problem, it seems that you have 2 modules installed which both have a class called 'category'. Class names need to be unique or PHP will throw a fatal error, therefore those 2 modules are incompatible.

One of the modules is 'popnupblog'. Did you duplicate the module maybe? Anyway, to fix it you will need to change one of the 'category' class names and change all references within the module to that class as well.



13
JCDunnart
Re: TinyContent appears to be exploitable
  • 2007/5/2 18:59

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


What is 'spaw'? Is that an editor? If so, I think you can probably use a different one, or just use the default XOOPS editor.



14
JCDunnart
Re: MySQL Experts read this...how to restore from a 'find and replace' tradgedy??
  • 2007/5/1 21:16

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Probably because there were no quotes around the old_value and new_value. The sql statement would assume they were columns, which don't exist, therefore email is replaced with either null or blanks.

That's my guess...



15
JCDunnart
Re: Blank page on AdminMenu
  • 2007/4/30 19:18

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


What were you working on when this started happening?

If you can access the site preferences ([yoursite]/modules/system/admin.php?fct=preferences&op=show&confcat_id=1) then switch on the debug and visit the blank page - hopefully you'll see an error message, if so post it here.



16
JCDunnart
Re: quote and editing text doesn't work
  • 2007/4/29 10:09

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


They are themes for XOOPS 1, before Smarty templates were used. I guess those themes don't include the xoops.js file in the html head.



17
JCDunnart
Re: My site keeps going to blank after a few hours
  • 2007/4/29 7:18

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Activate XOOPS debug. When your site 'goes blank' you should get an error message.

You could also check your server error log to see if any errors have already been recorded.



18
JCDunnart
Re: is it time for a lead project manager?
  • 2007/4/20 21:14

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Why wait with community change? There's obviously a problem in this community, you people are constantly complaining, so work out what your problem is and fix it.

Me, I've downloaded XOOPS and am happily making a new site with it. It's free, it works, I'm having fun, what's to complain about?

Maybe the problem is with the people doing the complaining? Think about it...



19
JCDunnart
Re: calling phppp & skalpa, please comment on this thread!
  • 2007/4/20 20:58

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Quote:

web-M wrote:
waisting our time??

All we do is responding to your postings!


that says it all



20
JCDunnart
Re: Why does Xoops use .html, when it should be .tpl?
  • 2007/4/20 12:21

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Why ask a question when you don't read the answer?

I'll try again.

Smarty does not serve .html pages. Templates are compiled into PHP and it is only php scripts which are requested and the output served to the client.

Again, I recommend you read the Smarty manual. You'll find all the answers there




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



Login

Who's Online

175 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 175


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