Recent Topics

1 Feb 28, 2006 08:03    

I sucessfully run the install script "index.php" and set it up to the specifications of the mySQL database. It then prompts me to choose a language. When I click on a language, I get "Page Cannot Be Displayed"

Arrrrggg. Could someone help me out here?

Info:

OS - Win Server 2003
PHP 5.1.1 - Working
MySQL Server - Working
Database Created - b2evolution

Just for testing purposes, all permissions for all files were temporarily set to "everyone has FULL CONTROL". This is really ticking me off

edit* I suspect it could have something to do with not automatically loading PHP extensions possibly? in the php.ini file. But I'm a noobie, so I was looking for advice before I start poking around things I don't know about.

2 Mar 01, 2006 02:24

Please try the change you see here:
http://cvs.sourceforge.net/viewcvs.py/evocms/b2evolution/blogs/install/index.php?r1=1.22.2.17&r2=1.22.2.18&only_with_tag=v-0-9

This is a fix I've made after someone came up with some similar problem.

If this works, there are also some other places where I've fixed the same thing (links not starting directly with "?").

Let me know and I'll find you those - if you cannot do it yourself with the link provided above (which is our CVS).

If this should be the problem, I'd be very interested of course into more details:
What browsers have you tried?
Are you using IIS? (which version)
What's the exact error?
Is there something in the web server's error log?
Are you using some proxy?
...

Good luck.. :)

3 Mar 15, 2006 09:17

That link is giving me a Proxy Error


Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /viewcvs.py/evocms/b2evolution/blogs/install/index.php.

Reason: Error reading from remote server

To answer your previous questions... IE6, IIS6, No Proxy

Ill step by step my problem....

I run index.php. The "Base Configuration" screen pops up. I fill in some general info about my SQL server using localhost as "mySQL Host" I click on "Update Config File". It takes me to another page:"Installer for version 0.9.0.11". The title banner is there, as well as the following links: Install Menu - PHP info - Go to Blogs - Go to Admin - Manual - Support
Also, the locale/language selection is visable on the right. Other than that, there is NOTHING on the page. It appears the page is not loading correctly. If I click on the "Go To Blogs" link, it tells me I "cannot use the application before ou finish configuration and installation." "Base configuration is not done"

Here is mySQL server error log:
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
060307 23:02:28 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
060307 23:02:29 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 10 MB
InnoDB: Database physically writes the file full: wait...
060307 23:02:30 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
060307 23:02:31 InnoDB: Started; log sequence number 0 0
060307 23:02:31 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.18-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
060308 3:05:16 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

060308 3:05:18 InnoDB: Starting shutdown...
060308 3:05:25 InnoDB: Shutdown completed; log sequence number 0 43655
060308 3:05:25 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

060308 3:07:19 InnoDB: Started; log sequence number 0 43655
060308 3:07:19 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.18-nt' socket: '' port: 3306 MySQL Community Edition (GPL)
060315 0:44:48 InnoDB: Started; log sequence number 0 43655
060315 0:44:48 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
Version: '5.0.18-nt' socket: '' port: 3306 MySQL Community Edition (GPL)

4 Mar 15, 2006 12:24

It seems I neglected to compile the mySQL dll's into PHP.
So, I have a fully functional and mySQL compatible version of PHP4 with a running instance of mySQL5. A user and password has been set up for the database, and the server is localhost. When I input this information into setup, I get this message:

MySQL error!

Error establishing a database connection!

Are you sure you have typed the correct user/password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?

It would seem the application cant find the database, or can't log in for some reason.
Any Ideas?

5 Mar 15, 2006 13:44

I seem to have made some progress. It seems all I had to do was delete the current user and re-establish the user account. So I go to create my blog using "New Install", and I run into this error:

MySQL error!

Field 'user_firstname' doesn't have a default value(Errno=1364)

Your query:
INSERT INTO evo_users (user_login, user_pass, user_nickname, user_email, user_ip, user_domain, user_level, user_locale, dateYMDhour, user_grp_ID) VALUES ('admin', '90f93c072f3948d59bc1276028ea3bf5', 'admin', 'postmaster@localhost', '127.0.0.1', 'localhost', 10, 'en-US', '2006-03-15 07:37:47', 1)

I really have no idea what this means. Any Ideas?


Form is loading...