简体   繁体   English

无法在joomla 3中创建文章类别

[英]Cannot create article categories in joomla 3

I use joomla 3.1.5, php 5.4.20 我使用的是joomla 3.1.5,php 5.4.20

When my php was 5.3.x everything was fine but after upgrading php to 5.4.20 i cannot create new article categories! 当我的php是5.3.x时,一切都很好,但是将php升级到5.4.20之后,我无法创建新的文章类别! I get Internal Server Error: 我收到内部服务器错误:

The server encountered an internal error or misconfiguration and was unable to complete your request.

This is not an issue with .htaccess (don't have any) or permissions(checked it a lot of times). 这不是.htaccess (没有任何权限)或权限(已多次检查)的问题。

Strange thing is that when i enable debug system in global configuration the problem is solved!!! 奇怪的是,当我在全局配置中启用调试系统时,问题就解决了!!! When disabling debug system problem comes back. 禁用调试系统问题又回来了。

This only happens in joomla 3.x installations. 这仅在joomla 3.x安装中发生。 I use the same server with joomla 2.5.x and it works fine. 我在joomla 2.5.x上使用了同一台服务器,并且工作正常。

Any suggestions? 有什么建议么? thanks in advance 提前致谢

Have you checked the Joomla forum ? 您检查了Joomla论坛吗? PHP 5.4 is not used much and the Joomla 3.1.5 might have some modules that are not compatible with the PHP 5.4. PHP 5.4使用不多,并且Joomla 3.1.5可能包含一些与PHP 5.4不兼容的模块。

Just wanted to share the fix to this problem. 只是想分享解决此问题的方法。 EAccelerator was causing the issue after disabling it everything works fine EAccelerator禁用后导致问题,一切正常

I don't think the main problem is with the PHP version. 我认为主要问题不在于PHP版本。

To be able to Create New Categories do this : 为了能够创建新类别,请执行以下操作:

  1. In your joomla "Control Panel" page, this is usually the first page when you log in, scroll down and under CONFIGURATION click "Global." 在您的joomla“控制面板”页面中,通常是登录时的第一页,向下滚动并在“配置”下单击“全局”。
  2. In the new page for "Global" that open opens, look for "Default Editor", if you have not changed it before it's value should be "Editor - TinyMCE". 在打开的“全局”新页面中,查找“默认编辑器”,如果尚未更改,则其值应为“ Editor-TinyMCE”。 Change that to "Editor-None." 将其更改为“无编辑器”。 --Note that for now you will not be able to use the default WYSIWYG. -请注意,目前您将无法使用默认的所见即所得。
  3. Click "Save & Close". 点击“保存并关闭”。
  4. Now go back to the page for creating new categories, refresh it and create your categories. 现在返回创建新类别的页面,刷新它并创建您的类别。
  5. To have access again to the default WYSIWYG, after you have finished creating your categories, go back to "Global " and change the editor back to TinyMCE. 完成类别创建后,要再次访问默认的所见即所得,请返回“全局”,然后将编辑器更改为TinyMCE。

Good Coding. 好的编码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM