121
rowdie
Re: MYSQL problem - How to return to the old version?
  • 2005/10/6 20:52

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


No, reinstalling the system module won't help. The database will still be XOOPS 2.2.

The only thing I can suggest is to wait for the downgrade script, which as Herko said will be released soon.



122
rowdie
Re: News 1.4 - No Recent News Block showing
  • 2005/10/2 16:48

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


If the permissions are correctly set, then it could be that a topic hasn't been selected in the block options.

Double check that there's a topic highlighted under "Select topic(s) to use"...

Rowd



123
rowdie
Re: No avatars or images appear
  • 2005/9/30 20:00

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Could you please give some details about your server then, maybe we can work out what the problem is.

Server, PHP version, XOOPS version, MySQL version... those details might help us work out the problem



124
rowdie
Re: "Why am I being redirected here?"
  • 2005/9/28 5:11

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Turning off php debug in system admin->general settings will stop those php notices from displaying.



125
rowdie
Re: Locked outta xoops...help?!?
  • 2005/9/18 8:43

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


You need to change the closesite config in the database. If you have PhpMyAdmin just go to the config table and change the value of "closesite" to 0.

If you need a sql query for it, try this:
UPDATE xoops_config SET conf_value=0 WHERE conf_name = 'closesite'

Change "xoops" to the prefix you use, if it's different.



126
rowdie
Re: db:system_block_login.html error.. cannot log in!
  • 2005/9/18 7:37

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


login directly though user.php doesn't work?



127
rowdie
Re: Fishy xoops after server change
  • 2005/9/17 19:57

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Changing the theme is another config value, 'theme_set'.

SQL query to set the default theme (in case you need it):
UPDATE xoops_config SET conf_value='default' WHERE conf_name = 'theme_set'

Stupid question, I guess but... have you looked in the database to see if the content is actually there? - that all your data was successfully imported.



128
rowdie
Re: Fishy xoops after server change
  • 2005/9/17 13:44

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Maybe try sql debug, see if there are any queries in red, which are queries that failed to execute.

If you need the sql query to change the debug setting, and assuming you are using XOOPS 2.0.x :
UPDATE xoops_config SET conf_value=2 WHERE conf_name = 'debug_mode'

Change "xoops" to your prefix if it's different, of course.


If you are using 2.2.x I can't help you, haven't looked at the config settings there.



129
rowdie
Re: Fishy xoops after server change
  • 2005/9/16 21:37

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


A few ideas come to mind...

1. write permissions to the cache, templates_c and uploads folders?

2. if those blocks with the missing content were cached, then it could explain why there's no content after clearing your cache/templates_c.

3. try enabling php debug then sql debug, see what the result is. If you can't login, then enable it directly through the database.



130
rowdie
Re: Fatal error: mysql extension not loaded in C:\...mysqldatabase.php on line 74
  • 2005/9/11 21:17

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


php 5 doesn't have the MySQL extension installed by default. The error message you're getting is because it can't find the extension, it's not related to XOOPS.

This php.net faq gives a bit more info

And Grizzlydk's posts should help getting it installed. Did you restart your server after making the changes? - that could be the trouble, perhaps.




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



Login

Who's Online

118 user(s) are online (75 user(s) are browsing Support Forums)


Members: 0


Guests: 118


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