1
JCDunnart
Re: MySql 5?
  • 2007/9/15 4:02

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Test locally. Install MySQL 5.0 and a backup of your sites on your pc so you can debug and fix any issues.



2
JCDunnart
Re: Access to user profile and user information
  • 2007/6/30 10:22

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Here's a simple tip:

Create a new user to be the site admin. Give this user webmaster group permissions, and restrict the group permissions of user #1.

People won't know which user has the extra permissions... a very simple security enhancement

The only thing to look out for is if a module dev has hardcoded the webmaster access to user #1. That's easily tested by keeping webmaster permissions on both user accounts until you are sure everything works with the new one.



3
JCDunnart
Re: Error mysql extension not loaded
  • 2007/6/10 20:32

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


PHP 5 doesn't have MySQL support enabled by default.

See this post for more info and instructions on how to enable it.



4
JCDunnart
Re: Smarty Error: system_block_mainmenu.html
  • 2007/6/4 16:55

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Update the system module in the modules admin, that should fix it...



5
JCDunnart
Re: XOOPS Physical Path, mainfile.php error
  • 2007/5/23 3:28

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


@amorinn

The second screenshot is probably because the file mainfile.php has only been partially written. Upload a new mainfile.php before trying again.

For the problem with writing to the file, I can only suggest you make sure mainfile.php has full read/write/exe permissions while installing...



6
JCDunnart
Re: New BBX nl2br or not
  • 2007/5/19 5:42

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Compare what you've done with the original veiwtopic.php.

I don't know the module but there's probably some code using an instance of 'MyTextSanitizer'. Find the method it uses, I guess it's something like $myTs->displayTarea( $forumtext ) and use the same structure in your modification.

Hope that helps.



7
JCDunnart
Re: My user got deleted
  • 2007/5/19 5:36

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


How did you delete your admin user? Through XOOPS or through phpmyadmin?



8
JCDunnart
Re: userinfo.php issues
  • 2007/5/19 5:34

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


If it's XOOPS you can find the version in include/version.php. I've never used exoops, can't help you there.

Why some modules work and others don't... well, there could be hundreds of different reasons. If a module doesn't work turn on debug mode and maybe you'll get some information to explain why.

There isn't a general reason for a module not to work, it can be anything from incompatibility with the XOOPS version to server configurations and setup.



9
JCDunnart
Re: xasset..functions..
  • 2007/5/19 5:28

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


No sorry, I don't use it. Maybe someone else knows?



10
JCDunnart
Re: Empty view account page
  • 2007/5/19 5:27

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


A blank page on userinfo.php probably means there's a problem with the search function of one of the installed modules.

If you want to keep using the module you can try deactivating the search function in xoops_version.php of the module.

find
$modversion['hasSearch'] = 1;


change to
$modversion['hasSearch'] = 0;


You'll probably need to updated the module for the change to take effect.

Or you can investigate the search function, work out what's wrong with it - but there's no general solution for that which I could post here




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



Login

Who's Online

167 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 167


more...

Donat-O-Meter

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

Latest GitHub Commits