Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - blitzy

Pages: [1]
1
Discussion & Troubleshooting / Help! Bad SQL Query - record changes
« on: April 08, 2005, 12:50:39 AM »
I just installed a fresh 1.7.1 gallery on my site and a few simple mods ([Mod] More Statistics for your visitors, [MOD] Ban v1.6, and [MOD] Batch Copy/Move/Edit Images v3.7.1) but everything's been working fine. That is...until today. When I accessed the page, this error message showed at the top of the page:

Quote
DB Error: Bad SQL Query: SELECT s.session_user_id, s.session_lastaction, s.session_ip, u.user_id, u.user_level, u.user_name, u.user_invisible FROM 4images_sessions s LEFT JOIN 4images_users u ON (u.user_id = s.session_user_id) WHERE s.session_lastaction >= 1112913548 ORDER BY u.user_id ASC, s.session_ip ASC
Record has changed since last read in table 's'

I haven't altered any coding since I did the mods about two weeks ago! I also noticed that the 'Currently active users' statistics are not accurate. It doesn't show my online status nor that of guests. What's wrong? Please help!

Gallery: http://www.cs-media.org

2
I was notified by several of my forum members that when they entered their username and password to log in, the account that shows up is not theirs but someone else's. Also, they are able to access this other user's account information, including passwords, etc.

I just installed a fresh version of 1.7.1 and the problem is still there. The only mods that I have added are: [Mod] More Statistics for your visitors, [MOD] Ban v1.6, and [MOD] Batch Copy/Move/Edit Images v3.7.1. Other than that, I've just edited the design template for CSS and such.

Also, this is just a minor problem compared to the one above, but I cannot figure out how to change the border links around my image thumbnails to be just black instead of the default blue (new) and maroon (visited). In my CSS I declared:

Code: [Select]
body {
         color: #3A3A3A;
         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px; margin: 0px;
         background-image: url('images/back2.gif');
         
scrollbar-face-color: #DFE2DB;
scrollbar-shadow-color: #F4F5F2;
scrollbar-highlight-color: #ECF0E7;
scrollbar-3dlight-color: #F4F5F2;
scrollbar-darkshadow-color: #CDCECC;
scrollbar-track-color: #F4F5F2;
scrollbar-arrow-color: #F4F5F2;
}

a {
         color: #353535;
         text-decoration: none;
}

a:hover {
         color: #FA3605;
         text-decoration: none;
}

a:visited {
         color: #464646;
         text-decoration: none;
}

hr {
         height: 1px;
         color: #4B4B4B;
}

ul, li, p, td {
         font-size: 11px;
}

.tablehead {
         background-color: #e8e8e8;
         color: #4B4B4B;
         border-bottom: 1px solid #2D2D2D;
}

.tablebottom {
         background-color: #2E2E2E;
         padding: 5px;
         color: #C0C0C0;
         border-bottom: 1px solid #000000;
         border-top: 1px solid #777777;
}

.tablebottom a, .tablebottom a:visited {
         color: #EFEFEF; text-decoration: none;
}

.tablebottom a:hover {
         color: #FF8040;
         text-decoration: none;
}

.bordercolor {
         background-color: #C0C0C0;
}

.tablebgcolor {
         background-color: #EFEFEF;
}

.navbar {
         background-color: #2E2E2E;
         color: #C0C0C0;
         padding: 5px;
         border-bottom: 1px solid #777777;
         border-top: 1px solid #777777;
}

.navbar a {
         color: #EFEFEF;
}

.navbar a:visited {
         color: #EFEFEF;
}

.navbar a:hover {
         color: #FF8040;
}

.row1 {
         background-color: #E9E9E9;
         color: #4B4B4B;
         padding: 2px;
}

.row2 {
         background-color: #E0E0E0;
         color: #4B4B4B;
         padding: 2px;
}

.head1 {
         background-color: #9F9F9F;
         color: #FFFFFF;
         font-size: 11px;
         font-weight: bold;
}

.head1:hover {
         background-color: #9F9F9F;
         color: #FFFFFF;
         font-size: 11px;
         font-weight: bold;
}

.head2 {
         background-color: #838383;
         color: #ffffff;
         font-size: 11px;
         font-weight: bold;
         border-bottom: 1px solid #434343;
         padding: 2px;
         background-image: url('images/cat_ic.gif');
         background-repeat: no-repeat;
         background-position: left;
         padding-left: 17px; }

.title {
         font-family: Arial,Helvetica,sans-serif;
         font-size: 15px;
         font-weight: bold;
         color: #D22006;
}

.clickstream {
         font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
         font-size: 11px;
}

.smalltext {
         font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
         font-size: 10px;
         font-weight: normal;
}

.marktext {
         color: #FF0000;
         background-color: #ffffff;
}

.new {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          font-size: 11px;
          color: #FF0000;
}

form {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          font-size: 11px;
}

.logininput {
          background-color: #F5F5F5;
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          color: #646464;
          font-size: 11px;
          width: 160px;
          border: 1px inset #F5F5F5;
          padding: 2px;
          margin-left: 4px;
}

.searchinput {
          background-color: #FFFFFF;
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          color: #0f5475;
          font-size: 11px;
          WIDTH: 130px;
}

.textarea {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          color: #0f5475;
          font-size: 11px;
          width: 230px;
}

.input {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          color: #0f5475;
          font-size: 11px;
          width: 230px;
}

.select {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          color: #0f5475;
          font-size: 11px;
}

.setperpageselect {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          color: #0f5475;
          font-size: 11px;
}

.categoryselect {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          color: #0f5475;
          font-size: 11px;
}

.dropdownmarker {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          background-color: #EEEEEE;
          color: #136c99;
          font-size: 11px;
}

.button {
          font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
          background-color: #F3F2F2;
          color: #555;
          border: 1px border: 1px #000000;;
          font-size: 10px;
          font-weight: bold;
}

.catbgcolor {
          background-color: #EFEFEF;
}

.maincat {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          font-size: 11px;
          font-weight: bold;
}

.subcat {
          font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
          font-size: 10px;
          font-weight: bold;
}

.imagerow1 {
          color: #4B4B4B;
          padding: 7px;
}

.imagerow2 {
          background-color: #EFEFEF;
          color: #4B4B4B;
}

.commentrow1 { background-color: #e1e1e1; color: #4B4B4B; }

.commentrow2 { background-color: #efefef; color: #4B4B4B; }

.commentspacerrow { background-color: #d1d1d1; color: #4B4B4B; }

.commenttextarea { font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; color: #0f5475; font-size: 11px; width: 270px; }

.commentinput { font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; color: #0f5475; font-size: 11px; width: 270px; }

.pic {
             filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135, strength=1)    progid:DXImageTransform.Microsoft.Alpha(opacity=100);
             border: 0;
}

.okvir {
             width: 760px;
}

.left {
             background-color: #CFCFCF;
}

.thumb {
             border: 1px dotted #000000;
             cursor: hand;
             height: 200px;
             background-color: #F5F5F5;
}

.thumb2 {
             border: 1px solid #000000;
             background-color: #E0E0E0;
             height: 200px;
}

#categories a {
             display: block;
             padding-left: 7px;
             padding-top: 1px;
             padding-bottom: 1px;
             color: #172033;
             padding-right: 3px;
             border: 1px solid #CFCFCF;
}

#categories a:hover {
             background-color: #E2E2E2;
             color: #C02105;
             text-decoration: none;
             border: 1px solid #9A9A9A;
}

.main {
             border-bottom: 1px solid #000000;
             border-top: 1px solid #000000;
}

.box_back {
           color: #4B4B4B; padding: 2px;
}


Please help because I really don't know what's the problem.  :cry:

Forgot to post my gallery links:   :oops:
NEW: http://www.cs-media.org/gallery2  ----> new installation
OLD: http://www.cs-media.org/gallery ---> LOTS of problems here

3
Installation, Update & Configuration / Need help ASAP!
« on: May 30, 2003, 02:19:50 AM »
This is the 3rd time that I've re-installed 4Images. Each time, I keep getting this error message:

Quote
Warning: Cannot modify header information - headers already sent by (output started at /home/c-starzc/public_html/gallery/config.php:36) in /home/c-starzc/public_html/gallery/includes/sessions.php on line 85


I've made sure that there are no spaces or tabs after the ?> in the main.php file. I can't figure out why there's still this error.

Help!

- Liz

Pages: [1]