+ Reply to Thread
Results 1 to 2 of 2

Thread: Custom php.ini?

  1. #1
    Junior Member
    Join Date
    Dec 2005
    Posts
    1

    Default Custom php.ini?

    I am setting up a website based on the Joomla! CMS and am running into some issues that appear to be generated by the PHP configuration that is set for shared aacounts.

    Can I run a different PHP configuration via a custom php.ini I place in my webroot? If so can I get a copy of the php.ini file currently running to base a custom one from?

    --Greg Bilke[/quote]

  2. #2
    Junior Member
    Join Date
    Aug 2005
    Posts
    4

    Default

    I've not tried this here but usually the way this is handled is by adding code to your php files such as the following:

    Code:
    <?php
         ini_set('error_reporting', E_ALL);
    ?>

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts