English 中文(简体)
Joomla! 推广主管: 主食
原标题:Joomla! Extension Manager: Manage won t load

在我试图装上延长主管的常务科时,若莫拉去世,我就错了:

Fatal error: Maximum execution time of 30 seconds exceeded in C:xampphtdocsvanillajoomlalibrariesjoomlastringstring.php on line 399

这里指的是造成这种情况的界线(与当地人进行比较的例行做法):

if (!$locale = setlocale(LC_COLLATE, $locale))

我曾几次尝试重新安装,没有ice。 这是在视窗7下与XAMPP一道在当地安装的,用于测试一个模块Im开发。 错误的推论没有发现,“当地时间”也是如此。

是否有任何人知道造成这种情况的原因,以及我如何加以修复?

最佳回答

在此,我 ha。 问题似乎与我的模块有关,但我可以说明问题或原因。 Joomla在试图为我的模块找到当地人时似乎死亡。 由于这一职能有助于按当地人分类,我刚刚添加了<代码>return strcmp(str1,str2美元);。 它丧失了当地的功能,但现在工作。

问题回答

我也存在同样的问题,因为现在我只提一下这个方向,似乎比20倍快,没有发现问题。

//if (!$locale = setlocale(LC_COLLATE, $locale))
{
 $locale = $locale0;
}

我的joomla的另一个问题是,需要很长时间才能装上任何东西——前线或后盾,以及新安装(!joomla 2.5)。 它与阿帕奇或PHP或MySQL混为一谈,只是说出了错误。 除joomla外,我的当地招待会的每一个其他地点都有点。

这可能是由一些原始或模块造成的,但最糟糕的是,这样做还不够。 我为投票安排了3个假胜地(测试是最好的),其中1个是造成经理的这种坠毁。 我拿走了他们,但却提供了帮助。 我使用上述建议,并评论第399条。 我全心全意地搁置了所有这些,然后又走了第399条不了结的界线,所有东西都是直截了当的。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签