11
iolai
Re: Upgrading major problems
  • 2007/1/11 17:10

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


Sorry for the misunderstanding. The problem can be seen if you follow the next link:http://www.atomsworld.com/modules/newbb/


When I turn debug on, I get the following error on this page:

NoticeOnly variables should be assigned by reference in file /modules/article/include/functions.ini.php line 143


Next... I didn't notice it before, but preferences admin menu produces 10(!!!) errors:

NoticeOnly variables should be assigned by reference in file /modules/system/admin/preferences/main.php line 78
Notice
Only variables should be assigned by reference in file /class/xoopslists.php line 200
Notice
Only variables should be assigned by reference in file /kernel/module.php line 542
Notice
Only variables should be assigned by reference in file /modules/system/admin/preferences/main.php line 155
Notice
Only variables should be assigned by reference in file /kernel/tplset.php line 193
Notice
Only variables should be assigned by reference in file /modules/system/admin/preferences/main.php line 136
Notice
Only variables should be assigned by reference in file /modules/system/admin/preferences/main.php line 94
Notice
Only variables should be assigned by reference in file /modules/system/admin/preferences/main.php line 94
Notice
Only variables should be assigned by reference in file /modules/system/admin/preferences/main.php line 94
Notice
Only variables should be assigned by reference in file /modules/system/admin/preferences/main.php line 174


In every page those errors appear, but slightly different each time.


Site information:
Xoops 2.0.16
PHP 4.4.2
Theme: sev_zero
Server: apache


In addition, I noticed the 'Debug mode' options have changed. I no longer see php or MySQL debug, but only the following four options:
Off
Enable debug 
(inline mode)
Enable debug (popup mode)
Smarty templates debug


I used popup mode to get these errors.
- Eli Baskin.
Dune MUD
AtomsWorld.com



12
iolai
Re: Upgrading major problems
  • 2007/1/10 10:57

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


The saga hasn't over yet.

I've removed newbb and installed cbb 3.08. When I go to the forums, I see a messed up screen. I uninstalled newbb again, deleted the directory and uploaded it again. Same result.

I don't mind to lose old posts, the site isn't active at the moment.

Ideas?

http://www.atomsworld.com/modules/newbb/
- Eli Baskin.
Dune MUD
AtomsWorld.com



13
iolai
Upgrading major problems
  • 2007/1/9 23:18

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


I am running XOOPS 2.0.16 (just upgraded from 2.0.13a), and uploaded xoops-class-xoopseditor and xoops-frameworks-art. Now, when I tried to login to my site, I got 500 Internal server error.

Help? :)

Edit:
I think I fixed it. Cleared templates_c and cache, now seems to work.
- Eli Baskin.
Dune MUD
AtomsWorld.com



14
iolai
Re: Anyone with GoDaddy?
  • 2007/1/9 6:20

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


I used to host at godaddy until a few days ago. Unfortunately, their support is horrible and the shared hosting plan sucks. Yes, it is cheap, but you can't do a lot of things:

1. You can't put files outside of your web accessible dir, meaning possible security problems (IE storing your passwords inside web accessible dir).
2. If you intend to host more than one site, you don't get separate dirs. IE, I used to host site1.com and site2.com, while site2.com was physically located in a subdir of site1.com. So, I could go tohttp://site2.com orhttp://site1.com/site2_dir/ and reach the same site. Security, anybody? Ease of use?
3. Their support use copy&paste technique without actually reading your email nor understanding your problem. I would not be surprised if their support team uses some sort of keyword search in emails and suggests the support what to reply.

So, if you are not planning on using their support, not to host other sites on the same hosting account, and you don't mind about security, go to godaddy. Otherwise, spend an extra 2 bucks a month and get a decent hosting plan at another hosting company.

I moved to dreamhost about a week ago, and meanwhile I am totally happy about it. I don't know how it will continue, but from what I see, dreamhost are much better than godaddy, although a bit more expensive.
- Eli Baskin.
Dune MUD
AtomsWorld.com



15
iolai
Re: Migrating to Dreamhost...can anyone help?
  • 2007/1/8 13:57

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


I just moved from godaddy to dreamhost (a few days ago), and had no problems.

What did I do?

1. Created DB on dreamhost using their control panel.
2. Downloaded all the files from godaddy to my computer, uploaded them to dreamhost.
3. Backed up db on godaddy using phpmyadmin.
4. Uploaded the resulting file with the same utility on dreamhost.
5. Edited mainfile.php and changed XOOPS_ROOT_PATH, XOOPS_DB_HOST, XOOPS_DB_USER, XOOPS_DB_PASS and XOOPS_DB_NAME.

That's it.
- Eli Baskin.
Dune MUD
AtomsWorld.com



16
iolai
Re: DB error
  • 2007/1/8 8:05

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


SQL query:

SELECT forum_type, forum_name, forum_access, allow_html, allow_sig, posts_per_page, hot_threshold, topics_per_page
FROM xoops_bb_forums
WHERE forum_id =3
LIMIT 0 , 30

MySQL said:
#1054 - Unknown column 'forum_access' in 'field list'

-----------------------------------

SQL query: SHOW COLUMNS FROM xoops_bb_forums

Field Type Null Key Default Extra
forum_id smallint(4) unsigned NO PRI NULL auto_increment
forum_name varchar(150) NO
forum_desc text YES NULL
parent_forum int(10) NO 0
forum_moderator text NO
forum_topics int(8) NO 0
forum_posts int(8) NO 0
forum_last_post_id int(5) unsigned NO 0
cat_id int(2) NO 0
forum_type int(1) NO 0
allow_html int(1) NO 1
allow_sig int(1) NO 1
allow_subject_prefix int(1) NO 0
hot_threshold tinyint(3) unsigned NO 10
forum_order int(8) NO 0
allow_attachments int(1) NO 1
attach_maxkb int(10) NO 1000
attach_ext text NO
allow_polls int(1) NO 0
subforum_count int(10) unsigned NO 0


Edit:
Further details:
The site is running on XOOPS 2.0.16 (upgraded two days ago), but the problem occured when it was 2.0.13.a.
Newbb 2.0.1

Anything else you need me to post?
- Eli Baskin.
Dune MUD
AtomsWorld.com



17
iolai
Re: DB error
  • 2007/1/7 21:36

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


I did it, it returned that everything is ok, but the error is still there... Other things I can do?
- Eli Baskin.
Dune MUD
AtomsWorld.com



18
iolai
Re: DB error
  • 2007/1/7 20:53

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


I do have access from phpmyadmin and directly as well. I don't find a 'repair' link... Do you know where is it? Are you sure it exists?
- Eli Baskin.
Dune MUD
AtomsWorld.com



19
iolai
Re: Upgrading from 2.0.13
  • 2007/1/7 20:05

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


Thank you very much!

Your help is greatly appreciated.
- Eli Baskin.
Dune MUD
AtomsWorld.com



20
iolai
Upgrading from 2.0.13
  • 2007/1/7 16:15

  • iolai

  • Quite a regular

  • Posts: 206

  • Since: 2004/6/26


I couldn't find any file that upgrades from 2.0.13, except xoops-2.0.13.1-2.0.13.2.zip, and I use 2.0.13, not 2.0.13.1...

How should I upgrade?
- Eli Baskin.
Dune MUD
AtomsWorld.com




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



Login

Who's Online

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


Members: 0


Guests: 175


more...

Donat-O-Meter

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

Latest GitHub Commits