Log in

View Full Version : error embed php files in template, after create plugin as instruction


basketmen
12-09-2007, 03:53 AM
i want to embed php files in template

Marco van Herwaarden
12-09-2007, 06:03 AM
As the error message already states: You are trying to include a file named "preview.php", which can not be found.`

basketmen
12-09-2007, 07:05 AM
thanks for answering

Marco van Herwaarden
12-09-2007, 07:12 AM
You are most likely somehwere using an include()/require() of functions.php, instead of a include_once() or require_once().

basketmen
12-09-2007, 07:46 AM
i confuse why this is not works,

this is code for the plugin that i use

]