got error installing WCDDL

Status
Not open for further replies.

Bose

Banned
Banned
697
2009
1
0
hi.

i have installed wcddl. but got an error on the header.

WCDDL encountered an error during execution:
opendir(/home/user/public_html/altddl/modules/) [function.opendir]: failed to open dir: No such file or directory
Line 48 in /home/mostiwa2/public_html/altddl/funcs.php


plz help me.


url:

Code:
[URL]http://www.mostiwarez.com/altddl/[/URL]
 
15 comments
He's clearly got the wrong path look:
/home/user/

funcs.php should be chmod 644 and the dir its in, 755.
 
any idea what causes this?

WCDDL encountered an error during execution:
array_merge() [function.array-merge]: Argument #1 is not an array
Line 324 in /home/warezinc/public_html/funcs.php

WCDDL encountered an error during execution:
array_map() [function.array-map]: Argument #2 should be an array
Line 1 in /home/warezinc/public_html/funcs.php(176) : eval()'d code

WCDDL encountered an error during execution:
Invalid argument supplied for foreach()
Line 327 in /home/warezinc/public_html/funcs.php

WCDDL encountered an error during execution:
array_map() [function.array-map]: Argument #2 should be an array
Line 1 in /home/warezinc/public_html/funcs.php(176) : eval()'d code

WCDDL encountered an error during execution:
array_merge() [function.array-merge]: Argument #1 is not an array
Line 324 in /home/warezinc/public_html/funcs.php

WCDDL encountered an error during execution:
array_map() [function.array-map]: Argument #2 should be an array
Line 1 in /home/warezinc/public_html/funcs.php(176) : eval()'d code
 
He's clearly got the wrong path look:
/home/user/

funcs.php should be chmod 644 and the dir its in, 755.

JmZ for your next release why not do

$this->sitepath = str_repalce("\\","/",dirname(__FILE__)) . "/";

This will set the root according to Windows and Linux and its never failed me!
 
Simple reason I don't try to automatically get the path, what if you want to move files around?

Personally I sometimes store my funcs & modules in a non-public directory so need to set the path manually.

I'll leave it as is, feel free to try code a mod for it though or change your config.
 
yea i know why you did it just that most people dont know how to place behind html_docs etc! and if they did then they should be able to change that line according!

np anyways
 
Status
Not open for further replies.
Back
Top