A.L.E.C napisał(a):
KrzysieK wrote:
w nowym dokumencie, nie ma zadnego szablonu, mimo ze istnieje folder default, co jeszcze jest zle?
Nawet defaulta nie ma? Sprawdź opcję doc_dir w lms.ini, a może masz w logu jakieś błędy związane z safe_mode?
witam,
zrobiłem u siebie próbę i działa. U mnie wygląda to tak: lms.ini:
[database] type = mysql host = localhost user = lms password = ************ database = lms
[directories] sys_dir = /usr/share/lms modules_dir = /usr/share/lms/modules lib_dir = /usr/share/lms/lib backup_dir = /var/lib/lms/backup doc_dir = /usr/share/lms/documents smarty_compile_dir = /var/lib/lms/templates_c smarty_templates_dir = /usr/share/lms/templates
prawa katalogu documents i jego plików:
hell umowa # ls -lR /usr/share/lms/documents /usr/share/lms/documents: razem 0 drwx------ 2 apache apache 45 sty 23 21:47 03 drwx------ 2 apache apache 6 sty 23 21:46 65 drwxr-xr-x 2 apache apache 48 lis 19 10:46 CVS drwxr-xr-x 5 apache apache 42 sty 23 21:37 templates
[...ciach...]
/usr/share/lms/documents/templates: razem 0 drwxr-xr-x 2 apache apache 48 lis 19 10:46 CVS drwxr-xr-x 3 apache apache 125 lis 19 10:46 default drwxr-xr-x 3 apache apache 122 sty 23 21:44 umowa
[...ciach...]
/usr/share/lms/documents/templates/umowa: razem 28 drwxr-xr-x 2 apache apache 48 sty 23 21:37 CVS -rw-r--r-- 1 apache apache 2481 sty 23 21:37 engine.php -rw-r--r-- 1 apache apache 1392 sty 23 21:39 info.php -rw-r--r-- 1 apache apache 425 sty 23 21:37 plugin.html -rw-r--r-- 1 apache apache 1168 sty 23 21:37 plugin.php -rw-r--r-- 1 apache apache 1010 sty 23 21:37 post-action.php -rw-r--r-- 1 apache apache 6696 sty 23 21:37 umowa.html
[...ciach...]
hell umowa #
plik info.php:
hell umowa # cat info.php <?php
[... ciach...]
$engine = array( 'name' => 'umowa', // template directory 'engine' => 'umowa', // engine.php directory // you can use other engine 'template' => 'umowa.html', // template file (in 'name' dir) 'title' => 'Umowa', // description for UI 'content_type' => 'text/html', // output file type 'output' => 'umowa.html', // output file name 'plugin' => 'plugin', // form plugin (in 'name' dir) 'post-action' => 'post-action', // action file executed after document addition (in transaction) )
?>
Może przy porównaniu z moimi plikami coś uda Ci się poprawić :) U mnie do serwera prócz mnie nikt się nie loguje, dlatego nie dbam za bardzo o prawidłowe prawa plików. Ale powinno być bez możliwości czytania przez innych. Pozdrawiam
Jurek