nothing works on the real site

Added by leo trela 6 months ago

Hello
First i want to say that your work is just perfect. About my problem now...while i was using the file manager on my localhost server everything just work fine!But since i uploaded my files to the real server for my real web site the only thing i can do is preview files and take info for this,i can not upload anuthing or create anything. The only thing i changed when i uploaded the file was the connector.php the url option.
Please help me because i can not use it....
Kind Regards


Replies (4)

RE: nothing works on the real site - Added by Troex Nevelin 6 months ago

nothing works on the real site

Really not much information about your problem, but first check the root option in connector.php if it set correct for your website.

Also I didn't understand if elFinder client/UI starts at all or you got some errors from elFinder? You can attach a screenshot here for better explanation.

RE: nothing works on the real site - Added by leo trela 6 months ago

Thanks for your reply!
First you should know tha i use Version: 1.2,also in my localhost the setting in the connector.php are :

$path = '../../../../images/';
$opts = array(
    'root'            => $path,                       // path to root directory
    'URL'             => 'http://localhost/basic2/images/', // root directory URL
    'rootAlias'       => 'Home',       // display this instead of root directory name

and to the real server are:

$path = '../../../../images/';
$opts = array(
    'root'            => $path,                       // path to root directory
    'URL'             => 'http://www.sitename.com/images/', // root directory URL
    'rootAlias'       => 'Home',       // display this instead of root directory name


Also some more info about my problem is that the only thing i can do is to see which files are in the root folder and in the subfolders, nothing more. For example if i try to upload something i get "unable to upload" the same if i try to create a folder and all there function.

!!

upload.jpg (52.8 kB)

RE: nothing works on the real site - Added by Troex Nevelin 6 months ago

Strange, but probably looks like you don't have permission to do it, looks strange that you don't see the lock icon above file/dir icons. Are you able to rename/delete a file? Try setting 777 permissions on the files and see if it helps.

Also use relative paths with care, maybe try to specify absolute path for the root folder, like /path/to/site/images, also check server error log

RE: nothing works on the real site - Added by leo trela 6 months ago

Thank you very much my friend!!!!!You are just perfect!the problem was with the permissions!!!Thanks again!

(1-4/4)