[pmwiki-users] horribly confused on ZAP create and pagetemplate

Brian brianbashi at gmail.com
Mon Dec 18 08:48:52 CST 2006


Hello The,

Monday, December 18, 2006, 4:44:51 AM, you wrote:

Thank you everyone for the overwhelming help!

It seems though I've been stopped dead in my tracks. Dan wrote to test
if ZAP is properly installed using this snippet:

> Here are a few other tips.
> 
> 1) Make sure you have zap working by using something like this snippet
> on a page:
> 
> (:zapform:)
> (:zapget:)
> (:input hidden Install="Installation Successful":)
> (:input hidden passdata="Install":)
> (:input submit value="Test Install":) {$Install}
> (:zapend:)


I click on "test install" and it seems
to reload the page, but thats all. I put (:messages:) at the top too,
and it displays "form submitted".  I find this odd because other
simple snippets did work. I was logged in when running the snippet.

Here is my config.php:

<?php if (!defined('PmWiki')) exit();
$EnableAccessCode = 1;
$AuthUser['brian'] = crypt('***');
include_once("$FarmD/cookbook/zap.php");
include_once("$FarmD/cookbook/zapfiles.php");
include_once("$FarmD/cookbook/commentboxplus.php");
include_once("$FarmD/cookbook/edittitle.php");
include_once("$FarmD/cookbook/spacewikiwords.php");
include_once("$FarmD/cookbook/pmfeed.php");
include_once("$FarmD/scripts/authuser.php");

zapfiles.php and zap.php are uploaded to cookbook and both the latest
version.



-- 
Best regards,
 Brian





More information about the pmwiki-users mailing list