Menu

#14 documentation issue

open
nobody
5
2003-08-03
2003-08-03
Mike Hugo
No

I just finished installing the core and ran into a
couple of minor problems.

------

section 4.2 of the manual doesn't work without specify
a database name (-D database) on the mysql prompt.

Here is the correction:

--
4.2 Creating the database
Then create your initial Action Applications database.
To do this, you need the file aadb.sql from the Action
Applications doc directory. It contains SQL commands
which create the database. When queried for a password,
use the mysql root password.

# mysql -u root -p
Enter password:
mysql> CREATE DATABASE aadb;
Query OK, 1 row affected (0.03 sec)

mysql> QUIT
Bye
# cd /home/httpd/html/apc-aa
# mysql -D yourdatabasename -u root -p aadb <
doc/aadb.sql
Enter Password:
#

----

I got a fatal error initially
"Fatal error: Cannot redeclare gc() in
/home/apc-aa-2.4.0/include/phplib/session.inc on line 461"

Not sure what the "correct" fix for this is but
commenting out the first declaration of gc in
phplib/session.inc got it going.

my php version is 4.3.2

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.