0
Welcome Guest! Login
0 items Join Now

SOLVED cant install reason magic quotes gpc

    • ededi's Avatar
    • ededi
    • Sr. Rocketeer
    • Posts: 164
    • Thanks: 0

    SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • hello

      im new here have try to find in forums but not helped me ..
      i cant install rockettheme (voxel) see picture , have try it with php.ini but not ..
      mine hosting will not do this due security reason ..
      how can i do manuely ..

      i have found this , a little hack (sorry for the link can be removed if not allowed)
      joomquery.com/solved-magic-quotes-gpc-off-problem-joomla-30/

      is this a solution without problem , i will no problems ..
    • Last Edit: 11 years 3 months ago by ededi.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • So for your php.ini file
      magic_quotes_gpc = Off
      session.save_path = "/tmp"
      didn't work and for your .htaccess file method this didn't work:
      php_flag magic_quotes_gpc Off

      In this case the hoster will have to do it for you.
    • ededi's Avatar
    • ededi
    • Sr. Rocketeer
    • Posts: 164
    • Thanks: 0

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • DanG wrote:
      So for your php.ini file
      magic_quotes_gpc = Off
      session.save_path = "/tmp"
      didn't work and for your .htaccess file method this didn't work:
      php_flag magic_quotes_gpc Off
       

      In this case the hoster will have to do it for you.
      The hoster would not do this due , he means "security risk" and we have not speak detailed because he is on holiday , have we chance to use some codes like overrides until he comes , and ı have give a link on mine first post , there the poster means do a little hack on core can this method have security holes or another critical things.
    • ededi's Avatar
    • ededi
    • Sr. Rocketeer
    • Posts: 164
    • Thanks: 0

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • your hosting must meet the minimum rquirements for Joomla 3.
      So you really need to contact your host
    • ededi's Avatar
    • ededi
    • Sr. Rocketeer
    • Posts: 164
    • Thanks: 0

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • Henning wrote:
      your hosting must meet the minimum rquirements for Joomla 3.
      So you really need to contact your host
      ok i must wait until server owner is back ..

      but if i install it with joomla 2.5 can i after one month upgrade to 3 without problem ( voxel template)
      thanks
    • ededi's Avatar
    • ededi
    • Sr. Rocketeer
    • Posts: 164
    • Thanks: 0

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • ok it was mine fault this is resolved :

      if you have problem after hours days then pls follow this steps hope help you too

      1. delete all files and upload again the files to ftp ( important ! must fresh install)
      2. after finished rename htaccess.txt to .htaccess
      3. put this code on the top , above in .htaccess
      php_flag magic_quotes_gpc off

      and save it ...

      thats all

      thanks now can i start with rockettheme :P
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 3 months ago
    • ededi wrote:
      thanks now can i start with rockettheme :P
      No prob...
      Please check my signature and click the BUTTON beside "Marking your threads as Solved".
      Thanks.
    • Diana38's Avatar
    • Diana38
    • Sr. Rocketeer
    • Posts: 155
    • Thanks: 0

    Re: SOLVED cant install reason magic quotes gpc

    Posted 11 years 2 months ago
    • Hi guys I had the huge magic quotes problem, read all documents and posts and one solved anything. :( So I put my php ini in html dir and admin and works like charm. problem I had was with Clarion. Once I put php.ini just magic quotes off... then slider didn't work and images from rock gallery. So I found official documentations for Joomla3 and placed. It wasn't enough though so using simply logic I put in administrator directory.

      Here is the php.ini code that worked for me. May be will help someone else.

      magic_quotes_gpc = Off
      magic_quotes_runtime = Off
      magic_quotes_sybase = Off
      extension=pdo.so
      extension=pdo_mysql.so

      I thought I might share this as it might help someone else too.

Time to create page: 0.112 seconds