From: jessica g. <in...@go...> - 2005-09-07 23:54:28
|
Hi, I would greatly appreciate any help you can offer. I am trying to install phpWiki on my server using the flat file system. It runs using the /tmp directory; when I try to change the directory's name to 'pages' I get the following error (below) I followed the directions in the install.flatfile, and had my php page generate the "pages" directory with no problem, the permissions are set to 755 for the pages directory; the database type is changed to 'file' in the config/config.ini I didn't touch the lib/config.php page because it indicated it did not need to be changed (comments at the top of the file) The wiki is located here: http://www.gomula.net/myth thank you, Jessica lib/WikiDB/backend/file.php:63: Warning: mkdir(/pages): Permission denied lib/WikiDB/backend/file.php:76: Warning: mkdir(/pages/latest_ver): No such file or directory Error while writing page 'global_data' ______________________________ in...@go... www.gomula.net |
From: Reini U. <ru...@x-...> - 2005-09-08 15:24:47
|
Please set the corerct absolute dir for pages in config.ini: DATABASE_DIRECTORY Curently it's set to /pages, where apache apparently has no write permissions. > Hi, > I would greatly appreciate any help you can offer. > I am trying to install phpWiki on my server using the flat file system. > It runs using the /tmp directory; > > when I try to change the directory's name to 'pages' I get the > following error (below) > I followed the directions in the install.flatfile, and had my php page > generate the "pages" directory with no problem, the permissions are > set to 755 for the pages directory; the database type is changed to > 'file' in the config/config.ini > > I didn't touch the lib/config.php page because it indicated it did not > need to be changed (comments at the top of the file) > > The wiki is located here: http://www.gomula.net/myth > > thank you, > Jessica > > > lib/WikiDB/backend/file.php:63: Warning: mkdir(/pages): Permission > denied > > > lib/WikiDB/backend/file.php:76: Warning: mkdir(/pages/latest_ver): No > such file or directory > > > Error while writing page 'global_data' > > ______________________________ > in...@go... > www.gomula.net -- Reini Urban http://phpwiki.org/ http://xarch.tu-graz.ac.at/home/rurban/ |
From: Reini U. <ru...@x-...> - 2005-09-10 13:00:33
|
jessica gomula schrieb: > THANK YOU!! > > I had thought it was a relative path. It seems to be working fine, and > saving changes; however I am getting this warning when I try to edit: > > ib/PageType.php (In template 'body' < 'html'):138: Notice: WARNING: > InterWikiMap page is unlocked, so not using those links. > > Do I need to change a permission somewhere? log in as ADMIN_USER go to InterWikiMap and lock it. > > Again, THANK YOU for your help, > Jessica > ______________________________ > Jessica Gomula > Professor of Printmaking & New Media > CSU Stanislaus; Turlock, CA 95382 > (209) 585-6712 > in...@go... <mailto:in...@go...> > www.gomula.net > > > > > On Sep 9, 2005, at 4:10 AM, Reini Urban wrote: > >> >> >>> Thank you for replying. >>> >>> My host has told me that I am hosted on a shared server and the >>> operating system is FreeBSD. >>> He referred me to a Linux permissions fact sheet. >>> http://www.zzee.com/solutions/linux- >>> permissions.shtml#zzee_link_2_1077830297 >>> >>> Other than that they do not seem to want to provide any help with >>> scripts. >>> >>> My Database_Directory in the config/config.ini file is now set to /pages >>> The actual directory of pages currently has its permissions set to >>> 777, it is at the same level as the config folder. >>> >>> Do I need to set a path that is more absolute than /pages? At what >>> level should I start? >>> >> >> once again: >> /pages is not writable by you. >> try something like /home/gomula/pages >> >> >> >> >>> >>> As before, thank you very much for your help, >>> Jessica >>> ______________________________ >>> Jessica Gomula >>> in...@go... <mailto:in...@go...> >>> www.gomula.net >>> >>> >>> >>> >>> On Sep 8, 2005, at 8:24 AM, Reini Urban wrote: >>> >>> >>>> Please set the corerct absolute dir for pages in >>>> config.ini: DATABASE_DIRECTORY >>>> >>>> Curently it's set to /pages, where apache apparently has no write >>>> permissions. >>>> >>>> >>>> >>>>> Hi, >>>>> I would greatly appreciate any help you can offer. >>>>> I am trying to install phpWiki on my server using the flat file >>>>> system. >>>>> It runs using the /tmp directory; >>>>> >>>>> when I try to change the directory's name to 'pages' I get the >>>>> following error (below) >>>>> I followed the directions in the install.flatfile, and had my php >>>>> page >>>>> generate the "pages" directory with no problem, the permissions are >>>>> set to 755 for the pages directory; the database type is changed to >>>>> 'file' in the config/config.ini >>>>> >>>>> I didn't touch the lib/config.php page because it indicated it did >>>>> not >>>>> need to be changed (comments at the top of the file) >>>>> >>>>> The wiki is located here: http://www.gomula.net/myth >>>>> >>>>> thank you, >>>>> Jessica >>>>> >>>>> >>>>> lib/WikiDB/backend/file.php:63: Warning: mkdir(/pages): Permission >>>>> denied >>>>> >>>>> >>>>> lib/WikiDB/backend/file.php:76: Warning: mkdir(/pages/latest_ver): No >>>>> such file or directory >>>>> >>>>> >>>>> Error while writing page 'global_data' -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |
From: Reini U. <ru...@x-...> - 2005-09-11 13:16:56
|
jessica gomula schrieb: > Reini, > > You have been VERY HELPFUL. Could you explain how to lock the > InterWiki.map file? Is it simply changing the permissions (755, etc) ? > Or is this something my host would have to do for me (I can change > permissions or password protect, but not much else). I already wrote it on Sep 10, 2005, at 6:00 AM. > On Sep 10, 2005, at 6:00 AM, Reini Urban wrote: > >> log in as ADMIN_USER >> go to InterWikiMap and lock it. -- Reini Urban http://phpwiki.org/ |
From: Dan F. <dfr...@cs...> - 2005-09-12 13:43:33
|
If you log in as admin and visit that page, there is a small pink button at the bottom of the screen that says "lock page." Dan Reini Urban wrote: > jessica gomula schrieb: > >> Reini, >> >> You have been VERY HELPFUL. Could you explain how to lock the >> InterWiki.map file? Is it simply changing the permissions (755, etc) >> ? Or is this something my host would have to do for me (I can change >> permissions or password protect, but not much else). > > > I already wrote it on Sep 10, 2005, at 6:00 AM. > >> On Sep 10, 2005, at 6:00 AM, Reini Urban wrote: >> >>> log in as ADMIN_USER >>> go to InterWikiMap and lock it. >> |