PEAK XOOPS - probleme with the path in batch upload in englishin japanese

probleme with the path in batch upload

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2003/11/6 9:19
yerac  办霹始   Posts: 12
My web-hosting inform me that have changed the real path of my account (and all other) and since I can't upload photos by the batch upload

The old path for batch upload was :
/home/users/myaccount/www/directory/modules/myalbum/photos/gallery1/

And the new path is
/home/users/m/myaccount/www/directory/modules/myalbum/photos/gallery1/

My web hosting webmaster said he just add a the first letter of every account for reorganize. But since he made change I can't upload but Xoops work normally. The web hosting now turn in cluster.

Have you a solution for my problem ?

Thanks
Votes:2 Average:10.00
Previous post - Next post | Parent - Children.1 | Posted on 2003/11/6 17:37
GIJOE  黎扦烦菱   Posts: 4110
I've just known some version of php fails returning 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 ) || ! is_executable( $dir ) ) {
		redirect_header( $PHP_SELF , 2 , _ALBM_MES_INVALIDDIRECTORY ) ;
		exit ;
	}
	if( substr( $dir , -1 ) == '/' ) $dir = substr( $dir , 0 , -1 ) ;
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2003/11/6 21:18
yerac  办霹始   Posts: 12
Well, this is the solution

Now the modules done normally

Thanks Gi Joe, you are the best for the support.
Votes:1 Average:10.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!