Search found 19 matches

by indocreativemedia
Sat May 16, 2026 3:43 pm
Forum: General
Topic: Restoring old data from previous version
Replies: 6
Views: 151

Re: Restoring old data from previous version

Files created by me in the html directory are cseiler:nobody

Probably you are already a user inside group nobody.

Have you tried chmod-ing?

If you're connected in SSH, you can use this command to chmod all directories and files:

find . -type d -exec chmod 775 {} \;

find . -type f -exec ...
by indocreativemedia
Wed May 13, 2026 11:04 am
Forum: General
Topic: Error with image format in Bludit v3.20
Replies: 15
Views: 520

Re: Error with image format in Bludit v3.20

On Bludit admin, please go to About => Bludit Developers

Copy and Paste anything in it into a text file, e.g. mybludit.txt

Delete the HTTP_COOKIE part from it

Send the mybludit.txt here for us to examine.

Also inform us if any text in red color in there.
by indocreativemedia
Tue May 05, 2026 2:57 pm
Forum: General
Topic: Restoring old data from previous version
Replies: 6
Views: 151

Re: Restoring old data from previous version

Hi,

Please make sure that cseiler is a user inside group nobody.

Then you can chmod all folders as 775 and all files as 664.

Files owner can be either cseiler or nobody, no need to chown.

If you think the installed cms is ruined, then you can restore the last working backup, and then upgrading ...
by indocreativemedia
Mon May 04, 2026 7:12 pm
Forum: General
Topic: Error with image format in Bludit v3.20
Replies: 15
Views: 520

Re: Error with image format in Bludit v3.20

Hi,

Looks like we need to observe the webserver's error log (not Bludit error log).

Could you post it here?
by indocreativemedia
Mon Apr 27, 2026 9:43 am
Forum: General
Topic: Error with image format in Bludit v3.20
Replies: 15
Views: 520

Re: Error with image format in Bludit v3.20

Hi,

Version 3.21 should have resolved the png image problem.

If problem still happening, then to narrow down the problem, we need to make sure the integrity of the image file, just in case the image file is corrupted or there is indeed still a bug in the CMS.

Please open the image into an image ...
by indocreativemedia
Thu Feb 26, 2026 4:28 pm
Forum: General
Topic: V 3.17.2 & Iframe
Replies: 3
Views: 2065

Re: V 3.17.2 & Iframe

When the iframe contains a "normal" webpage, then there will be no problem.

But when TinyMCE detects an iframe that:
* Looks like a media/embed provider
* Requires script execution

it treats it as "active" embedded content.

TinyMCE applies stricter handling to “active” third-party embeds because ...
by indocreativemedia
Wed Feb 25, 2026 9:01 pm
Forum: General
Topic: V 3.17.2 & Iframe
Replies: 3
Views: 2065

Re: V 3.17.2 & Iframe

Hi,

I can insert iframe without problem on my localhost, as well as here:

https://www.softaculous.com/demos/Bludit
by indocreativemedia
Sat Feb 14, 2026 5:49 pm
Forum: General
Topic: Various errors in new version 3.17.1
Replies: 6
Views: 4264

Re: Various errors in new version 3.17.1

Hi,

Yes i'm using TinyMCE.

I have no problem in deleting content pages.

Both folders containing the text file and the uploaded image file are deleted, including the thumbnail folder, so 3 folders in total are deleted successfully.

About the image file name, actually it's a feature, not a bug ...
by indocreativemedia
Thu Feb 12, 2026 10:58 pm
Forum: General
Topic: Various errors in new version 3.17.1
Replies: 6
Views: 4264

Re: Various errors in new version 3.17.1

Hi,

Tested v3.17.2 and everything looks fine.

Screenshot_2026-02-13_04-26-20.jpg
Screenshot_2026-02-13_04-26-20.jpg (23.4 KiB) Viewed 4177 times

No problem in deleting too.

Do you have PHP gd module enabled? (Just a hunch).
by indocreativemedia
Wed Jan 28, 2026 10:11 pm
Forum: General
Topic: Fixed post in a category
Replies: 7
Views: 5232

Re: Fixed post in a category

Hi,

If you want full control of posts order, i.e. manual ordering, then go to SETTINGS > General > Advanced.

Order content by: Position

Hope this helps.