91
JCDunnart
Re: thank you
  • 2006/7/22 9:46

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Mainly look at the table [prefix]_config and compare it with what you have in your local [prefix]_config table.

I think that the contents of that table will be different i.e. that you will be missing rows in your online version.



92
JCDunnart
Re: help me
  • 2006/7/15 10:14

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Quote:

leostotch wrote:
Thoses ones are not normal... are you sure you also transferred the content of your local database to your live server correctly ?


Those notices seem to indicate that there is a problem with the data in your database, as leostotch also says.

When you uploaded your site did you also use phpMyAdmin (or another database admin tool) to insert the data from your local database to the database on your site? Check the [prefix]_config table, the data might not have been inserted correctly.



93
JCDunnart
Re: Error upgrading to 2.0.14
  • 2006/7/14 1:11

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


Quote:

CanguroB wrote:
[...]If I go to the root now, it loads the page for a new installation.


Sounds like you've copied over your mainfile.php



94
JCDunnart
Re: Search isn't working right
  • 2006/7/10 5:23

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


It's a problem with one of your modules, the one listed in the menu on your site as 'Articles'. Try clicking on the Articles link...

Fix that problem and your search will work again too.



95
JCDunnart
Re: MySQL showing Problems with Indeces, what to do?
  • 2006/7/10 4:45

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


What to do about them? Ignore them.

1. I think there's a bug with phpMyAdmin. Extra columns aren't recognised when the index begins with the same field as the primary key. In other words, 'banner', 'prv_msgs', 'users' (same primary key/index) are correct despite what phpMyAdmin says.

2. Some indexes aren't needed, so if you want you can safely delete them. Not much point though in my opinion, as the indexes don't even seem to be used.

Anyway, if you want to cleanup your database indexes:

'new_blocks' doesn't need the 'mid' index.
'prv_msgs' doesn't need the 'to_user' index.
'ranks' doesn't need the 'rank_min' index.
'users' doesn't need the 'uname' index.

I don't have smartfaq so can't give any comment on that.

Personally, I'd ignore the 'warnings' - unless I had a very large database, in which case I'd be optimising the queries first, forcing them to use a particular index. As it is, the extra indexes do no harm so I wouldn't bother about them.



96
JCDunnart
Re: Notice: Only variables should be assigned by reference error
  • 2006/7/1 21:34

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


It's nothing to worry about, you can safely ignore those messages and continue with the installation.

The notices are causing the 'headers already sent' message. The notices themselves are basically just messages from the PHP developers to other developers using PHP - so like I said, you can safely ignore them.



97
JCDunnart
Re: Look for myads module
  • 2006/7/1 14:10

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


There's an earlier thread about this. It also has some links, I guess they are to the module.



98
JCDunnart
Re: Upgrade to 2.0.14 went south
  • 2006/7/1 6:05

  • JCDunnart

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/7/1 5


If you have a recovery.php file and the config value for debug is serialized (as you say) then it's either a XOOPS 2.2.x site, or maybe you downgraded from version 2.2.x ?

Either way, I'd reupload the original files (before the upgrade to 2.0.14) to restore the site, then perform the upgrade on a local copy of your site, so you can investigate without the time pressure of a site offline




TopTop
« 1 ... 7 8 9 (10)



Login

Who's Online

210 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 210


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