Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1708244
Tech News demo incompatible with EasyPHP
Closed

Comments

  • saiyuke started the conversation

    Hi, on my very new EasyPhp + Wordpress installation, I have installed PenNews theme. I imported the TECH NEWS demo, but when I navigate on my LOCAL ADRESS (12.0.0.1), the wordpress Admin Bar doesn't display on the top of the page...

    It ONLY appears on the Home Page, but NEVER on the other pages... Why ?

    NOTE :

    - I am on Windows 10 / Chrome

    - I have no other extensions installed except the ones included in PenNews

    - I deactivated all the extensions and re-activated one by one. It seems the problem comes from "Penci Framework"

    Best Regards

  •  501
    Penci replied

    Hi,

    Please enable debugging mode, add the following line to the wp-config.php file

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true ); 
    define( 'WP_DEBUG_DISPLAY', true );
    @ini_set( 'display_errors', 0 );
    define( 'SCRIPT_DEBUG', true );

    Please check screenshot : http://prntscr.com/kt5cw7

    When this setting is enabled, WordPress displays all PHP errors, notices, and warnings.

    If have error, error will show on your site and wordpress saves all error information to the debug.log file in the wp-content directory.

    Please send me the screenshot after enabled debugging mode and file debug.log. We will help you fix it.


    Best Regards,

    PenciDesign


  •  501
    Penci replied

    Hi,


    Please tell me your php version using. To know version of php , please go to Pennews, -> System status -> PHP Version as screenshot http://prntscr.com/kt5i5a


    Best Regards,

    PenciDesign

  • saiyuke replied

    Hi,

    Please see this attached file. I am PHP 7.1.3 (but the same problem under PHP 5.6.30)

    here are the log when I reload an article : 

    [12-Sep-2018 11:23:04 UTC] PHP Notice:  Undefined index: a:1:{s:3:"ssl";b:1;} in C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-includes\class-requests.php on line 213
    [12-Sep-2018 11:23:04 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function curl_init() in C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-content\plugins\penci-framework\inc\social-counter\twitter-client.php:377
    Stack trace:
    #0 C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-content\plugins\penci-framework\inc\social-counter\twitter-client.php(351): TwitterApiClient::http_request('https://api.twi...', Array)
    #1 C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-content\plugins\penci-framework\inc\social-counter\twitter-client.php(241): TwitterApiClient->rest_request('users/show', Array, 'GET')
    #2 C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-content\plugins\penci-framework\inc\social-counter\social-counter.php(394): TwitterApiClient->call('users/show', Array, 'GET')
    #3 C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-content\plugins\penci-framework\inc\social-counter\social-counter.php(69): Penci_Framework_Social_Api->get_social_counter_twitter('envato', 10800, Array)
    #4 C:\Program Files (x86)\EasyPHP-Devser in C:\Program Files (x86)\EasyPHP-Devserver-17\eds-www\wp-content\plugins\penci-framework\inc\social-counter\twitter-client.php on line 377

  •  501
    Penci replied

    Hi,

    Thank for your all feedback.

    You using EasyPHP-Devserver-17 program to creating your environment.

    With setup a php development environment , we recommended you use XAMP .

    You can try it with XAMPP

    Don't worry about this. Also we have run hosting ( StableHost,godaddy, ... ), it working fine.

    Best Regards,

    PenciDesign

  • saiyuke replied

    Thank you ! I installed XAMPP as you recommended and everything works like a charm :-)