UNHANDLED ERROR [2] require() [function.require]: Unable to allocate memory for pool. /home/mfc/www/site1/public_html/baks/components/com_rokcommon/RokCommon/Loader/Default.php:136
сам код
куда указывает картинка
public function loadClass($className) { foreach ($this->_paths as $path) { if (null === $path->getNamespace() || $path->getNamespace() === substr($className, 0, strlen($path->getNamespace()))) { $fileName = ''; $namespace = ''; $namespacePath = ''; if (false !== ($lastNsPos = strripos($className, $this->_namespaceSeparator))) { $namespace = substr($className, 0, $lastNsPos); $className = substr($className, $lastNsPos + 1); $namespacePath = str_replace($this->_namespaceSeparator, DIRECTORY_SEPARATOR, $namespace) . DIRECTORY_SEPARATOR; } $className_path_parts = explode('_', $className); $className_filename_parts = array(); while (true) { if (count($className_filename_parts) > 0) { $fileName = implode(DIRECTORY_SEPARATOR, $className_path_parts) . DIRECTORY_SEPARATOR . implode('_', $className_filename_parts) . $this->_fileExtension; $full_file_path = ($path->getIncludePath() !== null ? $path->getIncludePath() . DIRECTORY_SEPARATOR : '') . $namespacePath . $fileName; if (file_exists($full_file_path) && is_readable($full_file_path)) { require($full_file_path); return true; } } if (count($className_path_parts) > 0) { array_unshift($className_filename_parts, array_pop($className_path_parts)); } else { break; // no more class name parts } } } } return false; }}
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Евгений_SB
Ребят здравствуйте помогите пожалуйста
есть джумла Версия 1.5.25 и плагин RokGallery
при загрузке картинки выпадает эта ошибка
сам код
куда указывает картинка
не пойму где ошибка
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.