Problems with the news modul...

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
PIP

Problems with the news modul...

Post by PIP »

Hi!

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

PIP
PIP

Re: Problems with the news modul...

Post 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
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Problems with the news modul...

Post 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?
PIP

Re: Problems with the news modul...

Post 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?
PIP

Re: Problems with the news modul...

Post 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
Locked

Return to “CMSMS Core”