Joomla 3.0 DS不起作用(使用未定义的常量DS)

时间:2013-08-29 05:35:45

标签: php joomla joomla3.0 joomla3.1

Joomla 3.0 DS不起作用。它已被删除。我得到了

Notice: Use of undefined constant DS - assumed 'DS' in

我该如何解决这个问题?

Similar Question

Migrating from Joomla 2.5 to 3x Generating Errors

2 个答案:

答案 0 :(得分:25)

添加以下行

if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);

来自docs

  

DS常量已被删除。如果你真的需要它,你可以使用   而是DIRECTORY_SEPARATOR。

还有plugin来解决此问题。

您可以在此处找到完整列表。

Potential backward compatibility issues in Joomla 3 and Joomla Platform 12.2

答案 1 :(得分:2)

有时你需要这个: -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=delay=2m,duration=30m,filename=member.jfr,settings=profile