Page 1 of 1

Problems with the news modul...

Posted: Mon Jun 11, 2007 9:33 pm
by PIP
Hi!

Look at this: http://www.pip.no/test/news.jpg The summary and content field don`t show? Anyone?

PIP

Re: Problems with the news modul...

Posted: Mon Jun 11, 2007 10:11 pm
by PIP
...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

Re: Problems with the news modul...

Posted: Wed Jun 13, 2007 6:37 am
by KO
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?

Re: Problems with the news modul...

Posted: Wed Jun 13, 2007 10:45 pm
by PIP
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?

Re: Problems with the news modul...

Posted: Wed Jun 13, 2007 11:54 pm
by PIP
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