1 (edited by 2014-02-21 14:39:37)

Topic: Can't Delete or new

Hi!

I can't delete or edit news.

I have the last version 2.0, Here is the problem:

Add News - Works ok. I get a confirmation that says "News was added"

But if I make changes, and then "Save". I don't get the green confirmation that "The changes were successfully saved", I get blank page.

All my files are chmod 777

Thanks!

Re: Can't Delete or new

We cannot reproduce the problem in 2.0.1. However, we can try diagnosing the problem:

1. Open the news;

2. In the modules/init.php code insert

dbg($_REQUEST); dbg($_mod_cfg);

after

$_mod_cfg = $_init_modules[$_module];

3. Add   

db($entry); die();

after

list($morefields) = cn_get_more_fields($faddm);

in

core/modules/edit_news.php

4. Save the news, copy the text (if there's any) and paste it on the forum;

5. Delete the changes made in points 2 and 3.

Based on the data, we'll try to identify the source of the problem.

Best regards,
CN Support team