Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Another Batch Add Malfunction...  (Read 5945 times)

0 Members and 1 Guest are viewing this topic.

warden

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Another Batch Add Malfunction...
« on: September 25, 2004, 05:09:43 pm »

I have ftp(ed) the files in the album folder not the user folder.
Album floder is set to CHMOD at 755.
I can see the folders and the individual files on the Batch Add pages (left side of page)
I can not see the thumbnails (previews) on the right side of the Batch Add page, not will they add to the database.  All I see is a red "X".
I have read all the forum topics that I can search for under the topic "Batch Add".  Still no solution.
I have altered the php file to allow 32mb of resources in the php file in C:\windows\php.ini.
Coppermine was working fine yesterday but since my Apache server wasn't serving, I tried a "packaged" solution. 
The web server is serving, mysql is running, and the php test page is loading.  I can find no errors.
I can't find anything that I am not doing or that I am doing wrong.  I have to put my little bit of pride aside and ask for help.
I am running WinXP, Apache2, MySQL 4, PHP 4.3

Any help would be greatly appreciated!

This is a copy->Paste of the debugging.

USER:
------------------
Array
(
    [ID] => c07e350a42a26bd8b14fd616461f5eda
    [am] => 1
    [liv] => Array
        (
           
  • => 13

        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_group] => 1
    [user_active] => YES
    [user_name] => craig
    [user_password] => ********
    [user_lastvisit] => 2004-09-25 09:09:22
    [user_regdate] => 2004-09-25 08:10:10
    [user_group_list] =>
    [user_email] =>
    [user_website] =>
    [user_location] =>
    [user_interests] =>
    [user_occupation] =>
    [user_actkey] =>
    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [groups] => Array
        (
            [1] => 1
        )

)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content FROM cpg132_filetypes;
  • [1] => SELECT * FROM cpg132_users WHERE user_id='1'AND user_active = 'YES' AND user_password != '' AND BINARY MD5(user_password) = '66f468a05114bc3d285776075910de44'
        [2] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg132_usergroups WHERE group_id in (1)
        [3] => SELECT group_name FROM  cpg132_usergroups WHERE group_id= 1
        [4] => DELETE FROM cpg132_banned WHERE expiry < 1096123196
        [5] => SELECT * FROM cpg132_banned WHERE ip_addr='127.0.0.1' OR ip_addr='127.0.0.1' OR user_id=1
        [6] => SELECT filepath, filename FROM cpg132_pictures WHERE filepath LIKE 'WG_2004%'
        [7] => SELECT aid, title FROM cpg132_albums WHERE category = 0 ORDER BY title
        [8] => SELECT DISTINCT a.aid as aid, a.title as title, c.name as cname FROM cpg132_albums as a, cpg132_categories as c WHERE a.category = c.cid AND a.category < '10000' ORDER BY cname,title
        [9] => SELECT aid, CONCAT('(', user_name, ') ', title) AS title FROM cpg132_albums AS a INNER JOIN cpg132_users AS u ON category = (10000 + user_id) ORDER BY title
    )

    ==========================
    GET :
    ------------------
    Array
    (
       
[startdir] => WG_2004
)

==========================
POST :
------------------
Array
(
)

==========================
VERSION INFO :
------------------
PHP version: 4.3.8 - OK
------------------
mySQL version: 4.0.20a-nt-max
------------------
Coppermine version: 1.3.2
==========================
Module: gd
------------------
module doesn't exist
==========================
Module: mysql
------------------
Active Persistent Links 0
Active Links 1
Client API version 3.23.49
==========================
Module: zlib
------------------
ZLib Support enabled
Compiled Version 1.1.4
Linked Version 1.1.4
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .;c:\php4\pear | .;c:\php4\pear
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | no value | no value
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.315 seconds - 10 queries in 0.035 seconds - Album set :
« Last Edit: September 26, 2004, 01:53:59 am by kegobeer »
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Another Batch Add Malfunction...
« Reply #1 on: September 25, 2004, 06:10:12 pm »

Have you CHMOD'd the albums and include directories (and all directories in albums) to 755 or 777?  Also make sure you have the edit directory in the albums directory.

Sometimes if you CHMOD the parent directory it doesn't automatically transfer to all the directories inside it.  You may have to do each directory individually.  You can also ask your host to set permissions for all the subdirectories if it doesn't seem to stick.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

warden

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Another Batch Add Malfunction...
« Reply #2 on: September 25, 2004, 06:20:11 pm »

Thanks kegobeer...
I am hosting this server on my home computer, not at an ISP.  All the folders were CHMOD at 755 by default.  When I manually try to change them I get this reply:

COMMAND:> SITE CHMOD 755 (\dir)
500 Unknown command.

I read in a thread here that CHMOD was not as important on a Windows box, but I did it anyway.

I really don't know what I did differently with this install, if anything.  It (coppermine) worked flawlessly a few of days ago but the server didn't.  Now the coppermine isn't right.  I will keep digging...
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Another Batch Add Malfunction...
« Reply #3 on: September 25, 2004, 06:28:38 pm »

Sorry, I completely missed the Windows stuff in your first post.  CHMOD isn't a valid command when running Apache under Windows.  You may have to set your folder permissions, especially for your \tmp folder (or whichever folder you've designated).

Have you uncommented the gd2 extension in your php.ini file?
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

warden

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Another Batch Add Malfunction...
« Reply #4 on: September 25, 2004, 06:46:43 pm »

I uncommented this file from my php.ini file in C:\windows

extension=php_gd2.dll

Still it will not work.

I thank you for your help...
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Another Batch Add Malfunction...
« Reply #5 on: September 25, 2004, 06:52:16 pm »

Did you restart Apache after making changes to php.ini?

Also, what do you mean by a "packaged" solution?  Did you download a WAMP all-in-one server?  I have mixed feelings about them, most of the time they aren't set up exactly how you'd like.

I would be happy to come up with a guide on how I've set up my Windows/Apache/PHP/MySQL box - everything works great, and it's easy to upgrade and customize.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Nibbler

  • Guest
Re: Another Batch Add Malfunction...
« Reply #6 on: September 25, 2004, 06:53:25 pm »

Did you also move php_gd2.dll into windows\system32 ?

You could try installing ImageMagick
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Another Batch Add Malfunction...
« Reply #7 on: September 25, 2004, 07:00:48 pm »

Depending on how he configured extension_dir the gd extension may not need to be moved.  I prefer to keep everything outside of my windows directory, and even PHP has changed it's recommendations and now says to add PHP to the Windows PATH variable and leave all PHP files in the PHP directories.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

warden

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Another Batch Add Malfunction...
« Reply #8 on: September 25, 2004, 07:06:51 pm »

I am using ImageMagik, therefore I probably don't need the gd2 file or the uncommented line, I guess.

I am using a suite of products from www.devsite.net.  They work well, except for the coppermine.  I am wondering if there is anything in coppermine that I need to change a program location in a config location somewhere?

The Apache webserver that I installed from Apache never would work well at all.  It was slow or non working most of the time.  It would "hang" lots of times.  I spent countless hours trying to fix it, to no avail.  So I tried a suite of products to see if that would help.

-warden-
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Another Batch Add Malfunction...
« Reply #9 on: September 25, 2004, 07:09:06 pm »

Since you're using ImageMagick, switch to GD2 in the config settings and see what happens.  It could be an ImageMagick issue (since ImageMagick can really be a pain to get working with Windows).

I think I will write up how I install everything - it could help some people who want to set up a server and keep having problems.  Under most conditions Apache runs better under Windows when installed separately than most all-in-one package configurations.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

warden

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Another Batch Add Malfunction...
« Reply #10 on: September 25, 2004, 07:39:13 pm »

I may be wrong but I don't think it is an ImageMagik.  Is imagemagik required to view the thumbnails to do the batch add procedure?  I know it is for the convert (size) but just to view the pics in batch add I am unsure.

I do appreciate your help and if you have an Apache setup that works with a win box, that would be great.  I have used 2.0.x, 1.3.x and all have worked the same and none has worked at all (dependably that is).

I will continue to search for an answer to my problem...
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Another Batch Add Malfunction...
« Reply #11 on: September 25, 2004, 08:55:34 pm »

You must have either GD or ImageMagick running correctly to use Coppermine.  They are used during the upload process to create the thumbnails and intermediate pictures.  If they aren't running correctly then you won't be able to use Coppermine.  That's why I suggested switching to GD2 - this way we can eliminate ImageMagick as the source of your problems.

Have you reviewed your server logs to see what errors are produced during the batch add process?
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

warden

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Another Batch Add Malfunction...
« Reply #12 on: September 25, 2004, 10:43:13 pm »




Apache error, the coppermine folder was remaned 'cpg'.

[Sat Sep 25 16:17:30 2004] [error] [client 127.0.0.1] File does not exist: C:/www/webroot/cpg
The system cannot find the path specified.

I see no other error notifications.

-warden-

Logged

warden

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: Another Batch Add Malfunction...
« Reply #13 on: September 25, 2004, 11:21:54 pm »

Problem SOLVED!

I don't know what I did, but I just deleted and reinstalled coppermine and its sql database.  I really just started over.  After I renamed the coppermine in www\root to "coppermine" rather than "cpg" it worked.  I don't knwo how or why but strander things have happened before.

Thanks Mr. Keg and others... I will partake of a little beer now myself and I will hoist one up for you.

-warden-
Logged

cryogenic

  • Tester
  • Coppermine regular visitor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 79
    • the cynic says...
Re: Another Batch Add Malfunction...
« Reply #14 on: September 26, 2004, 12:14:31 am »

so I guess someone should mark this "solved" :)
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Another Batch Add Malfunction...
« Reply #15 on: September 26, 2004, 01:54:56 am »

Ahh, the power of server logs!   :D

You probably could've just renamed the folder back to coppermine instead of reinstalling, but good to hear your problem is solved!
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

cryogenic

  • Tester
  • Coppermine regular visitor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 79
    • the cynic says...
Re: Another Batch Add Malfunction...
« Reply #16 on: September 26, 2004, 03:27:36 am »

Must be a windows thing because I have coppermine installed in /gallery and it works perfectly fine. I didn't think that the name of the directory in which it resides had any effect on things, so long as it's the same directory as when you ran /install.php.
Logged
Pages: [1]   Go Up
 

Page created in 0.033 seconds with 15 queries.