0
Welcome Guest! Login
0 items Join Now

XAMPP local install

    • Roeland_A!'s Avatar
    • Roeland_A!
    • Preeminent Rocketeer
    • Posts: 10193
    • Thanks: 71

    Re: XAMPP local install

    Posted 12 years 10 months ago
    • ; error_reporting
      ; Default Value: E_ALL & ~E_NOTICE
      ; Development Value: E_ALL | E_STRICT
      ; Production Value: E_ALL & ~E_DEPRECATED
      These are options, now your php.ini is using development settings.
      Use the default values: E_ALL & ~E_NOTICE
      find in php.ini in the php folder within XAMPP these lines:

      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
      ; Error handling and logging ;
      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
      Then find the value set there (some lines below this) and change it.
      Restart apache for php.ini settings to take effect.
      Don't muck around with the other values or you will crash your installation if you do not know what you are doing.
    • *Karma comes in many forms, my personal favourite is the random saucepan from the sky* J.Spencer 17-02-2009
  • Re: XAMPP local install

    Posted 12 years 10 months ago
    • I have set
      ; error_reporting
      ; Default Value: E_ALL & ~E_NOTICE
      ; Development Value: E_ALL & ~E_NOTICE
      ; Production Value: E_ALL & ~E_NOTICE

      than rerun xampp

      but still the same error

      should I reinstall everything?
    • Roeland_A!'s Avatar
    • Roeland_A!
    • Preeminent Rocketeer
    • Posts: 10193
    • Thanks: 71

    Re: XAMPP local install

    Posted 12 years 10 months ago
    • No, read the instructions a bit better:
      Use the default values: E_ALL & ~E_NOTICE
      find in php.ini in the php folder within XAMPP these lines:

      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
      ; Error handling and logging ;
      ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

      Then find the value set there (some lines below this) and change it.
      Restart apache for php.ini settings to take effect.
      Don't muck around with the other values or you will crash your installation if you do not know what you are doing.
    • *Karma comes in many forms, my personal favourite is the random saucepan from the sky* J.Spencer 17-02-2009
    • Roeland_A!'s Avatar
    • Roeland_A!
    • Preeminent Rocketeer
    • Posts: 10193
    • Thanks: 71

    Re: XAMPP local install

    Posted 12 years 10 months ago
    • ; Common Values:
      ;   E_ALL & ~E_NOTICE  (Show all errors, except for notices and coding standards warnings.)
      ;   E_ALL & ~E_NOTICE | E_STRICT  (Show all errors, except for notices)
      ;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)
      ;   E_ALL | E_STRICT  (Show all errors, warnings and notices including coding standards.)
      ; Default Value: E_ALL & ~E_NOTICE
      ; Development Value: E_ALL | E_STRICT
      ; Production Value: E_ALL & ~E_DEPRECATED
      ; http://php.net/error-reporting
      error_reporting = E_ALL & ~E_NOTICE
      that is what you look for, then where it says error_reproting is where the change goes like how it looks here
    • *Karma comes in many forms, my personal favourite is the random saucepan from the sky* J.Spencer 17-02-2009
    • Roeland_A!'s Avatar
    • Roeland_A!
    • Preeminent Rocketeer
    • Posts: 10193
    • Thanks: 71

    Re: XAMPP local install

    Posted 12 years 10 months ago
    • If you still do not understand it, then google for xampp and error reporting, there is enough info on the web on this topic
    • *Karma comes in many forms, my personal favourite is the random saucepan from the sky* J.Spencer 17-02-2009
  • Re: XAMPP local install

    Posted 12 years 10 months ago
    • Amazing - works, :cheesy:
      thanks !
    • techgal's Avatar
    • techgal
    • Sr. Rocketeer
    • Posts: 153
    • Thanks: 0

    Re: XAMPP local install

    Posted 12 years 10 months ago
    • Roeland_A! wrote:
      ; Common Values:
      ;   E_ALL & ~E_NOTICE  (Show all errors, except for notices and coding standards warnings.)
      ;   E_ALL & ~E_NOTICE | E_STRICT  (Show all errors, except for notices)
      ;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)
      ;   E_ALL | E_STRICT  (Show all errors, warnings and notices including coding standards.)
      ; Default Value: E_ALL & ~E_NOTICE
      ; Development Value: E_ALL | E_STRICT
      ; Production Value: E_ALL & ~E_DEPRECATED
      ; http://php.net/error-reporting
      error_reporting = E_ALL & ~E_NOTICE
      that is what you look for, then where it says error_reproting is where the change goes like how it looks here

      Thank You! for taking the time to be so specific in your instructions. I was setting up a new test installation of Xampp, Joomla 2.5, and Gantry 3.2.16 bundle and wasn't sure what was up. But not to panic - I came here and found the answer. Worked great! :D

Time to create page: 0.054 seconds