i've installed a fresh phpwiki-1.3.5 on my server, running mac OSX 10.2.8 with php 4.3.4 and Mysql 3.23.
but after configuring, the index.php shows:
"Loading up Virgin Wiki"
and alle the links are not filled in yet, including the admin pages.
what went wrong? and how to fix?
Loading up virgin wiki
AddingPages
from MIME file ./pgsrc/AddingPages is identical to current version 1 - skipped
AllPages
from MIME file ./pgsrc/AllPages is identical to current version 1 - skipped
AllUsers
from MIME file ./pgsrc/AllUsers is identical to current version 1 - skipped
BackLinks
from MIME file ./pgsrc/BackLinks is identical to current version 1 - skipped
CalendarPlugin
from MIME file ./pgsrc/CalendarPlugin is identical to current version 1 - skipped
CategoryCategory
from MIME file ./pgsrc/CategoryCategory is identical to current version 1 - skipped
CategoryHomePages
from MIME file ./pgsrc/CategoryHomePages is identical to current version 1 - skipped
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i finally got it working.
the problem was the version of php on my machine. i used 4.3.4. i changed it for 4.1.2 and everything was working again.
btw. it is the 4.3.4 version from www.entropy.ch specially for mac osx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
on lines 796-799
---------------------------
if ($default_pgsrc != $pgsrc)
LoadAny($request, $default_pgsrc, $GenericPages);
LoadAny($request, $pgsrc);
--------------------------
without doing anything, really. well now, by magic, phpwiki does an initializem but ?action= does not work anymore.
That's strange because, before it initialized, I could create some pages.
hmmmmmm!!
phpWiki is great, but also a little bit buggy in my opinion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello there,
i've installed a fresh phpwiki-1.3.5 on my server, running mac OSX 10.2.8 with php 4.3.4 and Mysql 3.23.
but after configuring, the index.php shows:
"Loading up Virgin Wiki"
and alle the links are not filled in yet, including the admin pages.
what went wrong? and how to fix?
Loading up virgin wiki
AddingPages
from MIME file ./pgsrc/AddingPages is identical to current version 1 - skipped
AllPages
from MIME file ./pgsrc/AllPages is identical to current version 1 - skipped
AllUsers
from MIME file ./pgsrc/AllUsers is identical to current version 1 - skipped
BackLinks
from MIME file ./pgsrc/BackLinks is identical to current version 1 - skipped
CalendarPlugin
from MIME file ./pgsrc/CalendarPlugin is identical to current version 1 - skipped
CategoryCategory
from MIME file ./pgsrc/CategoryCategory is identical to current version 1 - skipped
CategoryHomePages
from MIME file ./pgsrc/CategoryHomePages is identical to current version 1 - skipped
My index.php displays exactly the same! But the links actually work.
I freshly installed the latested xampp distribution.
Well,
i finally got it working.
the problem was the version of php on my machine. i used 4.3.4. i changed it for 4.1.2 and everything was working again.
btw. it is the 4.3.4 version from www.entropy.ch specially for mac osx
tonight i will try the 1.3.4 dist and see if things change.
And i forgot to mention that i'm running Mac OSX SERVER 10.2
Well i played a little with lib/loadsave.php
on lines 796-799
---------------------------
if ($default_pgsrc != $pgsrc)
LoadAny($request, $default_pgsrc, $GenericPages);
LoadAny($request, $pgsrc);
--------------------------
without doing anything, really. well now, by magic, phpwiki does an initializem but ?action= does not work anymore.
That's strange because, before it initialized, I could create some pages.
hmmmmmm!!
phpWiki is great, but also a little bit buggy in my opinion.
now i really feel bad:
i only cleaned the cache from IE v6, hitting totally frustrated the refresh button about a hundred times....
everything jhust working fine....