1
sudhaker
Bugs and Suggestions in Branch XOOPS 2.1.0
  • 2005/5/4 23:59

  • sudhaker

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/2/6 2


Created a special topic for reporting problems and suggestions in Branch XOOPS 2.1.0.

Thanks,

2
sudhaker
Re: Bugs and Suggestions in Branch XOOPS 2.1.0
  • 2005/5/5 0:04

  • sudhaker

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/2/6 2


I installed Xoops-2.1.0 on non-default port (8080), I was unable to login. I was thrown tohttp://backup.thej2ee.com:8080/error.php?c=XOOPS_REFERER_BLOCKED

Didn't investigate more.

3
sudhaker
Re: Bugs and Suggestions in Branch XOOPS 2.1.0
  • 2005/5/5 0:08

  • sudhaker

  • Not too shy to talk

  • Posts: 117

  • Since: 2003/2/6 2


Can't install 'profile' module.

After investigating I found that modules\profile\sql\mysql.sql file was having duplicate table creation script. And install was failing...

CREATE TABLE `profile_category` (
`catid` int(12) unsigned NOT NULL auto_increment,
`cat_name` varchar(255) NOT NULL default '',
`cat_title` varchar(255) NOT NULL default '',
`cat_description` text NOT NULL,
`cat_weight` tinyint(4) unsigned NOT NULL default '0',
`cat_moduleid` int(12) unsigned NOT NULL default '0',
PRIMARY KEY (`catid`)
) TYPE=MyISAM;

CREATE TABLE `profile_category` (
`fieldid` int(12) unsigned NOT NULL,
`catid` int(12) unsigned NOT NULL,
PRIMARY KEY (`fieldid`)
) TYPE=MyISAM;

---

I don't know how to tune the profile? Couldn't find anything in Admin Panel. Icon is not appearing in admin menu.

4
pvtpyro
Re: Bugs and Suggestions in Branch XOOPS 2.1.0
  • 2005/7/21 20:56

  • pvtpyro

  • Just popping in

  • Posts: 67

  • Since: 2005/2/24


i had the same problem. it seems if you install someone once and it didnt work corectly for any reason. IE forgot to choose permissions. It wont work when you try the second time,
just open up phpmyAdmin and drop the tables for whatever module it was.

then when you go to install it will work fine...
well, for me it did at least. i'm no expert.

5
gravies
Re: Bugs and Suggestions in Branch XOOPS 2.1.0
  • 2005/8/9 21:56

  • gravies

  • Not too shy to talk

  • Posts: 119

  • Since: 2004/8/18


I tried dropping the tables but once the profile module was installed there were no users on the system.

Any ideas?
Join the xoops chat lounge on irc.freenode.net #xoops or use this java clienthttp://www.hyperpod.net/modules/ircmod

Login

Who's Online

151 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 151


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