Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2017-07-25 07:17:34

raminrahimi
Member
From: India
Registered: 2013-03-19
Posts: 277

problem with creating new category (already exist or fatal error)

I’m using txp 4.6.2
when creating new category, sometime error message appear (already exit category name)
or
the following error appear: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65488 bytes) in D:\xampp\htdocs\hotel\textpattern\lib\txplib_misc.php on line 72

i don’t know what’s going on with my txp :-(
Note: My website is in RTL language and i’ve installed Categories+ (aks_dragdrop plugin) some days ago

Last edited by raminrahimi (2017-07-25 07:28:13)

Offline

#2 2017-07-25 10:09:42

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: problem with creating new category (already exist or fatal error)

Hi raminrahimi

1. Check if the tables are OK using phpMyAdmin
2. Double check in phpMyAdmin that the names you are trying to add do not actually exist.
3. Does the error persist when aks_dragdrop is disabled


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2017-07-26 05:54:26

makss
Plugin Author
From: Ukraine
Registered: 2008-10-21
Posts: 355
Website

Re: problem with creating new category (already exist or fatal error)

Increase the amount of memory that php can use. In the file php.ini, correct this line and restart the webserver.

memory_limit = 1024M

Judging by the message you had there it was 128M. This is not enough, any additional plugin will cause an error about the lack of memory.

Last edited by makss (2017-07-26 06:00:50)


aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_dragdrop : Drag&Drop categories (article, link, image, file)

Offline

Board footer

Powered by FluxBB