“You are not permitted to execute this Operation” PDFMaker

Este error aparece luego de instalar el módulo, pero no se recrean los archivos necesarios. Para solucionarlo se debe ejecutar el siguiente script en la raiz del proyecto:

#!/usr/bin/php
<?php
if ($argc!=1 || !is_readable('config.inc.php') || !is_readable('include/utils/CommonUtils.php')) {
	echo "Regenerates tabdata in the current directory.\n";
	echo "USAGE: ".basename($argv[0])."\n";
	exit;
}
require('config.inc.php');
require('include/utils/CommonUtils.php');
create_tab_data_file();
create_parenttab_data_file();
?>
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments