[pmwiki-users] Just starting out....

DaveG pmwiki at solidgone.com
Tue Oct 20 13:00:45 CDT 2009



~Jami wrote:
> Hello all,  I have a dumb newbie question -
> 
> I have installed pmwiki, everything seems to be fine.
> However, any changes I make to local/config.php do not show up when I 
> load pmwiki.php in my browser.
> 
> latest change was to install a skin and reference it in config.php - 
> again no show.  My logo - no show.  My background color change - no show.
Make sure there are execute privs on config.php (I have 0644), and on 
the local/ directory (I have 0755).

You might also quickly check that config.php is being executed. Add a 
basic print statement:
   echo "In config";

If you see "In config" when you reload your browser (and possibly some 
errors, just ignore those), then you may have an error how you're 
including the skin. If so let us know what statements you're using.

If you don't see the "In config" then check that you have the 
installations setup right, with the directories in the right place.


  ~ ~ Dave



More information about the pmwiki-users mailing list