chmod777 werkt niet gek genoeg

Status
Niet open voor verdere reacties.
nou ik weet 100% zeker dat het eindigd op /

This is highly server specific so it is difficult to give specific advice. If you have created a directory for uploading data, make sure your http server can access it. The easiest (but least secure) way to do this is give it permissions 777. It is better to give the web server ownership of the directory and limit the permissions.

The top cause of this issue is PHP configured to prevent access to most directories using open_basedir. You may want to check with your hosting provider on this.

Make sure the path is correct and ends with a /. You can check the path in your database in the datalists table.

If you only have ftp access to your server and created a directory but do not know the path of it, you might be able to figure it out from the www file path set in your datalists database table. Asking for help from your hosting help team is recommended at this stage.

dit heb ik ingevult

System settings


Now that the Elgg database has been successfully installed, you need to enter a couple of pieces of information to get your site fully up and running. We've tried to guess where we could, but you should check these details.



The name of your site (eg "My social networking site"):

Test
Short description of your site (optional)
Netwerk site test

Site email address (used when sending system emails)
****@hotmail.com

The site URL, followed by a trailing slash:
http://www.studieoverzicht.com/

The full path to your site root on your disk, followed by a trailing slash:

/home/deb38778/domains/studieoverzicht.com/public_html/
The full path to the directory where uploaded files will be stored, followed by a trailing slash:
C:\Users\Jeroen\Desktop\sites\profielsite\data\

Enter the view which will be used as the default for your site or leave this blank for the default view (if in doubt, leave as default):


The default language for your site: English

The default access permissions: PrivateFriendsLogged in usersPublic

Debug mode provides extra information which can be used to diagnose faults. However, it can slow your system down so should only be used if you are having problems: Turn off debug mode (recommended)Display only critical errorsDisplay errors and warningsLog all errors, warnings and notices

Enable this to have user logins performed over HTTPS. You will need to have https enabled on your server for this to work.
Enable HTTPS logins


The RESTful API is a flexible and extensible interface that enables applications to use certain Elgg features remotely.
Enable the RESTful API



Dit krijg ik vervolgens te zien

Welcome to Elgg.

Your data directory C:/Users/Jeroen/Desktop/sites/profielsite/data/ is not writable.
 
Gevonden wat het misschien is maar ik durf niet veel te veranderen

Initial Configuration

Elgg has a front-end interface to set up config.php, but there are a couple of things you need to do before you can use that interface:
1.Create a data directory outside your web server root. As described in the configuration file, this is a special directory where uploaded files will go. It's also advisable to create this directory outside your main Elgg install. This is because this directory will be writable by everyone accessing the Elgg site and having such a "world-accessible" directory under your Elgg installation is a security risk. If you call the directory Elgg-data, make it world-readable with the following command:

$ chmod 777 elgg-data

2.Setup admin username and password. Before you can access Elgg's configuration web front-end, you need an admin user and a password. For that open the config.php file in your favorite text editor and scroll down to the following variables:

$CFG->adminuser = "";
$CFG->adminpassword = "";


Specify your chosen admin username and password between the quotes, so that it looks something like this:

$CFG->adminuser = "admin";
$CFG->adminpassword = "765thyr3";


Make sure you don't forget the username and password of the admin user.
 
The full path to your site root on your disk, followed by a trailing slash:

/home/deb38778/domains/studieoverzicht.com/public_html/
The full path to the directory where uploaded files will be stored, followed by a trailing slash:
C:\Users\Jeroen\Desktop\sites\profielsite\data\

Het bovenste pad is een Linux/Unix pad, het onderste een Windowspad. Dat gaat niet samen.

De upload map moet een map op de webserver zijn, bijvoorbeeld /home/deb38778/domains/studieoverzicht.com/public_html/upload/

Die upload map moet je aanmaken en dan de rechten aanpassen met chmod.

Ik weet niet of 777 zo verstandig is, dan mag iedereen in de map lezen schrijven en dingen uitvoeren.
 
geate hr mv

hierbij wil ik vermelden dat ik contact heb opgenomen met de medewerkers van antagonist

die zeggen dat ik met een gerust hart gebruik kan maken met 777
ik ben al weken aan het tobben maar het lukt niet
 
Geachte PST

Hierbij hartelijk dank voor uw advies

Er stond namelijk standaard dat unix aanroepen deze heb ik verwijderd, maar nu krijg ik deze foutmelding... weet u wat ik hiermee moet doen

Welcome to Elgg.

Your data directory C:/Users/Jeroen/Desktop/sites/profielsite/ must be outside of your install path.
 
Hierbij hartelijk dank voor uw advies

Er stond namelijk standaard dat unix aanroepen deze heb ik verwijderd, maar nu krijg ik deze foutmelding... weet u wat ik hiermee moet doen

Welcome to Elgg.

Your data directory C:/Users/Jeroen/Desktop/sites/profielsite/ must be outside of your install path.
Waarom heb je het UNIX pad verwijderd? De servers van Anatagonist draaien volgens mij nog altijd op linux, niet windows.

EDIT: Trouwens, als ik hier zo eens kijk ondersteunt installatron ook elgg, waarom gebruik je dat niet om je programma te installeren?
 
Laatst bewerkt:
Beste

Dat stond standaard ingevult

Nu ik het verwijderd heb krijg ik een andere foutmelding

Welcome to Elgg.

Your data directory C:/Users/Jeroen/Desktop/sites/profielsite/ must be outside of your install path.


Weet u wat ik nu moet doen

Als ik die regel niet verwijder is et not rewritteble
en ik ben al dagen aan het tobben
 
Zie mijn edit, gebruik installatron indien mogelijk, dan ben je in één keer van het gelazer af en weet je zeker dat het goed geïnstalleerd is.
 
Beste

Ik snap dat u misschien gek wordt van berichten maar ik zie een gif afbeelding
En ja een heleboel links maar kunt u me uitleggen wat ik moet doen ?

Die foutmelding zegt dat mijn map outside instal.php moet maar dat staat die
 
Waarom probeer je een windows pad in een linux omgeving te gebruiken? Dat gaat niet werken.

(en nogmaals... installatron, makkelijk, snel, geen gedonder.)
 
ik moet een pad opgeven

het is een test pagina naderhand wil ik het weer opnieuw onder andere domain zetten

Nogmaals hij vult standaard die unix regel in en ik moet zelf die andere path invullen
 
het is een test pagina naderhand wil ik het weer opnieuw onder andere domain zetten

Nogmaals hij vult standaard die unix regel in en ik moet zelf die andere path invullen
Je moet inderdaad het pad invullen van de map waar de gegevens moeten komen te staan, op de server welteverstaan, dus dat kan nooit een windows pad zijn.

Even voor de goede orde, ik neem aan dat je elgg probeert te installeren op je server bij antagonist, dan moet de map met data dus ook op die server staan, zeker niet op je eigen PC.

Wat je met installatron installeert kun je trouwens ook weer weghalen met installatron.
 
Hierbij hartelijk dank

De map moet volgens tutorials buiten public html staan
Ik ga nu proberen geen windows pad iin te vullen

U hoort nog van mij
 
De map moet volgens tutorials buiten public html staan
Ik ga nu proberen geen windows pad iin te vullen

U hoort nog van mij
Buiten public_html ja, maar niet buiten de server, je moet een map maken met een pad zoals

/home/deb111111/domains/studieoverzicht.com/gegevensmap/
 
helaas

Welcome to Elgg.

You have not specified a data directory.


wat is er nou weer niet goed
 
standaard ingevult

/home/deb38778/domains/studieoverzicht.com/public_html/

En u zegd dat het buiten domains en public html moet ?

Welcome to Elgg.

You have not specified a data directory.


Nou helaas niet dus
 
Waar heb ik gezegd dat /home/deb111111/domains/studieoverzicht.com/public_html/ moest invullen? beter lezen kerel. Je moet juist een map op je server aanmaken die niet in de map public_html zit (zoals bijvoorbeeld /home/deb111111/domains/studieoverzicht.com/gegevensmap/), daar moet je elgg naar verwijzen (als ik hun aanwijzingen goed begrepen heb).
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan