[Solved] server_add problem with fresh installation

dspguy1

Joined: 2003-01-14
Posts: 45
Posted: Mon, 2014-03-03 12:31

Hi,

I somehow managed to botch up my gallery installation and I'm starting fresh. I have about 75 albums and >10000 pictures I have to readd. I started using the server add module but I'm running into a lot of issues.

I have a folder structure already set up for import. I checked to make sure that none of the folders or images started with album, admin and other names mentioned in the forum elsewhere. I forced 777 on the permissions to make sure it's not a permissions problem.

To experiment, I started off with a really small directory (about 15 pictures). server_add just hangs. Here's what the table lists (even after half an hour):

mysql> select * from g3_server_add_entries;
+----+---------+--------------+---------+-----------+-------------------------------------------------------+---------+
| id | checked | is_directory | item_id | parent_id | path                                                  | task_id |
+----+---------+--------------+---------+-----------+-------------------------------------------------------+---------+
|  1 |       1 |            1 |      37 |      NULL | /data/galleryupload/Public/Home Pictures              |      19 |
|  2 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6503.JPG |      19 |
|  3 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6506.JPG |      19 |
|  4 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6543.JPG |      19 |
|  5 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6548.JPG |      19 |
|  6 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6556.JPG |      19 |
|  7 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6566.JPG |      19 |
|  8 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6571.JPG |      19 |
|  9 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6592.JPG |      19 |
| 10 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6598.JPG |      19 |
| 11 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6618.JPG |      19 |
| 12 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6630.JPG |      19 |
| 13 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6642.JPG |      19 |
| 14 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6654.JPG |      19 |
| 15 |       0 |            0 |    NULL |         1 | /data/galleryupload/Public/Home Pictures/IMG_6682.JPG |      19 |
+----+---------+--------------+---------+-----------+-------------------------------------------------------+---------+

Here's the only thing in the logs:

<?php defined('SYSPATH') or die('No direct script access.'); ?>
2014-03-03 02:19:34 +11:00 --- error: date.timezone setting not detected in /etc/php5/apache2/php.ini falling back to UTC.  Consult http://php.net/manual/function.get-cfg-var.php for help.

Can someone help me with what my next steps are to troubleshoot this issue?

Attached is my phpinfo.

Thanks in advance for your help,
MT

AttachmentSize
phpinfo.txt23.62 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2014-03-05 14:35

Does adding an item ( try small first) just to see if the standard method works?

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
dspguy1

Joined: 2003-01-14
Posts: 45
Posted: Tue, 2014-03-18 02:36

Dave,

Sorry, I just saw this post. It looks like one of the plugins I had (don't know which one) was causing an issue. I was able to add a single item at a time without any issues. I was trying smaller folders and that did not help either.

I just ended up getting the latest and only added the default plugins. That seemed to work.

Thanks,
MT