Closed
Bug 299055
Opened 20 years ago
Closed 20 years ago
Logincookes.MYI
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: lpaes, Assigned: justdave)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Software error:
DBD::mysql::db selectrow_array failed: Can't open file: 'logincookies.MYI'.
(errno: 145) [for Statement "SELECT profiles.userid, profiles.disabledtext FROM
logincookies, profiles WHERE logincookies.cookie=? AND
logincookies.userid=profiles.userid AND logincookies.userid=? AND
(logincookies.ipaddr=? OR logincookies.ipaddr=?)"] at Bugzilla/Auth/Cookie.pm
line 67
Bugzilla::Auth::Cookie::authenticate('Bugzilla::Auth::Cookie', 3, 45) called at
Bugzilla/Auth/CGI.pm line 104
Bugzilla::Auth::CGI::login('Bugzilla::Auth::CGI', 0) called at Bugzilla.pm line 74
Bugzilla::login('Bugzilla', 0) called at C:\bugzilla\index.cgi line 41
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.
[Tue Jun 28 17:05:41 2005] index.cgi: DBD::mysql::db selectrow_array failed:
Can't open file: 'logincookies.MYI'. (errno: 145) [for Statement "SELECT
profiles.userid, profiles.disabledtext FROM logincookies, profiles WHERE
logincookies.cookie=? AND logincookies.userid=profiles.userid AND
logincookies.userid=? AND (logincookies.ipaddr=? OR logincookies.ipaddr=?)"] at
Bugzilla/Auth/Cookie.pm line 67 [Tue Jun 28 17:05:41 2005] index.cgi:
Bugzilla::Auth::Cookie::authenticate('Bugzilla::Auth::Cookie', 3, 45) called at
Bugzilla/Auth/CGI.pm line 104 [Tue Jun 28 17:05:41 2005] index.cgi:
Bugzilla::Auth::CGI::login('Bugzilla::Auth::CGI', 0) called at Bugzilla.pm line
74 [Tue Jun 28 17:05:41 2005] index.cgi: Bugzilla::login('Bugzilla', 0) called
at C:\bugzilla\index.cgi line 41
Reproducible: Always
Steps to Reproduce:
1 Enter a new bug.
2 Create new attachments.
3 Try to see this attachments.
Actual Results:
the server aplication doen´t connect with mysql.
Expected Results:
No problem to see the attachments.
Software error:
DBD::mysql::db selectrow_array failed: Can't open file: 'logincookies.MYI'.
(errno: 145) [for Statement "SELECT profiles.userid, profiles.disabledtext FROM
logincookies, profiles WHERE logincookies.cookie=? AND
logincookies.userid=profiles.userid AND logincookies.userid=? AND
(logincookies.ipaddr=? OR logincookies.ipaddr=?)"] at Bugzilla/Auth/Cookie.pm
line 67
Bugzilla::Auth::Cookie::authenticate('Bugzilla::Auth::Cookie', 3, 45) called at
Bugzilla/Auth/CGI.pm line 104
Bugzilla::Auth::CGI::login('Bugzilla::Auth::CGI', 0) called at Bugzilla.pm line 74
Bugzilla::login('Bugzilla', 0) called at C:\bugzilla\index.cgi line 41
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.
[Tue Jun 28 17:05:41 2005] index.cgi: DBD::mysql::db selectrow_array failed:
Can't open file: 'logincookies.MYI'. (errno: 145) [for Statement "SELECT
profiles.userid, profiles.disabledtext FROM logincookies, profiles WHERE
logincookies.cookie=? AND logincookies.userid=profiles.userid AND
logincookies.userid=? AND (logincookies.ipaddr=? OR logincookies.ipaddr=?)"] at
Bugzilla/Auth/Cookie.pm line 67 [Tue Jun 28 17:05:41 2005] index.cgi:
Bugzilla::Auth::Cookie::authenticate('Bugzilla::Auth::Cookie', 3, 45) called at
Bugzilla/Auth/CGI.pm line 104 [Tue Jun 28 17:05:41 2005] index.cgi:
Bugzilla::Auth::CGI::login('Bugzilla::Auth::CGI', 0) called at Bugzilla.pm line
74 [Tue Jun 28 17:05:41 2005] index.cgi: Bugzilla::login('Bugzilla', 0) called
at C:\bugzilla\index.cgi line 41
Comment 1•20 years ago
|
||
Your Bugzilla or your MySQL are misconfigured or have some local problem. See http://www.bugzilla.org/support/ for different methods of getting support for problems like this.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Component: bugzilla.org → Attachments & Requests
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•