Jump to content

fuzmic

Members
  • Posts

    224
  • Joined

  • Last visited

Posts posted by fuzmic

  1. Hi admin please help native.php line 260

     

    Now manage to have mysqlDb imported using phpadmin using a last backup in zip format.

     

    However Joomla backend failed with following message

     

    Warning: session_start(): Failed to read session data: user (path: /var/cpanel/php/sessions/ea-php72) in /home/fuzmic/public_html/libraries/joomla/session/handler/native.php on line 260

     

    Website also fail with this error

     

    Warning: session_start(): Failed to read session data: user (path: /var/cpanel/php/sessions/ea-php72) in /home/fuzmic/public_html/libraries/joomla/session/handler/native.php on line 260

     

     

    Admin please help limited knowlege to resolve ..line 260 in native.php

  2. Byron bro

    Your response is fast & effective, a BIG Thank you.

    This first time i use BU/RS Wizard, intuitive so i uploaded public_html exposing all necessary folders/files easy.

     

    Still need your help on upload mysqlDB. I first create db fuzmic_p2u but upload using wizard with fuzmic_p2u.tar.gz failed. Your advice please.

  3. Krydos mate Thanks

     

    The .htaccess in the root directory has only one line

    RewriteEngine on
     
    I have also have no .htaccess but still don't work
     
    There a few more .htaccess eg libraries\vendor\ .. but they are the same as other local .htaccess that work.
     
     
     

    by url i assume you mean the virtual host; i use the following in the conf

     

    <VirtualHost *:80>
    ServerName p2u.local
    DocumentRoot "c:/wamp64/www/p2u"
    <Directory  "c:/wamp64/www/p2u/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
    </Directory>
    </VirtualHost>
  4. Hi gurus

    I have no problem if i download files & mysql db from Hostgator and run it from wamp.

    However if i download from Heliohost.org, running the related 'Virtual Host', it will just cause a download as a file which is actually the index.php of webpage.

    I have already disabled the .htaccess which is have extra line of
    <IfModule mime_module>
    AddType application/x-httpd-ea-php56 .php .php5 .phtml
    </IfModule>

    Hope to learn why. Thank You

     

     
×
×
  • Create New...