Godaddy Install

Godaddy Install

Issue ID:1439
Issue Category:bug
Component:trac
Priority:normal
Status:fixed
Assigned:evan
Version:0.7
Milestone:0.7
Keywords:godaddy

Had a bug, that was fixed by pelletiermaxime.

Config file:
<?
$config['site']['name'] = 'Wikipaug';
$config['site']['path'] = 'talk';
$config['db']['database'] = 'mysql://laconica11:LAonCA9@laconica11.db.4240356.hostedresource.com/laconica11';
$config['site']['theme'] = 'identica';
$config['site']['server'] = 'www.wikipaug.com';
$config['site']['fancy'] = true;

Everything worked except for the public timeline.

Problem was fixed by commenting out the following lines in index.php:
//} else if (array_key_exists('PATH_INFO', $_SERVER)) {
// return $_SERVER['PATH_INFO'];
//}

Legacy Data

This issue was migrated from another tracking system. The legacy data at time of import is provided below as a reference.

Ticket ID: 
1439
Reported by: 
jonny
Owner: 
evan
Status: 
closed
Resolution: 
closed
Type: 
bug
Component: 
trac
Priority: 
3
Version: 
0.7.1
Milestone: 
0.7

Updates

#1

I had the exact same experience on godaddy. With the fix above I was able to display my public timeline. Thanks.

Login or Register to modify this issue, or to receive updates by email.

You can also subscribe to the RSS feed for updates to this issue.