DominicanFun

Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Group membership

  • Beginning Developers

    Beginning Developers

    This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking

Activity

  • DominicanFun commented on the plugin Material Design (Quantum Paper)
    Hola, por que en lugar dle menu lateral me aparece el menu superior? por favor HELP ME PLEASE
  • DominicanFun commented on the plugin Time Theme Pro
    Bueno, sigue sin solucionarse el error ese, y en Gibtub no puedo reseñar, lastima ese fallo porque es un gran tema
  • DominicanFun commented on the plugin Time Theme Pro
    Hay un error, en la pagina de inicio no permite el registro de nuevos usuarios, no aparece la pestaña de "registrarse" en la version 2.0
  • DominicanFun commented on the plugin Time Theme Pro
    Increible tema, si señor. enhorabuena
  • DominicanFun commented on the plugin Agro Theme
    ¿Y como modifico el index?
  • DominicanFun replied on the discussion topic Problema carpeta DATA elgg 2.2
      I put both the url link ( mysite / data / ) as well probe with home / htdocs / data) and always tells me the same. The folder has 777 permissions and the folder is created outside the directory elgg therefore the error which is not view reply
  • DominicanFun replied on the discussion topic Problema carpeta DATA elgg 2.2
    the permissions are 777 to the data folder. I've tried a thousand things . is there something wrong ... I need not tell me what I already but as it is done . an example or whatnot . but tell me something I do wrong ... that it is now. Thanks also view reply
  • DominicanFun added a new discussion topic Problema carpeta DATA elgg 2.2 in the group Beginning Developers
    Hello, please , I have a problem. Download the version 2.2 of Elgg and I install and good, but came to the DATA folder and tells me that is not a valid directory. Place a code I saw another tutorial modifying the elgginstaller.php and fix that,...
    • I can't tell you what you did wrong because I don't know what you did.  The message said it's not a valid directory.  What did you enter for the directory?  Are you sure it exists?

      From the command line you should be able to put in:

      cd <whatever you entered into that field>

      From anywhere.

    •  

      I put both the url link ( mysite / data / ) as well probe with home / htdocs / data) and always tells me the same. The folder has 777 permissions and the folder is created outside the directory elgg therefore the error which is not

    • Creation of the data directory outside the Elgg install directory (actually outside the document root directory) is correct. If the data directory is outside document root (as it should be) setting permissions to 777 is also correct.

      What's wrong is to enter any kind of url. You need to provide the full, absolute path to the data directory on the filesystem of the server instead. If it worked for the Elgg 1.9 installation it should work for the Elgg 2.2 installation in the same way. So, check the path you entered for Elgg 1.9 and enter the corresponding path to the data directory of Elgg 2.2.

      If it still fails to work with the correct filepath (and there's only one correct path possible) the php config on your server might use the open_basedir directive in php.ini that determines which directories are accessible. If open_basedir is used, the data directory of your Elgg 1.9 installation might be included in the list of allowed directories whereas the new data directory for Elgg 2.2 would not be included.