Normally, you can check your loaded php configuration from Joomla admin. However, sometimes you need to check php configuration for different folders. Especially, if you use custom php.ini files for different folders, you cannot check it from Joomla admin.
Here, there is an easy way to check config.
- With your text editor, create a configtest.php file with following content:
PHP Code:
<?php
phpinfo();
?>
- Then upload this file to your server under public_html or www folder.
- Open your browser, write http://www.yourdomain.com/configtest.php and hit enter. You'll see your php configuration.
- If you have custom php.ini files under your folders, upload this configtest.php file under your folders. You can test it with http://www.yourdomain.com/folder.../configtest.php url.
-After you get your php configuration on your browser, find "Loaded Configuration File" value. This value will show you if your custom php.ini is active or not for that folder.
- Check modules section for ionCube Loader module. Ioncube loader should be active to use Seyret. You can also see ioncube version info next to "Powered by Zend Engine" logo.
- Check "allow_url_fopen" value. Should be "on" if you don't have CURL library installed.
- Check "disable_functions" value. On some servers "shell_exec", "allow_url_fopen", "curl_exec" functions are disabled. Seyret needs these functions. So these functions should be enabled.
- Check "file_uploads" value. Should be "on".
- Check "max_execution_time" value. If you want to use ffmeg video conversion, this value should be high.
- Check "max_input_time" value. If you want to upload large video files, this value should be high.
- Check "post_max_size" value. If you want to upload large video files, this value should be high.
- Check "upload_max_filesize" value. If you want to upload large video files, this value should be high.
After you finish your work, please don't forget to delete this configtest.php file(s) from your server for security reasons.
Schedule a
Free Consultation
Sometimes a relationship needs a little nudge to help it grow.
Tell us a few things about yourself and we will show you a lot more about us.