General discussion and support

Description

This forum is obsolete and kept for archival purposes only. Please report bugs and feature requests on GitHub.

'300 Login Required' error via cron job?

Submitted by TinWhisker on

Hi.

I have configured a Cron job to call the job.php every minute, which lists as Started/Finished as expected.

However, I get an error thrown:

Unhandled System_Api_Error: 300 Login Required in /var/www/webissues/system/api/principal.inc.php on line 117

after each call.

The most frequent (every minute) was from /server/actions.inc.php 'listProjects()'
Second, less frequent (every 15 minutes) was from 'listUsers()'

The system itself works, web and Windows client.

unsuccessfuly trying to stuff Amazon RDS host name into webissues install form

Submitted by danlen on

I'm been running webissues-server-1.0.4 on an Amazon EC2 LAMP server for a number of months. I want to move it to an EC2 instance interfaced to an RDS server. The RDS servers have end point names longer than 40 characters. The install script seems to be truncating at 40 characters. I have also tried modifying the constant called NameMaxLength which looks to be the limiter, but it is not working.

Any suggestions on how I can run webissues on a data base running on an Amazon RDS server?