0
Welcome Guest! Login
0 items Join Now

Numerous PHP erors

    • Ripose's Avatar
    • Ripose
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • Thanks Alex, I always ensure I am using the latest version of all files or whatever is specifically called for by Joomla. I decided to re-install though to ensure I have an error free setup.

      JEM I always used XAMPP in the past, the only reason I switched was because my first Joomla manual was written specifically for WAMP users. Personally I don't have preference.
    • 30 Years computer experience !
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • hi ripose,

      the deprecated error is usually related to an outdated version of php.
      could you let us know which version of php you have?

      in your joomla admin under > help > system info...

      kat :)
    • Kat05 / QA Lead & Support / Germany
  • Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • Ripose wrote:
      Thanks Alex, I always ensure I am using the latest version of all files or whatever is specifically called for by Joomla. I decided to re-install though to ensure I have an error free setup.

      JEM I always used XAMPP in the past, the only reason I switched was because my first Joomla manual was written specifically for WAMP users. Personally I don't have preference.

      As Kat has stated these error's are normally related to outdated PHP, worth checking to be on the save side.

      Regards
    • Ripose's Avatar
    • Ripose
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • Web Server: Apache/2.2.11 (Win32) PHP/5.3.0

      Actually a Deprecated error would be caused by outdated code since the code uses PHP statements that are no longer in use.

      Having an outdated version of PHP itself would produce many types of errors but not Deprecated. :D (unless the code is REALLY outdated)

      Don't forget my signature :shock:
    • 30 Years computer experience !
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • hi again,

      right, that is actually what i meant to say.

      could you copy/paste the exact errors here, so we know where to look?

      some extensions have had issues in the past, just after php 5.3.x was released but the fixes have been released immediately after that in the extensions updates.

      thanks, kat :)
    • Kat05 / QA Lead & Support / Germany
    • Ripose's Avatar
    • Ripose
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • Hi Kat, I never recorded any of the errors from the last go'round, unless I can find an old error log file somewhere in my archives.

      However, I did notice this time that Artio JoomSEF causes problems for RT Kinetic RL with demo content installed. I restored from backup before any errors were displayed.

      I am going to re-install JoomSEF differently and I will post again with results.

      Have a great day Kat ! (5:15 am here)
    • 30 Years computer experience !
  • Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • Ripose wrote:
      Have a great day Kat ! (5:15 am here)

      You have been busy debugging this problem :)

      Hope you get it sorted soon.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Numerous PHP erors

    Posted 15 years 1 month ago
    • Try basic Joomla SEF

      Basic Core SEF:

      If joomla is in the root; htdocs, or public_html...

      In Global Configurations, Search Engine Friendly URLs Yes, Use Apache mod_rewrite Yes, Add suffix to URLs No.

      Change htaccess.txt to .htaccess.

      If it’s in a folder, you need to change the # RewriteBase / to reflect the path of your site.

      Change:

      # RewriteBase /

      to:

      RewriteBase /(the name of the folder joomla is in)

      If that doesn't work, search or post here:

      forum.joomla.org/viewforum.php?f=544

      If you are using a 3rd part component, contact the developer.
    • Thanks,
      jim

Time to create page: 0.125 seconds