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.


Messages - wax

Pages: [1]
1
Installation, Update & Configuration / thanks nicky
« on: June 26, 2002, 02:39:23 PM »
thanks nicky,

i just restored a mysql-backup and everything works
fine now..

thanks for your support.

greets

derek

2
Installation, Update & Configuration / thanks..and now?
« on: June 26, 2002, 12:01:40 PM »
hi nicky,

thanks for your reply. how is something like
that possible? and more important what to do next?

i have a complete backup from a few day's ago,
but can i just restore that table?

can you give me some insight in what to do?

(in phpadmin it says "in use")

thanks


derek

3
hi all,

without any modifications i suddenly get the error
posted below, it only appears when a users logs in.
(all is fine when i log in as admin)..

do you have any idea what's going on?
like i said i didn't do anything.

greets,


derek


DB Error: Bad SQL Query: SELECT a.cat_id, a.auth_viewcat, a.auth_viewimage, a.auth_download, a.auth_upload, a.auth_directupload, a.auth_vote, a.auth_readcomment, a.auth_postcomment FROM 4images_groupaccess a, 4images_groupmatch m WHERE m.user_id = 14 AND a.group_id = m.group_id AND m.groupmatch_startdate <= 1025082061 AND (groupmatch_enddate > 1025082061 OR groupmatch_enddate = 0)
Can't open file: '4images_groupmatch.MYD'. (errno: 144)

4
Installation, Update & Configuration / problems solved
« on: June 03, 2002, 01:49:48 PM »
hi everyone,

it seemed to be strange over-night-database-problem
which had nothing to do with the script.

the server-guys have solved the problems.

greets,

derek

5
hi everyone,

i got 4images running smoothly after long and hard work
redesigning templates, went away for a weekend
at the beach, came home and.....

big time errors (as shown at the bottom)
.. can anyone shine a light on what's going on?

i launched the site a few day's ago, all photographers are
very happy with the new gallery, but now it crashes..
we are very sad..

anyone know what's wrong?
could it be a limit on my sql database?

thanks,

derek

--------------- errors ------------------------------------------------------------

DB Error: Bad SQL Query: SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, u.user_name, c.cat_name FROM 4images_images i, 4images_users u, 4images_categories c WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND u.user_id = i.user_id AND c.cat_id = i.cat_id ORDER BY RAND()
Error writing file './ns1.log' (Errcode: 28)

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, u.user_name, c.cat_name FROM 4images_images i, 4images_users u, 4images_categories c WHERE i.image_active = 1 AND u.user_id = i.user_id AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0) ORDER BY i.image_date DESC LIMIT 3
Error writing file './ns1.log' (Errcode: 28)

6
hi jan and elke,

I have tried to get a direct link to the user-homepage
(as defined in member_profile) in the categories (after  {user_name_link} )

but i don't get it working...

is it possible? if yes: can you tell me how?

thank you for your time and effort,

greets,

derek

7
Installation, Update & Configuration / problem solved!
« on: May 23, 2002, 09:37:46 AM »
hi everyone,

thanks for thinking with me!
it seems that handling form-elements is a local-userthing.
overall: explorer handles form-elements worse then
netscape.

i have solved the problem by replacing the pulldowns in
radiobuttons, everything works fine now.

also: thanks Jan for your support!

greets,

derek


here is the changed code for the people who want it:
change admin/usergroups.php  line 67 in this:

        if ($cat_cache[$category_id][$val] == AUTH_ACL) {
          if (isset($cat_access_array[$category_id]) && $cat_access_array[$category_id][$val] == 1) {
            echo "<input type='radio' name='auth[", $category_id, "][", $val, "]' value='1' checked='checked' /> ", $lang["yes"], " \n";
            echo "<input type='radio' name='auth[", $category_id, "][", $val, "]' value='0' /> ", $lang["no"], " \n";
        }
          else {
          echo "<input type='radio' name='auth[", $category_id, "][", $val, "]' value='1' /> ", $lang["yes"], " \n";
       echo "<input type='radio' name='auth[", $category_id, "][", $val, "]' value='0' checked='checked' /> ", $lang["no"], " \n";
        }

8
hi everyone,

we've got a strange problem:
all systems crash on the permissionpage (of the categories)
on our site. so we can't use the pulldowns to set permissions.

we have over 75 categories wich results in a 102 kb large page.

we've tried to view the permissions with different systems and OS:

-. pentium 2 and 3: only few pulldowns visible in netscape,
   explorer shows nothing.
-. amd 800 mhz: the same
-. apple G4: shows up fine in explorer, netscape crashes like hell.

the page seems to use up all internal memory on the machines.
after visiting the permissionpage, we get messages of low memory,
have to exit all programs, or right click is suddenly disabled etc.

anyone with ideas how to avoid this? We can't do it on the G4
(it's not ours..)

(for Jan: you had no problems at all, what system do you use?)

what can be the problem? the coding looks fine.
we are getting a bit depressed right now, so any help would be really nice.

thanks


derek

9
Installation, Update & Configuration / it's an explore bug-thing
« on: May 15, 2002, 12:24:29 PM »
hi jan,

in explorer 5.5 the pull downs are gone, tried with
netcape and YES! they are back!

it's a strange world out there...

thanks again for your effort!


greets,

derek

10
hi jan,


the code for tumbnail works fine!

i will send you a PN for control panel!

thanks,

derek

11
hi jan,

thanks for your reply,

the categories have the following settings: (at first it all worked fine
with these same settings, the trouble began when i added many more
usergroups)

download: private
upload: private
direct upload: private

like i said, at first it worked fine, is there a maximum number of
usergroups?

i've removed the tumbnail line for you at this location:

www.fotofabriek.com/images/

it's not active yet, so you can try to upload an image in archive demo.
login with username: demo,  password: demo.

thanks again for your effort!

greetings

derek

12
hi elke,

thanks for your reply!

the pull downs to change permissions are gone completely...
so i can't set permissions for usergroups anymore.
it worked perfectly in the beginning.

anyone?


derek

13
hi Jan,

I can't set permissions anymore in the usergroups,
the pulldowns have suddenly disappeared...
have any idea what's going on?

some other,  minor things:
- netscape 4.7 crashes bigtime on gallery
- how can i use icqfield for info about photographer?
   it only allows digits, where can i change that?
- if i remove the tumbnail line (members_upload) i get
  an "error uploading tumbnail"

thanks for you great effort!

derek

Pages: [1]