Results 1 to 8 of 8

Thread: Unable to save an edited php file using Joomla eXplorer?

  1. #1
    Wannabe Geek googlebomber76's Avatar
    Join Date
    Oct 2007
    Location
    The Annex
    Posts
    182
    Post Thanks / Like

    Default Unable to save an edited php file using Joomla eXplorer?

    Hi Guys,

    I'm trying to edit a php file using Joomla explorer, I can open it, write in the correct code, hit the save button but nothing happens...

    Could it be something to do with my hosts server set up or something like that, everything seems fine on my end?

    thanks

  2. #2
    Coder Lottoplus's Avatar
    Join Date
    Jan 2008
    Posts
    84
    Post Thanks / Like

    Default its a permissions Chmodd problem

    Make sure that the file is writeable, if you've just uploaded Joomla explorer, and if your with 365 I'm not sure about other hosts the files are locked for about 24 hours before you can edit the file permissions.(its a pain but no way around it)

    Set the files to 777 which will make them writeable

  3. #3
    Wannabe Geek googlebomber76's Avatar
    Join Date
    Oct 2007
    Location
    The Annex
    Posts
    182
    Post Thanks / Like

    Default

    Quote Originally Posted by Lottoplus View Post
    Make sure that the file is writeable, if you've just uploaded Joomla explorer, and if your with 365 I'm not sure about other hosts the files are locked for about 24 hours before you can edit the file permissions.(its a pain but no way around it)

    Set the files to 777 which will make them writeable
    The file is writeable and set to 777, I'm with letshost, i'm also having a can not locate server "local host" error when trying to register a customer or checkout the cart on the site...i'm guessing it's a sql database error somewhere due to a reload of the site done recently....propably going to have to wait until tuesday to get it sorted out as the whole country is gone out bar me....

  4. #4
    Wannabe Geek
    Join Date
    Nov 2006
    Location
    Carlow
    Posts
    121
    Post Thanks / Like

    Default

    Do you get any errors when you try save the file?
    “When you want something, all the world conspires in helping you to achieve it.”

    www.waffle.ie

    wheresmejumpa.com

  5. #5
    Wannabe Geek googlebomber76's Avatar
    Join Date
    Oct 2007
    Location
    The Annex
    Posts
    182
    Post Thanks / Like

    Default

    Quote Originally Posted by wheres me jumpa View Post
    Do you get any errors when you try save the file?
    no nothing happens at all...

  6. #6
    Coder Lottoplus's Avatar
    Join Date
    Jan 2008
    Posts
    84
    Post Thanks / Like

    Default

    This was posted on joomla.org last week about joomla explorer

    I think JoomlaXplorer is an excellent component and a must have for every Joomla! installation. It makes file management a breeze. There are a few bugs here and there, but nothing a seasoned programmer can't fix.

    One major issue is the webroot backtracking that happens. Found a solution on the web to fix the site root access to users on shared hosts problem:

    Modify the following lines in the file {site root directory}/administrator/components/com_joomlaxplorer/.config/conf.php

    else {
    $GLOBALS["home_dir"] = $dir_above;
    // the url corresponding with the home directory: (no trailing ‘/’)
    $GLOBALS["home_url"] = substr( $mosConfig_live_site, 0, strrpos($mosConfig_live_site, ‘/’));
    }

    to the following…

    else {
    $GLOBALS["home_dir"] = $mosConfig_absolute_path;
    // the url corresponding with the home directory: (no trailing ‘/’)
    $GLOBALS["home_url"] = $mosConfig_live_site;
    }

    This will fix the security hole with JoomlaXPlorer, and allow users only to access folders in their own joomla installation, allthough you should also chown and chmod the conf.php file to an administrator account to prevent users from modifying it.
    Seems its still a bit buggy

  7. #7
    Wannabe Geek gav240z's Avatar
    Join Date
    Dec 2007
    Location
    Rathmines, Dublin
    Posts
    474
    Post Thanks / Like

    Default JoomlaExplorer

    Quote Originally Posted by googlebomber76 View Post
    Hi Guys,

    I'm trying to edit a php file using Joomla explorer, I can open it, write in the correct code, hit the save button but nothing happens...

    Could it be something to do with my hosts server set up or something like that, everything seems fine on my end?

    thanks
    I hate to state the obvious but if JoomlaExplorer is giving you grief can you use plain old FTP?

    I've not had this problem before with JoomlaExplorer but then again I've never attempted to overwrite php files with it.

  8. #8
    Frontpage User
    Join Date
    Apr 2008
    Posts
    10
    Post Thanks / Like

    Default Check the file for any errors

    Hello there,
    Is that the file writable. Check for any errors when you save the file.

Similar Threads

  1. Adobe > File > Save as HTML....?
    By Cormac in forum Webmaster Discussion
    Replies: 2
    Last Post: 16-10-2007, 09:24 AM
  2. PHP Include (Most Recent HTML File)?
    By ButtermilkJack in forum Coding Help
    Replies: 6
    Last Post: 29-03-2007, 09:19 AM

Visitors found this page by searching for:

joomlaxplorer unable to open directory

joomla explore upload php files

joomlaXplorer ERROR(S): : Unable to open directory.

joomla explorer root

joomla explorer : Unable to open directory.

joomla explorer help unable to edit.php

zorro logo

joomlaxplorer archive error

unable to save file css file joomla

joomlaxplorer archive save to directory

joomla xploer cant edit file

joomla unable to chmod joomlaxplorer

joomla extplorer $GLOBALS[home_dir]

joomla xplorer unable to open directory

joomlaxplorer page not found

joomlaxplorer error

how can i edit a php file using joomlaxplorer component

joomlaxplorer start dir

poczta wp

modificare file con joomlaxplorer#

joomla forum explorer unable to save save and close

Unable to save result set in joomla

joomla explorere cannot edit files

unable to edit files with joomla xplorer#hl=en

dir_above = substr(

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •