Hi!
Look at this: http://www.pip.no/test/news.jpg The summary and content field don`t show? Anyone?
PIP
Problems with the news modul...
-
PIP
Re: Problems with the news modul...
...i can`t add content either? When i try to add content, nothing happends? Like it wount save or something... But i don`t get any error message...
PIP
PIP
Re: Problems with the news modul...
Have you tried with another browser? It did once for me same when some noscript or something was blogging too much.
Also have you other modules installed and are you able to edit something else that does not use FCKEditorX or TinyMCE like stylesheets or templates?
Also have you other modules installed and are you able to edit something else that does not use FCKEditorX or TinyMCE like stylesheets or templates?
-
PIP
Re: Problems with the news modul...
I`ve got error on the page while loading, some elements are not workin as it chould... when i reinstall i got this message with a yellow mark:
" Checking if session.save_path is writable
Your session.save_path is "". Not having this as writable may make logins to the Admin Panel not work. You may want to look into making this path writable if you have trouble logging into the Admin Panel. This test may fail if safe_mode is enabled (see below)."
Anyone who know what that is?
" Checking if session.save_path is writable
Your session.save_path is "". Not having this as writable may make logins to the Admin Panel not work. You may want to look into making this path writable if you have trouble logging into the Admin Panel. This test may fail if safe_mode is enabled (see below)."
Anyone who know what that is?
-
PIP
Re: Problems with the news modul...
And now i got this on the top of my admin page:
@echo off IF "%1"=="" GOTO NoArgs IF "%2"=="" GOTO NoArgs find "$lang['admin']['%~1']" en_US/admin.inc.php > nul if errorlevel 1 goto newString echo "The variable $lang['admin']['%~1'] already exists" GOTO EOF :NoArgs echo usage: addline.bat "messagename" "new message text" echo Note: If you need to place quotes withen "new message text" they will be escaped automatically, so you do not need to worry about them. goto EOF :newString rem escaping quotes SET newString="%~2" SET newString=%newString:"=\"% SET newString=%newString:~1,-2%" for /R %%f in (*admin.inc.php) do findstr /v "?>" %%f > %%f.tmp for /R %%f in (*admin.inc.php) do echo $lang['admin']['%~1'] = %newString%; //needs translation >> %%f.tmp for /R %%f in (*admin.inc.php) do echo ?^> >> %%f.tmp for /R %%f in (*admin.inc.php) do move /Y %%f.tmp %%f :EOF
@echo off IF "%1"=="" GOTO NoArgs IF "%2"=="" GOTO NoArgs find "$lang['admin']['%~1']" en_US/admin.inc.php > nul if errorlevel 1 goto newString echo "The variable $lang['admin']['%~1'] already exists" GOTO EOF :NoArgs echo usage: addline.bat "messagename" "new message text" echo Note: If you need to place quotes withen "new message text" they will be escaped automatically, so you do not need to worry about them. goto EOF :newString rem escaping quotes SET newString="%~2" SET newString=%newString:"=\"% SET newString=%newString:~1,-2%" for /R %%f in (*admin.inc.php) do findstr /v "?>" %%f > %%f.tmp for /R %%f in (*admin.inc.php) do echo $lang['admin']['%~1'] = %newString%; //needs translation >> %%f.tmp for /R %%f in (*admin.inc.php) do echo ?^> >> %%f.tmp for /R %%f in (*admin.inc.php) do move /Y %%f.tmp %%f :EOF

