Page 1 of 1

News module field definiton

Posted: Thu Feb 16, 2023 3:39 pm
by rooon
Hi all,

My customer has only 3 field definitions for the News module.

Linked file : Productgroep foto home
Linked file : Slider foto links
Linked file : Slider foto rechts

When he navigates to Content -> News -> any article
and clicks on the "Choose" button, next to the Linked file field, an popup appears with title "Select a file".

The popup is competely empty, no coltrols/files/links. I do not know what the editor did but the Linked file was always working fine.

Does anyone has a hint to solve this?

Code: Select all

CMS Versie          2.2.9.1

AdminSearch         1.0.4
CGBetterForms       1.9.1
CGExtensions        1.61.5
CMSContentManager   1.1.7
CmsJobManager       0.1.3
(CMSMailer)         6.2.14
DesignManager       1.1.5
FileManager         1.6.8
FilePicker          1.0.3
MenuManager         1.50.3
MicroTiny           2.2.4
ModuleManager       2.1.5
Navigator           1.0.9
News                2.51.4
Search              1.51.6

Re: News module field definiton

Posted: Fri Feb 17, 2023 5:05 am
by DIGI3
I'd try the following:
-look at the javascript console for clues
-check the php error log(s)
-make sure mod_security is disabled or not installed
-check the .htaccess for any rules which may block the image directory (or temporarily rename the .htaccess file)

Re: News module field definiton

Posted: Fri Feb 17, 2023 5:06 am
by DIGI3
Oh, and also upgrade - 2.2.9.1 is 4 years old. It may be a bug that has since been fixed.

[SOLVED] News module field definiton

Posted: Fri Feb 17, 2023 3:53 pm
by rooon
@digi3, thanx for your response. I removed all 301 RewriteRules (from 2019), and uploaded a fresh /modules/ folder with its subfolders/files, same version ofcouse ;)

The problem is solved. My customer is happy, so I'm happy.

I will inform the customer about the upgrade from 2.2.9 to 2.2.16, thanks.