1
chibomorto
Blank page during instalation.
  • 2005/3/21 17:50

  • chibomorto

  • Just popping in

  • Posts: 3

  • Since: 2005/3/21


I´m just starting with xoops.

I´m using Windows XP with Apache server 2.0.53.; MySql 4.1 and MySql Administrator, and PHP 5.

I´ve intalled de Apache, configured PHP as CGI and installed MySql. I´ve created a instance for my database and set de permissions right (I think).

After uploading XOOPS do Htdocs i start XOOPS install wizzard. After de Menu were it asks confirmation for the database variables, i get a blank screen.

Can anyone help me.

2
Justus
Re: Blank page during instalation.
  • 2005/3/21 23:13

  • Justus

  • Just popping in

  • Posts: 2

  • Since: 2005/3/21


same here...I've just installed XOOPS and I get a blank page...but no errors in installation...whats the problem? Thanks.

3
m0nty
Re: Blank page during instalation.
  • 2005/3/22 0:13

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


use the search function in the right column and search for blank page

or read the FAQ section > https://xoops.org/modules/smartfaq/

as it contains all the info you need (probably)

4
chibomorto
Re: Blank page during instalation.
  • 2005/3/22 19:08

  • chibomorto

  • Just popping in

  • Posts: 3

  • Since: 2005/3/21


Thanks

Looks like it has something to do with de fact that PHP5 doesn´t support MySql by default.

See the PHP´s home page FAQ's (Database Questions)and take a look at Chapter 6 of Xoop's Install Guide: http://docs.xoops.org/modules/xdocman/manual.php?lang=en&doc=xu-002&file=ch06.html

Haven't tried it though.

5
chibomorto
Re: Blank page during instalation.
  • 2005/3/24 15:05

  • chibomorto

  • Just popping in

  • Posts: 3

  • Since: 2005/3/21


Ok

For beginners like me, and for every one who doesn't have a clue about how to start with Xoops, i recomend EasyPHP.
Its a aplication with Apache, PHP, MySQL and PHPMySqlAdmin that's preconfigured. After installing it i solved the blank page installation problem and, finally, i'm starting to test Xoops.

Just google it and have fun.

6
glree
Re: Blank page during instalation.
  • 2005/3/31 2:52

  • glree

  • Just popping in

  • Posts: 2

  • Since: 2005/3/29


Howdy,
I posted this in a similar topic, but will put it here to as it worked.

To get rid of the blank page error:

1. don't use php5, use 4.3X
2. If using MySQL 4.1X try this:

I have found that if you use MySQL 4.1X or above you get this blank page error if your MySQL password in less that 16 characters. MySQL 4.1 and above uses a stronger password requirement. You can modify this however to use the old password style. see: http://dev.mysql.com/doc/mysql/en/old-client.html

Basically, run this:

UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd')WHERE Host = 'some_host' AND User = 'some_user'; FLUSH PRIVILEGES;

example:

UPDATE mysql.user SET Password = OLD_PASSWORD('abc123')WHERE Host = 'locahost' AND User = 'joe_bloggs'; FLUSH PRIVILEGES;

This worked for me!!

glenn, OZ.

Login

Who's Online

233 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 233


more...

Donat-O-Meter

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

Latest GitHub Commits