hi search and tryed almost everything.
cant get any plugin run. for example FileViewerEditor
here is my configuration
<?php
$CONFIGURATION = array(
"db" => array(
"type" => "mysql",
"user" => "xyz",
"password" => "xyz",
"host" => "localhost",
"database" => "mollify",
"table_prefix" => "mollify_",
"charset" => "utf8"
)
);
$PLUGINS = array(
"FileViewerEditor" => array(
"viewers" => array(
"Image" => array("gif", "png", "jpg"),
"TextFile" => array("txt", "php", "html"),
"Zoho" => array("docx", "xls", "xlsx", "ppt", "pptx", "pps", "odt", "ods", "odp", "sxw", "sxc", "sxi", "wpd", "rtf", "txt", "html", "csv", "tsv"),
"Google" => array("pdf", "tiff", "doc"),
),
"previewers" => array(
"Image" => array("gif", "png", "jpg"),
),
"editors" => array(
"TextFile" => array("txt"),
),
)
);
?>
if i run updater:
No update is required.
can som1 help me pls?