Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dotchan

Pages: [1]
1
how did you upgrade? edited all files manually or copied all files from fresh 1.7.10 package to your site, overwriting old files?

Overwriting.

2
Just clarifying, I'm getting this problem with 1.7.9.10

I've temporarily worked around it by using some older files, but if I use the files as shipped in the newest version, I get the same "undefined function secure_compare()" error message from any of the php files that call secure_compare() as a function.

3
I'm having the same problem.  (Crud, I knew I should have made a backup!)

4
I got the "Could not select database (database name)" error.  Except in the config.php file, it IS the correct database name.

ETA: Nevermind, was using the wrong host name.

5
Installation, Update & Configuration / Re: Updating to MYSQL 5
« on: January 01, 2010, 02:24:50 AM »
Did you have 4images running on this server before?

Yes, I still have a 4images gallery running on xxx: dotchanxxx: /gallery with the old MYSQL 4 database.

Quote
As you said the new database is "username_database", however in your config.php it's "database"
Also, maybe as username you need use "username@localhost" ?

I've tried both of those.  Neither work.

*EDIT* Nevermind, I've asked my host, and I'll try their suggestions first.

6
Installation, Update & Configuration / Updating to MYSQL 5
« on: January 01, 2010, 12:48:16 AM »
My server has recommended that I change all of my databases over to MYSQL 5.  So I have, and now there's a shiny new database called "username_database" instead of the old "database" (not the actual names, obv, just using them as an example).

However, when I try to change the Config file to pull from this new database, it keeps giving me a "cannot connect to database" error.

My current config file, with some of the information changed for security's sake:
Quote
$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "database";
$db_user = "user";
$db_password = "password";

$table_prefix = "4images_";

The information on my new DB server host is as follows (with the username changed for security's sake)
Quote
MySQL

    * Server: Localhost via UNIX socket
    * Server version: 5.0.82-msl-usrs-sure2-log
    * Protocol version: 10
    * User: username@localhost
    * MySQL charset: UTF-8 Unicode (utf8)

Web server

    * Apache
    * MySQL client version: 5.0.82
    * PHP extension: mysqli

What am I doing wrong?

Pages: [1]