111
biomech
Re: Problems when upgrade from 2.0.13.1 to 2.2.3 Final
  • 2005/11/22 3:57

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


Still struggling with this.

- I have a working backup of my 2.0.13.1 install
- I enable PHPDebug
- I copy all files from the html/ folder in the xoops-2.0.13.1-to-2.2.3a-Final.tar.gz archive to the root directory of my working install
- I accesshttp://mybackupinstall/xoopsupdate.php

When I do this, I get

This page cannot be displayed due to an internal error.

If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.

Helpful infomation you should provide while asking for assistance:

Notice [PHP]: Undefined index: enable_badips in file /usr/local/www/data/domains/mybackupinstall/class/xoopssecurity.php line 215
Notice [PHP]: Undefined index: language in file /usr/local/www/data/domains/mybackupinstall/include/common.php line 152
Notice [PHP]: Undefined index: language in file /usr/local/www/data/domains/mybackupinstall/include/common.php line 172
....

If I hit Reload, I get a blank page...
I had a look athttps://xoops.org/modules/smartfaq/faq.php?faqid=80, but didn't see anything about "Undefined index."

Would appreciate any pointers...

Thanks,

-b-



112
biomech
Re: Problems when upgrade from 2.0.13.1 to 2.2.3 Final
  • 2005/11/18 13:15

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


I had a similar error, but am running the upgrade script that I just downloaded today, so I assume that its the one that's already been fixed - so not sure why I'm having the problem.

I'm test-running the upgrade on a back-up machine with an identical directory structure, loaded in my existing site's web and MySQL data.

So I run the install script:

- Welcome to the Install Wizard for XOOPS 2.2 - Choose language.
- Welcome to the Install Wizard for XOOPS 2.2 - What is it?
- Checking file and directory permissions.. - No errors.
- General configuration
- Please confirm the following submitted data
- Saving configuration data.. - success
- check path & URL - Ok
- confirm database settings
- check database - Ok
- This is where I start having problems:

"
Failed creating table kt__avatar.
Failed creating table kt__avatar_user_link.
Failed creating table kt__banner.
Failed creating table kt__bannerclient.
Failed creating table kt__bannerfinish.
Failed creating table kt__block_module_link.
Failed creating table kt__xoopscomments.
Failed creating table kt__xoopsnotifications.
Failed creating table kt__config.
Failed creating table kt__configcategory.
Failed creating table kt__configoption.
Failed creating table kt__groups.
Failed creating table kt__group_permission.
Failed creating table kt__groups_users_link.
Failed creating table kt__image.
Failed creating table kt__imagebody.
Failed creating table kt__imagecategory.
Failed creating table kt__imgset.
Failed creating table kt__imgset_tplset_link.
Failed creating table kt__imgsetimg.
Failed creating table kt__modules.
Failed creating table kt__newblocks.
Failed creating table kt__online.
Failed creating table kt__ranks.
Failed creating table kt__session.
Failed creating table kt__smiles.
Failed creating table kt__tplset.
Failed creating table kt__tplfile.
Failed creating table kt__tplsource.
Failed creating table kt__users.
Failed creating table kt__user_profile.
Failed creating table kt__user_profile_field.
Failed creating table kt__block_instance.

Database tables created."

I thought Maybe its because the tables exist already, so proceed to the next step:

- Please choose your site admin's name and password.
When I hit the Next button at this point my browser tries endlessly to load the page. This may be because of something leftover from a previous attempt, but I hit the same issue at another point last time - the browser just endlessly trying to load. (I assume it will time out eventually...)

Any ideas?

-b-



113
biomech
Blog Mod Wanted
  • 2005/11/12 13:10

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


Is there not yet anything available for a blog interface in XOOPS? I had a look through some discussion on the WebLog module, but it seems to be stuck in a state of non-workingness. Is that correct? Anyone else have blog functionality built into their XOOPS site?

- b -



114
biomech
Editing "Site Stats" Block
  • 2005/7/21 9:18

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


How do I edit the Site Stats block (which shows downloads, links, articles, users, current date/time, etc.)? I'm not talking about a 3rd party module, but the one which comes with XOOPS as default.

Any hints appreciated.

- b -



115
biomech
Re: HTTP_REQUEST_TOO_LONG
  • 2005/6/30 14:06

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


Some of my users started complaining about this problem recently as well. I was surprised not to find anything here mentioned about it since 2003...

Anyone know what the problem is?
I'm using 2.0.93 ...

- b -



116
biomech
RSSFit Problem
  • 2005/5/28 5:11

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


I'm using the RSSFit module. I added the module to my website without a problem, and it initially worked - I had the feed as a 'Live Bookmark' in the Firefox browser. The next day, I got the message "Live Bookmark failed to load."

I then downloaded and installed Feedreader for Windows and attempted to add the feed. It gave me the message, "Server was found but Internet address you submitted does not contain feed subscription information."

Not sure why this would initially work and then suddenly stop. Anyone have any ideas?

- b -



117
biomech
Multi-Language
  • 2005/5/6 12:55

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


I'm wondering about what to do for multi-language support for my site. I know you can change the default language in the Admin control panel, but I want the default language to remain English, while still offering Japanese surfers the ability to create an account and use my site in Japanese. I saw something in the modules section here, but that seems to be a totally different (hacked up) version of XOOPS itself. Does the main XOOPS project have anything like its own module with a language file and a switch that Japanese surfers could click to turn the whole site (except user posts, etc. of course) into Japanese?

Any advice appreciated,

- b-



118
biomech
Re: Karma System
  • 2005/5/3 2:12

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


The Karma module I eventually created is working here:

http://www.kutaki.org/

Setup requires:
- Addition of a karma field to the user table
to hold each user's current karma level
- Addition of a 'karma_record' table
to keep track of who adjusted who's karma,
from what to what, when
- Installation of the karma module
to provide an interface for moderators to adjust karma
- Edit of the viewtopic.php file
to disply the user's karma with their location and other
information beside their posts

It works like this:
Moderators see a Karma link on the Main menu on the left.
Clicking on that link shows them a screen where they can choose a user from a listbox. There is then a textarea where the moderator enters the reason for the karma adjustment. There are then two buttons ('Up' and 'Down') which the moderator uses to adjust the user's karma up or down one point. An email is automatically sent to the user to notify them of the karma adjustment, including the reason and what their karma was adjusted from and to. The moderator interface displays a list of the last 15 karma adjustments so that moderators can keep track of who adjusted who's karma to what recently. Moderators must provide a reason when adjusting someone's karma, and they are not able to adjust their own karma.

That's about it.
If anyone else wants something like this, I can make it available.

- b -



119
biomech
Re: Member
  • 2005/4/18 14:41

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


Thanks Gandalf!!



120
biomech
Re: Member
  • 2005/4/18 13:59

  • biomech

  • Not too shy to talk

  • Posts: 161

  • Since: 2002/2/25


I recently upgraded my XOOPS system to 2.0.9.3. Surely there must be a way to find out the IP address which a post was made from? Has this been done in the core code or in a module somewhere?

- b -




TopTop
« 1 ... 9 10 11 (12) 13 14 15 »



Login

Who's Online

146 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 146


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