1
carrie
myalbum-p
  • 2003/9/16 19:18

  • carrie

  • Just popping in

  • Posts: 58

  • Since: 2003/6/12


I have a question about myalbum-p. I've installed it and everything seems to be working fine. The only problem that I'm having is that I can't add photos. Where exactly do you go to add the photos? I've uploaded to ones that I would like to add to my '/modules/myalbum/photos' folder. I've tried using the batch upload, but when I go to put in the path to the file, it gives me an 'Invalid directory is specified' error. What does it mean by full path, because I've tried every path that I can think of and I keep getting the same error. Thanks in advance for any help you can give me.

2
GIJOE
Re: myalbum-p
  • 2003/9/16 20:46

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


At first, try "check module" in admin of myAlbum-P.
I'll help you after you tell me the result.

3
john47
Re: myalbum-p
  • 2003/9/17 1:07

  • john47

  • Just popping in

  • Posts: 24

  • Since: 2003/4/24


im having the exact same problem

its sommin ta do with

Config Check
Use ImageMagick: no
GD Version: bundled (2.0.12 compatible)

Directory for Photos: /home/xblgods/www/rf/modules/myalbum/photos Error: This directory is not writable nor readable .


how do i make the files readable and writable?

4
GIJOE
Re: myalbum-p
  • 2003/9/17 10:45

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Perhaps you didnot set permission of the directory for photo storing.

Set permission 777(or 707) into
/home/xblgods/www/rf/modules/myalbum/photos
/home/xblgods/www/rf/modules/myalbum/photos/thumbs
by FTP or shell.

If you'd like to use "batch upload", see this thread.

https://xoops.org/modules/newbb/viewtopic.php?topic_id=11902&forum=4#47553

5
carrie
Re: myalbum-p
  • 2003/9/17 13:24

  • carrie

  • Just popping in

  • Posts: 58

  • Since: 2003/6/12


I got it to work. Thanks.

6
darapera
myalbum-p batch register driving me nuts
  • 2003/11/5 8:01

  • darapera

  • Just popping in

  • Posts: 67

  • Since: 2003/7/22


If someone would give an idea how to get it to work it would be very much appreciated. this batch register thing is driving me NUTS! All configs checked out fine. I've checked and double million checked the paths its correct, it's NOT a path to /modules/myalbum/photos but someother directory as instructed in the other posts. I ran out of ideas....... does safe mode restriction have anything to do with inablity to batch register?

Meanwhile..... back to uploading my pics one by one :(

7
GIJOE
Re: myalbum-p batch register driving me nuts
  • 2003/11/6 8:29

  • GIJOE

  • Quite a regular

  • Posts: 265

  • Since: 2003/8/13


Some environment of php fails to return right permission of is_executable.

Try this:

myalbum/admin/batch.php
line 58-
// Check Directory
    
$dir $_POST['dir'] ;
    if( empty( 
$_POST['dir'] ) || ! is_dir$dir ) [d]|| ! is_executable$dir )[/d] ) {
        
redirect_header$PHP_SELF _ALBM_MES_INVALIDDIRECTORY ) ;
        exit ;
    }
    if( 
substr$dir , -) == '/' $dir substr$dir , -) ;

Login

Who's Online

176 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 176


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits