0 Пользователей и 1 Гость просматривают эту тему.
- 19 Ответов
- 42010 Просмотров
Где найти php.ini на хостинге на Joomla 3.0? Даже через поиск не могу найти, в какой папке?
Уместней будет адресовать этот вопрос ТП хостинга.
Где найти php.ini на хостинге на Joomla 3.0? Даже через поиск не могу найти, в какой папке?
создайте php-файл:
там будет «Configuration File (php.ini) Path «
да и админке Joomla можно посмотреть phpinfo собственно…
создайте php-файл:
там будет «Configuration File (php.ini) Path «
да и админке Joomla можно посмотреть phpinfo собственно…
создал файл, вписал туда <? phpinfo(); ?> и что дальше?
в админке как посмотреть? я вообще хочу отключить «волшебные кавычки»
добавьте в .htaccess
php_flag magic_quotes_gpc Off
добавьте в .htaccess
php_flag magic_quotes_gpc Off
Добавлял не работает, выдает «Ошибка 500»
Добавлял не работает, выдает «Ошибка 500»
синтаксис верный, что-то вы не так скопировали. В логе ошибок что пишет?
синтаксис верный, что-то вы не так скопировали. В логе ошибок что пишет?
public_html/.htaccess: Invalid command ‘php_flag’, perhaps misspelled or defined by a module not included in the server configuration
У кого хоститесь? И какой тариф
это американский сервер, cpanel
cpanel — панель управления хостингом)
Что именно Вам нужно от этого файла?
У некоторых хостеров «закрыты» конфигурационные файлы и вносить изменения можно лишь посредством панели управления или по обращению в ТП
убрать «волшебные кавычки»
public_html/.htaccess: Invalid command ‘php_flag’, perhaps misspelled or defined by a module not included in the server configuration
Ну значит там PHP работает не как mod_php, а как PHP-CGI, собственно обращайтесь к хостеру на предмет есть у вас выбор между mod_php или PHP-CGI.
Где найти php.ini на хостинге на Joomla 3.0? Даже через поиск не могу найти, в какой папке?
Чтобы внести изменения в php.ini то его можно найти в панели управления ISP (если Вы через с ней работаете) — Инструменты — Менеджер файлов — php-bin. У меня Joomla 3.0. Права — Атрибуты -измените на 600 с 400, но потом не забудьте вернуть данное значение обратно.
Всем привет!!
Нужна помощь
Раньше все устанавливалось, такое впервые. Установил xampp-win32-5.6.3-0-VC11, создал БД, и затем Joomla 3.4.0, в общем все как и надо. Но на пункте «Создание таблиц базы данных» установка прерывается и возвращается на третий шаг в установщик.
Мне подсказали мне надо сделать таким способом——Проблема разрешилась установкой в php.ini в каталоге usrlocalphp5 параметра max_execution_time с 30 на 900.
Как установить это исправить и нормально установить?
Заранее спасибо.
кто нибудь можете конкретно описать как решить проблему с php.ini
кто нибудь можете конкретно описать как решить проблему с php.ini
Зачем вы в эту тему то пишите, она к хостингу никакого отношения не имеет. Да и сложно воспользоваться поиском?
OS -> Location
windows(With Xampp Installation) -> /xampp/php/php.in
Mac OSX -> /private/etc/php.ini
Linux -> /etc/php.ini
-> /usr/bin/php5/bin/php.ini
-> /etc/php/php.ini
-> /etc/php5/apache2/php.ini
Открыть файл, найти указанную вами строку и заменить в ней параметр.
« Последнее редактирование: 19.08.2015, 14:28:25 от SeBun »
Записан
Оказываю услуги по Joomla | Миграция на Joomla 3.x | Сопровождение | IT-аутсорсинг | Недорогие домены и хостинг
кто нибудь можете конкретно описать как решить проблему с php.ini
создаете php файлик с содержимым
<?php phpinfo(); ?>
и запускаете его, в нем на против строчки Loaded Configuration File, будет прописан путь до php.ini
P.S: на некоторых хостингах, префикс <? не интерпретируется как php из-за настроек, а только так <?php
« Последнее редактирование: 19.08.2015, 14:20:43 от winstrool »
Записан
создаете php файлик с содержимым…
Система — Информация о системе — Информация о РНР = выдаст то же самое.
Записан
Оказываю услуги по Joomla | Миграция на Joomla 3.x | Сопровождение | IT-аутсорсинг | Недорогие домены и хостинг
Moderator: General Support Moderators
-
wsabba01
- Joomla! Apprentice
- Posts: 26
- Joined: Thu Nov 27, 2008 10:10 pm
where is php.ini file
Does anyone know where I can find the php.ini file in the joomla installation folder?
Thanks
-
dhuelsmann
- Joomla! Master
- Posts: 19659
- Joined: Sun Oct 02, 2005 12:50 am
- Location: Omaha, NE
- Contact:
Re: where is php.ini file
Post
by dhuelsmann » Sat Dec 06, 2008 4:36 pm
wsabba01 wrote:Does anyone know where I can find the php.ini file in the joomla installation folder?
Thanks
Not typically in a Joomla folder unless you put it there. backend (administrator) -> help -> system info -> PHP Information Tab -> 6th block down -> Configuration File (php.ini) Path
will show you the path to the php.ini file in your installation.
-
Stasya
- Joomla! Fledgling
- Posts: 1
- Joined: Sat Dec 06, 2008 4:37 pm
- Contact:
Re: where is php.ini file
Post
by Stasya » Sat Dec 06, 2008 4:42 pm
dhuelsmann wrote:
wsabba01 wrote:Does anyone know where I can find the php.ini file in the joomla installation folder?
Thanks
Not typically in a Joomla folder unless you put it there. backend (administrator) -> help -> system info -> PHP Information Tab -> 6th block down -> Configuration File (php.ini) Path
will show you the path to the php.ini file in your installation.
Thanks you.
-
wsabba01
- Joomla! Apprentice
- Posts: 26
- Joined: Thu Nov 27, 2008 10:10 pm
Re: where is php.ini file
Post
by wsabba01 » Sat Dec 06, 2008 4:57 pm
Thanks
-
joe m
- Joomla! Intern
- Posts: 54
- Joined: Tue Oct 11, 2005 7:03 am
Re: where is php.ini file
Post
by joe m » Sat Aug 22, 2009 7:27 pm
sorry, stupid question. but mine says:
Configuration File (php.ini) Path /usr/lib
but i don’t know where the usr/lib path is. I can’t find it when i look with my FTP. I recently moved all my files from one folder to another and used a backup. did this possibly cause a problem?
thanks.
-
dhuelsmann
- Joomla! Master
- Posts: 19659
- Joined: Sun Oct 02, 2005 12:50 am
- Location: Omaha, NE
- Contact:
Re: where is php.ini file
Post
by dhuelsmann » Sat Aug 22, 2009 8:35 pm
joe m wrote:sorry, stupid question. but mine says:
Configuration File (php.ini) Path /usr/libbut i don’t know where the usr/lib path is. I can’t find it when i look with my FTP. I recently moved all my files from one folder to another and used a backup. did this possibly cause a problem?
thanks.
If you are on a shared server, you typically don’t have access with FTP to your php.ini. You will need to adjust some parameters in your configuration.php if you moved your installation.
-
urano
- Joomla! Apprentice
- Posts: 8
- Joined: Thu Mar 23, 2006 5:01 am
Re: where is php.ini file
Post
by urano » Sun Aug 23, 2009 9:23 pm
wsabba01 wrote:Does anyone know where I can find the php.ini file in the joomla installation folder?
Thanks
You can create php.ini at Joomla Directory. I do it usually.
Experto Joomla
Servicios y Asesoría Joomla! en Español
Experto-Joomla.com
-
tradetaxfree
- Joomla! Intern
- Posts: 61
- Joined: Sun Aug 23, 2009 10:59 am
-
Contact:
Re: where is php.ini file
Post
by tradetaxfree » Sun Aug 23, 2009 11:08 pm
You can also set php variables in .htaccess if you’re on shared hosting — for example:
Code: Select all
php_flag safe_mode on
php_flag disable_functions show_source
php_value include_path ".:/home/includes/php/
-
ipohismytown
- Joomla! Fledgling
- Posts: 1
- Joined: Tue Aug 25, 2009 4:21 am
Re: where is php.ini file
Post
by ipohismytown » Tue Aug 25, 2009 4:47 am
I stiil cannot find the file. Inside help folder didn’t have system info file?
Thank you
You do not have the required permissions to view the files attached to this post.
-
tradetaxfree
- Joomla! Intern
- Posts: 61
- Joined: Sun Aug 23, 2009 10:59 am
- Contact:
Re: where is php.ini file
Post
by tradetaxfree » Tue Aug 25, 2009 6:12 am
For your XAMP local installation log in to the Joomla Administrator backend —- then from the menus —- help —- system info ——- PHP information (& then scroll down to see where your php.ini file is stored)
On a new installation on your webhost «htaccess.txt» is stored in the ROOT of the installation — i.e one level above the Administrator folder — where you see:
/administrator
/cache
/components
/images
/includes
/installation
/languages
/libraries
/logs
/media
/modules
/plugins
/templates
/tmp
/xmlrpc
htaccess.txt ———- rename this to .htaccess
in .htaccess you can add set php variables if you do not have access to php.ini because you are on shared hosting
-
dr_lionheart
- Joomla! Enthusiast
- Posts: 115
- Joined: Wed Aug 26, 2009 2:19 am
- Location: Jeddah-Saudi Arabia
- Contact:
Re: where is php.ini file
Post
by dr_lionheart » Wed Aug 26, 2009 2:27 am
it realy helped
thanks alot
PHP designer,
manager,RISEMYWEB
http://www.voxelx.com | Online DICOM viewer and library for radiologists
-
bluebeach
- Joomla! Intern
- Posts: 79
- Joined: Sat Dec 19, 2009 8:46 pm
- Location: Kona Hawaii
- Contact:
Re: here is php.ini file
Post
by bluebeach » Sun May 30, 2010 12:14 am
I found that my host said that the php.ini need to be where the script was ran.
In this case for media manager it had a limit of 2mb.
Reason for this was uploading large files Acrobat PDF
I simply place a php.ini file into the administration folder of Joomla 1.5. Upon this PHP recognized the new php settings.
Here are the php.ini file i created:
register_globals = Off
upload_max_filesize = 30M
post_max_size = 30M
memory_limit = 30M
upload_tmp_dir = 30M
max_execution_time = 180
-
meditlondon
- Joomla! Fledgling
- Posts: 3
- Joined: Sun Jul 11, 2010 2:13 am
Re: where is php.ini file
Post
by meditlondon » Sun Feb 27, 2011 2:10 am
This worked for me. Thanks
I simply place a php.ini file into the administration folder of Joomla 1.5. Upon this PHP recognized the new php settings.
Here are the php.ini file i created:
register_globals = Off
upload_max_filesize = 30M
post_max_size = 30M
memory_limit = 30M
upload_tmp_dir = 30M
max_execution_time = 180[/quote]
-
lead3
- Joomla! Apprentice
- Posts: 5
- Joined: Mon Mar 28, 2011 7:26 pm
Re: where is php.ini file
Post
by lead3 » Fri May 13, 2011 3:03 am
I did what the some of the guys tried above, created a php.ini text file and uploaded via ftp to the ADMINISTRATOR folder but nothings seems to happen. I’m trying to change the execution time..
What am i doing wrong??!?!
-
JackRT
- Joomla! Apprentice
- Posts: 21
- Joined: Sat May 14, 2011 10:52 am
Re: where is php.ini file
Post
by JackRT » Sat May 14, 2011 10:56 am
dhuelsmann wrote:
wsabba01 wrote:Does anyone know where I can find the php.ini file in the joomla installation folder?
Thanks
Not typically in a Joomla folder unless you put it there. backend (administrator) -> help -> system info -> PHP Information Tab -> 6th block down -> Configuration File (php.ini) Path
will show you the path to the php.ini file in your installation.
This was useful, thanks…
-
djmac909
- Joomla! Fledgling
- Posts: 1
- Joined: Tue May 24, 2011 4:22 pm
How to change the PHP.INI on a shared server such as Cloud S
Post
by djmac909 » Tue May 24, 2011 4:26 pm
I want to upload a and attach a 4Mb PDF to an article — ive been told I need to change my php.ini and this is controlled by the hosting provider
1 — is this true?
2 — I can seem to find a php.ini even when looking with FTP
Whats the best way to make this simple change?
-
leolam
- Joomla! Master
- Posts: 20545
- Joined: Mon Aug 29, 2005 10:17 am
- Location: Netherlands/ Germany/ S’pore/Bogor/ North America
- Contact:
Re: where is php.ini file
Post
by leolam » Tue May 24, 2011 5:18 pm
Create a txt file with notepad and insert
. Save as max.txt. Upload to your server to the root of your Joomla installation (your public_html-folder) and rename max.txt to php.ini
Done
Leo
-
superx11
- Joomla! Intern
- Posts: 80
- Joined: Thu Mar 04, 2010 9:03 am
Re: where is php.ini file
Post
by superx11 » Sun Jul 10, 2011 10:36 am
Ok, I do not get anything from this information above.
Where do I find the php.ini so I can change the size of uploaded videos? Where do I change the values on this?
Can someone pls say the direction?
-
dandruff1
- Joomla! Fledgling
- Posts: 1
- Joined: Wed Aug 10, 2011 11:29 am
Re: where is php.ini file
Post
by dandruff1 » Wed Aug 10, 2011 11:33 am
in system info it says Configuration File (php.ini) Path /web/conf
I dont know where is /web/conf
can anyone please help
in system info it says PHP config WRITEABLE
Thanks
-
giemomi
- Joomla! Apprentice
- Posts: 28
- Joined: Mon Jun 20, 2011 7:45 am
Where is php.ini?? SOLVED!!!
Post
by giemomi » Sat Sep 17, 2011 1:21 am
I had the same problem. Spent about 6 hours in frustration with no results.
I was trying to upload Community Builder. After changing all the permissions, creating my pwn php.ini (according to inctructions in one of above posts) and doing god knows what else I ended up contacting my hosting company and asking them if there is anything they can do about it. It took them less than 5 minutes to fix it and i have FINALLY uploaded the component.
So, if you are on a shared server, just contact them and get them to do it for you! If they refuse — find yourself another hosting company — it is not a difficult thing to change and they really should not object to that!
This really heped me http://www.joomlapolis.com/support/tuto … p-settings
-
freshfire
- Joomla! Fledgling
- Posts: 1
- Joined: Tue Sep 27, 2011 10:40 am
Re: where is php.ini file
Post
by freshfire » Tue Sep 27, 2011 10:44 am
Here are the php.ini file i created:
register_globals = Off
upload_max_filesize = 30M
post_max_size = 30M
memory_limit = 30M
upload_tmp_dir = 30M
max_execution_time = 180
This work 100% for me — I dropped the php.ini file in the Administrator folder and could upload the component that timed out before. (Fabrik)
(The upload failed and said: «There was an error uploading this file to the server.»)
Thanks!
-
helenlovely205
- Joomla! Fledgling
- Posts: 1
- Joined: Tue Sep 27, 2011 12:05 pm
Re: where is php.ini file
Post
by helenlovely205 » Tue Sep 27, 2011 12:54 pm
maggie0608 wrote:my way to handle this is to create php.ini at the Joomla Directory
Important can easy create php.ini
-
happyhosting
- Joomla! Apprentice
- Posts: 32
- Joined: Mon Oct 03, 2011 4:19 pm
- Contact:
Re: where is php.ini file
Post
by happyhosting » Mon Oct 03, 2011 4:57 pm
php.ini can be placed anywhere. Run phpinfo() and see where it is.
-
EdZz
- Joomla! Fledgling
- Posts: 3
- Joined: Sat Nov 19, 2011 6:22 am
Re: where is php.ini file
Post
by EdZz » Sat Nov 19, 2011 6:32 am
I’m also having the same issue, although i’m currently still developing the website locally and is not hosted online just yet. I’m trying to install a template which is 3.7mb in size
I’ve run the phpinfo() and it appears that my php.ini is located in /etc (for those windows people this is one of the hidden configs folders on a MAC)
I’m running OSX 10.7.2 at the moment and i’ve gone into the /etc folder and there is no php.ini file but there is a php.ini.default file. I’ve taken ownership of that file and modified the file to:
max_upload_filesize to 20M
Ran the phpinfo() and its still saying 2M
I’ve made a new php.ini file and placed it in the root folder of my website folder and the same in the administrator folder, consisting of
register_globals = Off
upload_max_filesize = 30M
post_max_size = 30M
memory_limit = 30M
upload_tmp_dir = 30M
max_execution_time = 180
Ran the phpinfo() and its still saying 2M… =(
Any help would be much appreciated…
-
sovainfo
- Joomla! Exemplar
- Posts: 8808
- Joined: Sat Oct 01, 2011 7:06 pm
Re: where is php.ini file
Post
by sovainfo » Wed Nov 23, 2011 1:02 am
On xampp it is in the php folder. Did you look there?
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!
-
EdZz
- Joomla! Fledgling
- Posts: 3
- Joined: Sat Nov 19, 2011 6:22 am
Re: where is php.ini file
Post
by EdZz » Wed Nov 23, 2011 1:10 am
Hi sovainfo,
I did not use XAMPP to install mySQL.. i downloaded the mySQL and installed that instead… bugger! If i used XAMPP, i would assume i would have been able to control this setting from a UI of some sort..
Issue is still present.. =(
-
sovainfo
- Joomla! Exemplar
- Posts: 8808
- Joined: Sat Oct 01, 2011 7:06 pm
Re: where is php.ini file
Post
by sovainfo » Wed Nov 23, 2011 9:32 am
php.ini is not related to mysql, it is to php. Where did you install php. The php.ini is in that folder.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!
-
EdZz
- Joomla! Fledgling
- Posts: 3
- Joined: Sat Nov 19, 2011 6:22 am
Re: where is php.ini file
Post
by EdZz » Thu Nov 24, 2011 12:58 am
f memory serves me correctly, i also manually installed phpMyAdmin to interact with the database using a user friendly UI. I’ve searched in the installed folder for the php.ini file or anything related or similar with no success. I’ve even created my own php.ini file in the phpMyAdmin folder to no success again. I’ve even tried searching my entire mac for php.ini and nothing is coming up.. =/
Not too sure which file is overriding or defaulting the PHP max file size..
Does PHP default to a certain hidden file perhaps, or is there a file that points to a default file if no php.ini is found?
Return to “Installation 1.5”
Jump to
- Joomla! Announcements
- ↳ Announcements
- ↳ Announcements Discussions
- Joomla! 4.x — Ask Support Questions Here
- ↳ General Questions/New to Joomla! 4.x
- ↳ Installation Joomla! 4.x
- ↳ Administration Joomla! 4.x
- ↳ Migrating and Upgrading to Joomla! 4.x
- ↳ Extensions for Joomla! 4.x
- ↳ Security in Joomla! 4.x
- ↳ Templates for Joomla! 4.x
- ↳ Search Engine Optimization (Joomla! SEO) in Joomla! 4.x
- ↳ Language — Joomla! 4.x
- ↳ Performance — Joomla! 4.x
- ↳ Joomla! 4.x Coding
- Joomla! 3.x — Ask Support Questions Here
- ↳ General Questions/New to Joomla! 3.x
- ↳ Installation Joomla! 3.x
- ↳ Joomla! 3.x on IIS webserver
- ↳ Administration Joomla! 3.x
- ↳ Access Control List (ACL) in Joomla! 3.x
- ↳ Migrating and Upgrading to Joomla! 3.x
- ↳ Security in Joomla! 3.x
- ↳ Extensions for Joomla! 3.x
- ↳ Templates for Joomla! 3.x
- ↳ Search Engine Optimization (Joomla! SEO) in Joomla! 3.x
- ↳ Language — Joomla! 3.x
- ↳ Performance — Joomla! 3.x
- ↳ Joomla! 3.x Coding
- Joomla! Versions which are End of Life
- ↳ Joomla! 2.5 — End of Life 31 Dec 2014
- ↳ General Questions/New to Joomla! 2.5
- ↳ Installation Joomla! 2.5
- ↳ Joomla! 2.5 on IIS webserver
- ↳ Administration Joomla! 2.5
- ↳ Access Control List (ACL) in Joomla! 2.5
- ↳ Migrating and Upgrading to Joomla! 2.5
- ↳ Security in Joomla! 2.5
- ↳ Extensions for Joomla! 2.5
- ↳ Templates for Joomla! 2.5
- ↳ Search Engine Optimization (Joomla! SEO) in Joomla! 2.5
- ↳ Language — Joomla! 2.5
- ↳ Performance — Joomla! 2.5
- ↳ Joomla! 1.5 — End of Life Sep 2012
- ↳ General Questions/New to Joomla! 1.5
- ↳ Installation 1.5
- ↳ Joomla! 1.5 on IIS webserver
- ↳ Administration 1.5
- ↳ Migrating and Upgrading to Joomla! 1.5
- ↳ Security in Joomla! 1.5
- ↳ Extensions for Joomla! 1.5
- ↳ Templates for Joomla! 1.5
- ↳ Search Engine Optimization (Joomla! SEO) in Joomla! 1.5
- ↳ Language — Joomla! 1.5
- ↳ Performance — Joomla! 1.5
- ↳ Joomla! 1.0 — End of Life 22 July 2009
- ↳ Installation — 1.0.x
- ↳ Upgrading — 1.0.x
- ↳ Security — 1.0.x
- ↳ 3rd Party/Non Joomla! Security Issues
- ↳ Administration — 1.0.x
- ↳ Extensions — 1.0.x
- ↳ Components
- ↳ Modules
- ↳ Plugins/Mambots
- ↳ WYSIWYG Editors — 1.0.x
- ↳ Integration & Bridges — 1.0.x
- ↳ phpbb — Joomla! Integration
- ↳ Templates & CSS — 1.0.x
- ↳ Language — 1.0.x
- ↳ Joom!Fish and Multilingual Sites
- ↳ Performance — 1.0.x
- ↳ General Questions — 1.0.x
- Joomla! International Language Support
- ↳ International Zone
- ↳ Arabic Forum
- ↳ تنبيهات هامة
- ↳ الدروس
- ↳ 4.x جوملا!
- ↳ جوملا! 1.6/1.7
- ↳ الأسئلة الشائعة
- ↳ التثبيت و الترقية
- ↳ الحماية — و تحسين السرعة والأداء
- ↳ لوحة التحكم
- ↳ الإضافات البرمجية
- ↳ تعريب جوملا! و الإضافات البرمجية
- ↳ القوالب و التصميم
- ↳ صداقة محركات البحث
- ↳ القسم العام
- ↳ 1.5 !جوملا
- ↳ الأسئلة الشائعة
- ↳ التثبيت و الترقية
- ↳ الحماية — و تحسين السرعة والأداء
- ↳ لوحة التحكم
- ↳ الإضافات البرمجية
- ↳ تعريب جوملا! و الإضافات البرمجية
- ↳ القوالب و التصميم
- ↳ صداقة محركات البحث
- ↳ القسم العام
- ↳ جوملا! 1.0
- ↳ الأسئلة الشائـعة
- ↳ التثبيت
- ↳ لوحة التحكم
- ↳ الإضافات البرمجية
- ↳ الإضافات المعرّبة
- ↳ القوالب و التصميم
- ↳ الحماية — تحسين السرعة والأداء — صداقة محركات البحث
- ↳ القسم العام
- ↳ القسم العام
- ↳ !عرض موقعك بجوملا
- ↳ الأرشيف
- ↳ Bengali Forum
- ↳ Bosnian Forum
- ↳ Joomla! 1.5
- ↳ Instalacija i prvi koraci
- ↳ Ekstenzije
- ↳ Templejti
- ↳ Moduli
- ↳ Prevodi i dokumentacija
- ↳ Joomla! 1.7 / Joomla! 1.6
- ↳ Catalan Forum
- ↳ Notícies
- ↳ Temes sobre l’administració
- ↳ Temes sobre la traducció
- ↳ Components, mòduls i joombots
- ↳ Temes de disseny
- ↳ Webs realitzades amb Joomla!
- ↳ Offtopics
- ↳ Chinese Forum
- ↳ Croatian Forum
- ↳ Danish Forum
- ↳ Meddelelser
- ↳ Joomla! 4.x
- ↳ Joomla! 3.x (Anbefalet til nye installationer. Nyeste funktionalitet)
- ↳ Installation, backup, opdatering og flytning — Godt igang
- ↳ Administration — Generel brug
- ↳ Komponenter, Moduler og Plugins
- ↳ Template, CSS og Design
- ↳ Nethandel, betaling m.m.
- ↳ Ældre versioner (disse vedligeholdes ikke længere fra officiel side)
- ↳ Joomla! 2.5 (Supporteres indtil 31. dec. 2014)
- ↳ Installation, backup, opdatering og flytning — Godt igang
- ↳ Administration — Generel brug
- ↳ Komponenter, Moduler og Plugins
- ↳ Template, CSS og Design
- ↳ Nethandel, betaling m.m.
- ↳ Joomla 1.5 (Tidligere langtidssupporteret version indtil sep. 2012)
- ↳ Installation, backup, opdatering og flytning — Godt igang
- ↳ Administration — Generel brug
- ↳ Komponenter, Moduler og Plugins
- ↳ Template, CSS og Design
- ↳ Nethandel, betaling m.m.
- ↳ Joomla 1.0 (Udgået version, der blev afløst af 1.5 i 2008)
- ↳ Installation, backup, opdatering og flytning — Godt igang
- ↳ Administration — Generel brug
- ↳ Komponenter, Moduler og Mambots
- ↳ Template, CSS og Design
- ↳ Nethandel, betaling m.m.
- ↳ Oversættelser (lokalisering)
- ↳ Joomla brugergrupper i Danmark
- ↳ JUG Kolding
- ↳ JUG København
- ↳ JUG Odense
- ↳ JUG Århus
- ↳ JUG Sorø
- ↳ Kommerciel (betalt) hjælp ønskes
- ↳ SEO
- ↳ FAQ — Dokumentation og vejledninger
- ↳ Vis dit websted
- ↳ Afviste ‘Vis dit websted’ indlæg
- ↳ Diverse (Off topic)
- ↳ Dutch Forum
- ↳ Aankondigingen
- ↳ Algemene vragen
- ↳ Joomla! 4.x
- ↳ Joomla! 3.x
- ↳ Installatie 3.x
- ↳ Extensies 3.x
- ↳ Templates 3.x
- ↳ Joomla! 2.5
- ↳ Installatie 2.5
- ↳ Componenten 2.5
- ↳ Modules 2.5
- ↳ Plugins 2.5
- ↳ Templates 2.5
- ↳ Joomla! 1.5
- ↳ Installatie
- ↳ Componenten
- ↳ Modules
- ↳ Plugins
- ↳ Templates
- ↳ Joomla! 1.0
- ↳ Installatie 1.0.x
- ↳ Componenten 1.0.x
- ↳ Modules 1.0.x
- ↳ Mambots 1.0.x
- ↳ Templates 1.0.x
- ↳ Vertalingen
- ↳ Offtopic
- ↳ Show jouw website
- ↳ Filipino Forum
- ↳ International Support Center
- ↳ Pinoy General Discussion & Archives
- ↳ Site Showcase
- ↳ Events
- ↳ Design Tips and Tricks
- ↳ Tsismis Zone
- ↳ Pinoy Translation Zone
- ↳ Pinoy Forum Archives
- ↳ Joomla! Philippines Local Forum www.joomla.org.ph
- ↳ Finnish Forum
- ↳ French Forum
- ↳ Les annonces!
- ↳ Le bistrot!
- ↳ L’expo!
- ↳ J! 4.x — L’atelier!
- ↳ J! 3.x — L’atelier!
- ↳ 3.x — Questions générales, nouvel utilisateur
- ↳ 3.x — Installation, migration et mise à jour
- ↳ 3.x — Sécurité et performances
- ↳ 3.x — Extensions tierce partie
- ↳ 3.x — Templates et design
- ↳ 3.x — Développement
- ↳ 3.x — Ressources
- ↳ J! 2.5.x — L’atelier!
- ↳ 2.5 — Questions générales
- ↳ 2.5 — Installation, migration et mise à jour
- ↳ 2.5 — Sécurité et performances
- ↳ 2.5 — Extensions tierce partie
- ↳ 2.5 — Templates et design
- ↳ 2.5 — Développement
- ↳ 2.5 — Ressources
- ↳ J! 1.5.x — L’atelier!
- ↳ 1.5 — Questions générales
- ↳ 1.5 — Installation, migration et mise à jour
- ↳ 1.5 — Sécurité et performances
- ↳ 1.5 — Extensions tierce partie
- ↳ 1.5 — Templates et design
- ↳ 1.5 — Développement
- ↳ 1.5 — Ressources
- ↳ J! 1.0.x — L’atelier!
- ↳ 1.0 — Questions générales
- ↳ 1.0 — Installation et mise à jour
- ↳ 1.0 — Sécurité
- ↳ 1.0 — Extensions tierce partie
- ↳ 1.0 — Templates et design
- ↳ 1.0 — Développement
- ↳ 1.0 — Ressources
- ↳ Besoin d’un professionel ?
- ↳ Extensions Open Source pour Joomla!
- ↳ German Forum
- ↳ Ankündigungen
- ↳ Joomla! 4.x
- ↳ Joomla! 3.x
- ↳ Allgemeine Fragen
- ↳ Installation und erste Schritte
- ↳ Komponenten, Module, Plugins
- ↳ Template, CSS und Designfragen
- ↳ Entwicklerforum
- ↳ Zeige Deine Webseite
- ↳ Joomla! 2.5
- ↳ Allgemeine Fragen
- ↳ Installation und erste Schritte
- ↳ Komponenten, Module, Plugins
- ↳ Template, CSS und Designfragen
- ↳ Entwicklerforum
- ↳ Zeige Deine Webseite
- ↳ Joomla! 1.5
- ↳ Allgemeine Fragen
- ↳ Installation und erste Schritte
- ↳ Komponenten, Module, Plugins
- ↳ Template, CSS und Designfragen
- ↳ Entwicklerforum
- ↳ Zeige Deine Webseite
- ↳ Professioneller Service
- ↳ Sonstiges (Offtopic)
- ↳ Archiv
- ↳ Joomla! 1.0
- ↳ Allgemeine Fragen 1.0.x
- ↳ Installation und erste Schritte 1.0.x
- ↳ Komponenten, Module, Mambots 1.0.x
- ↳ Template, CSS und Designfragen 1.0.x
- ↳ Entwicklerforum 1.0.x
- ↳ Zeige Deine Webseite 1.0.x
- ↳ Greek Forum
- ↳ Joomla! 4.x
- ↳ Joomla! 3.x
- ↳ Joomla! 2.5.x
- ↳ Joomla! 1.5.x
- ↳ Joomla! 1.0.x
- ↳ Hebrew Forum
- ↳ Indic Languages Forum
- ↳ Indonesian Forum
- ↳ FAQ
- ↳ Bantuan
- ↳ Komponen
- ↳ Modul
- ↳ Template
- ↳ Diskusi
- ↳ Italian Forum
- ↳ Guide
- ↳ Traduzioni
- ↳ Componenti — Moduli — Plugins
- ↳ Template — Grafica
- ↳ Notizie
- ↳ Prodotti Open Source per Joomla!
- ↳ Richieste professionali
- ↳ Joomla! 4.x
- ↳ Joomla! 3.x
- ↳ Joomla! 2.5.x
- ↳ Joomla! 1.x
- ↳ Latvian Forum
- ↳ Lithuanian Forum
- ↳ Joomla! 4.x
- ↳ Joomla! 1.5
- ↳ Joomla! 1.7 / Joomla! 1.6
- ↳ Joomla! 1.0
- ↳ Vertimai ir Kalba
- ↳ Malaysian Forum
- ↳ Solved
- ↳ Norwegian Forum
- ↳ Informasjon
- ↳ Arkiverte annonseringer
- ↳ FAQ — Ofte spurte spørsmål
- ↳ Arkiv
- ↳ Joomla! 4.x
- ↳ Joomla! 3.x
- ↳ Administrasjon/installasjon
- ↳ Migrering/Oppdatering
- ↳ Template, CSS og design
- ↳ Komponenter/moduler/programutvidelser
- ↳ Sikkerhet
- ↳ Generelt
- ↳ Netthandel, betaling m.m.
- ↳ VirtueMart
- ↳ Andre nettbutikkløsninger
- ↳ Generelt
- ↳ Oversettelser
- ↳ Fremvisning av sider (Show off)
- ↳ Avviste fremvisninger
- ↳ Diverse (off topic)
- ↳ Kommersiell hjelp ønskes
- ↳ Eldre versjoner av Joomla!
- ↳ Joomla! 1.0
- ↳ Administrasjon/installasjon
- ↳ Template, CSS og design
- ↳ Komponenter/moduler/mambots
- ↳ Sikkerhet
- ↳ Generelt
- ↳ Joomla! 1.5
- ↳ Administrasjon/installasjon
- ↳ Migrering/Oppdatering
- ↳ Template, CSS og design
- ↳ Komponenter/moduler/programutvidelser
- ↳ Sikkerhet
- ↳ Generelt
- ↳ Joomla! 2.5
- ↳ Administrasjon/installasjon
- ↳ Migrering/Oppdatering
- ↳ Template, CSS og design
- ↳ Komponenter/moduler/programutvidelser
- ↳ Sikkerhet
- ↳ Generelt
- ↳ Persian Forum
- ↳ قالب ها
- ↳ مدیریت
- ↳ سوالهای عمومی
- ↳ نصب
- ↳ مامبوت ها
- ↳ ماژولها
- ↳ کامپوننت ها
- ↳ Polish Forum
- ↳ Instalacja i aktualizacja
- ↳ Administracja
- ↳ Komponenty, moduły, wtyczki
- ↳ Szablony
- ↳ Paczta i Podziwiajta
- ↳ Modyfikacje i własne rozwiązania
- ↳ Tłumaczenia
- ↳ FAQ
- ↳ Tips&Tricks
- ↳ Dokumentacja
- ↳ Profesjonalne usługi
- ↳ Portuguese Forum
- ↳ Componentes, módulos e mambots
- ↳ Programação e desenvolvimento
- ↳ Segurança
- ↳ Sites dos usuários
- ↳ Off-topic
- ↳ Tradução
- ↳ Templates
- ↳ Romanian Forum
- ↳ Traduceri
- ↳ Russian Forum
- ↳ Объявления по Joomla!
- ↳ Безопасность Joomla!
- ↳ Joomla 4.x — Задайте здесь свой вопрос по поддержке
- ↳ Joomla 3.x — Задайте здесь свой вопрос по поддержке
- ↳ Общие вопросы/Новичок в Joomla! 3.x
- ↳ Установка Joomla! 3.x
- ↳ Миграция и переход на Joomla! 3.x
- ↳ Расширения для Joomla! 3.x
- ↳ Многоязычные веб-сайты на Joomla 3.x
- ↳ Joomla 2.5 — Задайте здесь свой вопрос по поддержке
- ↳ Общие вопросы/Новичок в Joomla! 2.5
- ↳ Установка Joomla! 2.5
- ↳ Расширения для Joomla! 2.5
- ↳ Русский язык Joomla! 2.5
- ↳ Serbian/Montenegrin Forum
- ↳ Tehnička pitanja
- ↳ Instalacija i početnička pitanja
- ↳ Šabloni
- ↳ Prevod i dokumentacija
- ↳ Ćaskanje
- ↳ Bezbednost
- ↳ Joomla! dodaci
- ↳ Pravna pitanja
- ↳ Arhiva
- ↳ Joomla! Događaji i Zajednica
- ↳ Izlog (spisak) sajtova radjenih u Joomla! CMS-u
- ↳ Profesionalne usluge
- ↳ Slovak Forum
- ↳ Spanish Forum
- ↳ Joomla! 4.x
- ↳ Joomla! 3.x
- ↳ Migración y actualización a Joomla 3.x
- ↳ Versiones de Joomla! obsoletas
- ↳ Joomla! 2.5
- ↳ Joomla! 1.5
- ↳ Extensiones
- ↳ Plantillas (templates) y diseño
- ↳ Idioma y traducciones
- ↳ SEO para Joomla!
- ↳ Seguridad y rendimiento
- ↳ Productos de Código Abierto para Joomla!
- ↳ Servicios profesionales
- ↳ Salón de la comunidad Ñ
- ↳ Swedish Forum
- ↳ Meddelanden
- ↳ Forum Joomla! 4.x
- ↳ Forum Joomla! 3.x
- ↳ Allmänna frågor
- ↳ Användning och administration
- ↳ Installation, backup och säkerhet
- ↳ Komponenter, moduler och plugin
- ↳ Mallar (templates) och design
- ↳ Äldre versioner
- ↳ Forum Joomla! 1.0
- ↳ Allmänna frågor
- ↳ Användning och administration
- ↳ Installation, backup och säkerhet
- ↳ Komponenter, moduler och Mambots
- ↳ Mallar (templates) och design
- ↳ Forum Joomla! 1.7 / Joomla! 1.6
- ↳ Allmänna frågor
- ↳ Användning och administration
- ↳ Installation, backup och säkerhet
- ↳ Komponenter, moduler och plugin
- ↳ Mallar (templates) och design
- ↳ Forum Joomla! 1.5
- ↳ Allmänna frågor
- ↳ Användning och administration
- ↳ Installation, backup och säkerhet
- ↳ Komponenter, moduler och plugin
- ↳ Mallar (templates) och design
- ↳ Forum Joomla! 2.5
- ↳ Allmänna frågor
- ↳ Användning och administration
- ↳ Installation, backup och säkerhet
- ↳ Komponenter, moduler och plugin
- ↳ Mallar (templates) och design
- ↳ Översättning
- ↳ Webbplatser gjorda i Joomla
- ↳ Webbplatser J! 3.x
- ↳ Webbplatser J! 2.5
- ↳ Webbplatser Joomla! 1.7 / Joomla! 1.6
- ↳ Webbplatser J! 1.5
- ↳ Webbplatser J! 1.0
- ↳ Kommersiell hjälp önskas
- ↳ Diverse (off topic)
- ↳ Tamil Forum
- ↳ Thai Forum
- ↳ โชว์เว็บไซต์ของคุณที่สร้างด้วยจูมล่า
- ↳ เคล็ดลับการใช้งานส่วนต่างๆ เกี่ยวกับจ&#
- ↳ คอมโพเน้นท์ โมดูล ปลักอิน ต่างๆ ที่ติดตั
- ↳ อับเดดข่าวสารเกี่ยวกับจูมล่าลายไทย
- ↳ Turkish Forum
- ↳ Duyurular
- ↳ Dersler
- ↳ Genel Sorular
- ↳ Bileşen, Modül, Bot
- ↳ Eklenti Haberleri
- ↳ Temalar
- ↳ Vietnamese Forum
- ↳ Gặp gỡ và giao lưu
- ↳ Joomla Tiếng Việt
- ↳ Cài đặt — Cấu hình
- ↳ Thành phần mở rộng cho Joomla!
- ↳ Hỏi đáp Joomla! 3.x
- ↳ Hỏi đáp Joomla! 2.5
- ↳ Hỗ trợ kỹ thuật
- ↳ Bài viết cũ
- ↳ Thiết kế Template
- ↳ Joomla! 1.5
- ↳ Hỏi đáp Joomla! 4.x
- ↳ Welsh Forum
- Other Forums
- ↳ Open Source Products for Joomla!
- ↳ The Lounge
- ↳ Forum Post Assistant (FPA)
- Joomla! Development Forums
- Joomla! Official Sites & Infrastructure
- ↳ docs.joomla.org — Feedback/Information
- ↳ extensions.joomla.org — Feedback/Information
- ↳ joomla.com — Feedback/Information
- ↳ Sites & Infrastructure — Feedback/Information
- ↳ Archived Boards — All boards closed
- ↳ Design and Accessibility — Archived
- ↳ Quality and Testing — Locked and Archived
- ↳ Joomla! 1.0.x_Q&T
- ↳ Q&T 1.0.x Resolved
- ↳ Known Issues
- ↳ Superseded Issues
- ↳ Archive
- ↳ Q&T 1.0.x Resolved — Archived
- ↳ Known Issues — Archive
- ↳ Superseded Issues — Archive
- ↳ Joomla! 3.x Bug Reporting
- ↳ Third Party Testing for Joomla! 1.5
- ↳ Q&T 1.5.x Resolved
- ↳ Joomla! 1.5 BETA
- ↳ Joomla! 1.5 BETA 2
- ↳ Reaction to the ‘Letter to the community’
- ↳ Reaction to New Project Name
- ↳ Logo Competition
- ↳ Humor, Fun and Games
- ↳ Libraries
- ↳ patTemplate
- ↳ com_connector — Multi Joomla Bridge
- ↳ CiviCRM Support
- ↳ CiviCRM Installation Issues
- ↳ FAQ Archive
- ↳ FAQ Discussion Board
- ↳ 3rd Party Extensions FAQ
- ↳ FAQs not moved
- ↳ 3rd Party/Non Joomla! Security FAQ
- ↳ Joomla! Coding 101
- ↳ Joombie Tools of the Trade
- ↳ Joombie Coding Q/A
- ↳ Joombie Think Tank
- ↳ Joombie Developer Lab
- ↳ Joomla Forge — Archived
- ↳ Non-Profit Organizations and Joomla!
- ↳ Schools and Universities
- ↳ Bangsamoro Forum
- ↳ Joomla! 1.5 Template Contest
- ↳ SMF — Simplemachines.org Forum
- ↳ GPL Discussion
- ↳ Security Announcements — Old
- ↳ Tips & Tricks — Moving
- ↳ Submit Your Suggested Tips & Tricks to Docs.joomla.org now please.
- ↳ Google Summer of Code and GHOP
- ↳ Google Summer of Code 2008
- ↳ Proposed projects
- ↳ Student area
- ↳ Past Google Summer of Code Editions
- ↳ Google’s Highly Open Participation Contest
- ↳ Documentation
- ↳ Suggestions, Modifications, and Corrections
- ↳ Archive
- ↳ 1.5 Archive
- ↳ Suggestions, Modifications & Corrections
- ↳ Submit
- ↳ Feedback and Suggestions
- ↳ Applications for participation in the Development Workgroup
- ↳ Development
- ↳ 1.5 Site Showcase — Archived
- ↳ 1.0 x Site Showcase — Archived.
- ↳ Feature Requests — White Papers — Archived
- ↳ Under Review — Archived
- ↳ Accepted — Archived
- ↳ Not Accepted — Archived
- ↳ Wishlists and Feature Requests — Archive
- ↳ Wishlist Archives — Archived
- ↳ Spanish Forum — Archive
- ↳ Papelera
- ↳ Tutoriales
- ↳ General
- ↳ Salón de la Joomlaesfera hispanohablante
- ↳ Danish Forum — Archive
- ↳ Diskussion af Meddelelser + Sikkerhedsmeddelelser + FAQ
- ↳ Shop.Joomla.org
- ↳ Joomla! 1.6 RC Support [closed]
- ↳ Joomla! 1.0 Coding
- ↳ Core Hacks and Patches
- ↳ Joomla! 2.5 Beta Support
- ↳ People.joomla.org — Feedback/Information
- ↳ Joomla! 1.5 Bug Reporting
- ↳ Joomla! 1.5 Coding
- ↳ Joomla! 3 Beta Support
- ↳ Trending Topics
- ↳ Help wanted in the community
- ↳ templates.joomla.org — Feedback/Information
- ↳ Certification
- ↳ Albanian Forum
- ↳ Azeri Forum
- ↳ Urdu Forum
- ↳ Basque Forum
- ↳ Itzulpenaren inguruan
- ↳ Laguntza teknikoa
- ↳ Belarusian Forum
- ↳ Maltese Forum
- ↳ Hungarian Forum
- ↳ Slovenian Forum
- ↳ Japanese Forum
- ↳ Khmer Forum
- ↳ ពិពណ៌ស្ថានបណ្ដាញជុំឡា
- ↳ ជុំឡាខ្មែរមូលដ្ឋានីយកម្ម
- ↳ Community Blog Discussions
- ↳ JoomlaCode.org
- ↳ Joomla! Marketing and PR Team
- ↳ resources.joomla.org — Feedback/Information
- ↳ Training.Joomla.org
- ↳ OpenSourceMatters.org
- ↳ magazine.joomla.org — Feedback/Information
- ↳ Site Showcase
- ↳ Joomla! 4 Related
- ↳ Joomla! Events
- ↳ Joomla! Ideas Forum
- ↳ Registered Joomla! User Groups
- ↳ Joomla! 2.5 Coding
- ↳ Joomla! 2.5 Bug Reporting
- ↳ User eXperience (UX)
- ↳ Joomla! Working Groups
- ↳ Translations
От автора
PHP это основной язык программирования Joomla. Аббревиатура интерпретатора PHP — “Hypertext Preprocessor (Препроцессор Гипертекста)».
Содержание:
- Как посмотреть параметры PHP из панели Joomla;
- Как посмотреть параметры php без входа в панель Joomla;;
- Файл php.ini.
Посмотреть параметры PHP в административной панели Joomla
- Войдите в административную панель Joomla;
- Откройте вкладку: Система→Информация о системе→PHP. Смотрим все параметры php вашего хостинга (сервера).
Как посмотреть параметры PHP без панели Joomla
Посмотреть и проверить, доступные параметры, а также их значения можно следующим образом.
- Откройте текстовой редактор (например, Notepad++) и создайте текстовой файл, со следующим содержанием:
<?php phpinfo(); ?>
- Назовите его, например, info.php;
- Поместите созданный файл info.php в корневом каталоге сайта. Именно сайта, а не домена;
- Установите права доступа на этот файл 644 (CHMOD 644);
- Вызовите скрипт из своего браузера. Для этого введите в окне браузера, следующее:
http://ВАШ_САЙТ/info.php. Если вы, по каким либо причинам, поместили файл info.php не в корне сайта, а в папке, например papka,то вызов должен быть таким: http://ВАШ_САЙТ/papka/info.php
- В открывшемся окне браузера, вы увидите очень длинный список, где и можно посмотреть сборку, настройки PHP вашего хостинга.
Чтобы найти определенные настройки PHP и значения их параметров пользуйтесь: [ctrl+F].
файл php.ini
Довольно часто возникают ситуации, когда нужно изменить ту или иную настройку php. Сделать это можно в файле php.ini. php.ini, файл конфигурации php, с его настройками. Считывается файл при запуске PHP. В файле php.ini указаны основные параметры интерпретации PHP-кода, параметры безопасности, способы работы с данными и файлами, информация об включенных расширениях PHP.
Но файл php.ini не всегда доступен для пользователя и часто закрывается хостером. Еще одна проблема, не всегда легко найти файл в структуре каталога.
Чтобы найти, где располагается файл php.ini, используем всё тот же файл, info.php. В таблице с парметрами phpв строке «LoadedConfigurationFile» вы увидите полный патч до файла php.ini.
©Joomla-abc.ru
Статьи близкие по теме
Вступление
Работая с хостингами, обычно не сталкиваешься с файлом php.ini, к нему просто нет доступа. Правда, есть хостинг-провайдеры, которые дают частичный доступ к некоторым настройкам php.ini. Причина такого ограничения доступа вполне понятна. Как-никак php.iniфайл задающий конфигурацию PHP сервера и его неразумная правка приведет к серьезным проблемам, решать которые придется хостинг-провайдеру. Другое дело, когда вы работаете с локальным сайтом на локальной машине. Любая сборка LAMP или WAMP допустит вас к php.ini по определению.
Файл php.ini это конфигурационный файл с подавляющим большинством настроек PHP. По умолчанию файл конфигурации входит в дистрибутив PHP и называется php.ini-development. Чтобы интерпретатор PHP находил этот файл его нужно переименовать в php.ini. Файл php.iniзагружается вместе с локальным сервером или загружается вместе с дистрибутивом PHPпри самостоятельной сборке локального сервера. В последнем случае, как уже упоминалось, он называется «php.ini-development» и для работы с ним его нужно переименовать в php.ini.
Файл php.ini это текстовой файл, состоящий из директив для PHP, а попросту специальными текстовыми строками определяются основополагающие настройки, как будет работать интерпретатор PHP.
На готовых локальных серверах директивы файла php.ini создаются разработчиками, и каждый разработчик платформы устанавливает свои настройки PHP в нем. Но настройки указанные в php.ini не берутся из головы. Шаблоном любого php.ini служит файл «php.ini-development» находящейся в «родном» дистрибутиве PHP.
Если в файле php.ini локального сервера не прописана, какая либо директива, то PHP примет директиву по умолчанию. Повторюсь, файл php.ini по умолчанию смотрите в дистрибутиве PHP вашей версии в файле php.ini-development.
Итак, если у вас установлен и работает (запускается) локальный сервер, то в его папках должен быть файл php.ini который видит Интерпретатор PHP.
Доступ к php.ini
Доступ на виртуальном хостинге
На виртуальном хостинге вы, как правило, не имеете доступа к этому файлу, а, следовательно, не можете менять его настройки самостоятельно.
Правда есть хостинги предоставляющие частичный доступ к php.iniи эти настройки выведены на административную панель хостинга отдельным пунктом.
Доступ к php.ini на локальном хостинге
На локальных серверах вы имеете полный доступ ко всем файлам системы. Файл php.ini не исключение. Вы в любой момент можете открыть файл php.ini для редактирования. Редактировать файлы сервера нужно только в текстовых блокнотах.
Где искать php.ini
Найти файл не сложно.
Если вы сами собирали платформу локального сервера, то вы сами его переименовывали и сами его настраивали. Но могу предположить, что искать его нужно в директории [C:\php] (для Windows).
На ЛС Денвер php.ini находим тут: C:WebServersusrlocalphp5php.ini.
На Xampp в папке Apache/bin:
На ЛС OpenServers несколько файлов конфигурации. Находятся они в директории C:OpenServersUserdata [Файлы конфигурации]
Настройки php.ini
Файл php.ini это текстовой файл с достаточно простым синтаксисом. Больше того, файл php.ini содержит такое количество комментариев, что их вполне достаточно для понимания роли большинства директив PHP. Посмотреть листинг php.ini можно в отдельной статье.
©Joomla3-x.ru.
Другие статьи раздела: WebDesign
I’ve googled for the past 30 minutes with no solution. I even searched ‘php.ini’ and all I get is ini.php files in my whole localhost/htdocts/mysites directory where my joomla is currently installed. The most recent answer I’ve found on the joomla forum is in july 2011 but I can’t find the php.ini file where the people are saying it is. I even tried checking the installation directory before deleting it and turning on hidden files all with no luck. I have to change the settings to I stop getting uneccessary php error messages like the following right after installation:
Strict Standards: Static function JDatabase::test() should not be abstract in C:xampphtdocsmysitesjoomla_nowlibrariesjoomladatabasedatabase.php on line 350
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 394
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 394
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 396
Strict Standards: Accessing static property JCache::$_handler as non static in C:xampphtdocsmysitesjoomla_nowlibrariesjoomlacachecache.php on line 396
ty812
3,29319 silver badges36 bronze badges
asked Aug 27, 2011 at 6:52
The php.ini
file belongs to your server configuration and is not part of Joomla. It seems you are using XAMPP — the file should be in your C:xamppphp
directory if you have XAMPP >= 1.7.0 and in c:xamppapachebin
for older versions.
answered Aug 27, 2011 at 6:56
ty812ty812
3,29319 silver badges36 bronze badges
It should be found in xamppInstallationDir/PHP/PHP.ini for version 1.7.0 and above.
answered Aug 27, 2011 at 7:00
Madara’s GhostMadara’s Ghost
171k50 gold badges263 silver badges309 bronze badges
0
Whatever the case *, you can get informed for any php.ini files loaded by your Joomla instance in the backend.
Simply go to System -> System Information -> PHP Information, where Joomla actually runs a phpinfo() function.
There you will be able to find all relevant information about the PHP configuration of your server environment.
Particularly for the php.ini you can look at these lines:
- Configuration File (php.ini) Path
- Loaded Configuration File
- Scan this dir for additional .ini files
- Additional .ini files parsed
*Unless phpinfo() is disabled in the server.
answered Jan 22, 2014 at 20:47
SbproSbpro
94814 silver badges27 bronze badges