Fri Jan 13 15:25:20 2006

Ticket #1643 (Closed: fixed)

Create instance failed


Priority: normal Reporter: sebastian
Severity: minor Assigned to: paul
Component: Install Scripts Status: closed
Version: 2.4.0 Resolution: fixed
Milestone: 2.4.1 Keywords: campsite-create-instance

Description by sebastian:

During installation of campsite 2.4 I got following error:

The base package was installed. In order for Campsite to work you must install at least one instance. Do you want to change the instance base parameters? (Y/N) [N]: Do you want to change the instance advanced parameters? (Y/N) [N]:

Running /usr/local/campsite-2.4/bin/campsite-create-instance with the following arguments: --db_server_address 127.0.0.1 --db_user root --smtp_server_address

127.0.0.1 --db_server_port 0 --parser_port 0 --parser_max_threads 0 --smtp_server_port 25

Fatal error: Call to undefined function: create_language_links() in /usr/local/campsite-2.4/bin/campsite-create-instance.php on line 85 There were errors creating the default instance

I changed function call in line 85 to CAMP_create_language_links() so it worked fine.

Changelog

Fri Jan 13 17:22:21 2006: Modified by paul

  • milestone changed from 2.5.0 to 2.4.1
  • status changed from new to assigned
  • owner changed from Paul to paul

Fri Jan 13 17:28:07 2006: Modified by paul

  • resolution set to fixed
  • status changed from assigned to closed