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'];
//}

Updates
#1
I had the exact same experience on godaddy. With the fix above I was able to display my public timeline. Thanks.
You can also subscribe to the
RSS feed for updates to this issue.