ftpman
Гуру форума
- Регистрация
- 13 Июн 2008
- Сообщения
- 193
- Реакции
- 69
поставил скрипт. в опере отображается все отлично, а вот в хроме и в ИЕ показывает такую ошибку
0 ORDER BY order_num 6. 6.8E-05 sec SELECT *, DATE_FORMAT(date, '%d.%m.%Y') as date FROM news WHERE enabled=1 ORDER BY news_id DESC LIMIT 5 7. 4.4E-05 sec SELECT * FROM articles WHERE enabled=1 ORDER BY order_num DESC LIMIT 5 8. 0.000105 sec SELECT sections.section_id as section_id, modules.module_id, modules.class, sections.url, sections.body, sections.header, sections.module_id, sections.meta_title, sections.meta_description, sections.meta_keywords FROM sections LEFT JOIN modules ON sections.module_id=modules.module_id WHERE sections.url='catalog' limit 1 9. 0.000665 sec SELECT SQL_CALC_FOUND_ROWS *, products.*, brands.name as brand, brands.url as brand_url, categories.single_name as category, categories.url as category_url, categories.image as category_image, products.price*(100-0)/100 as discount_price FROM products LEFT JOIN categories ON categories.category_id = products.category_id LEFT JOIN brands ON products.brand_id = brands.brand_id WHERE products.enabled=1 AND categories.enabled=1 AND products.hit=1 ORDER BY products.order_num DESC
Fatal error: Call to undefined function: memory_get_peak_usage() in /homepublic_html/index.php on line 58
не могу понять в чем проблема
странный путь /homepublic_html/index.php
обычно /home/public_html/index.php
Что в index.php на 58 строчке?