Help me please.I have problem with 1.2.3

Home Forums Free wallpaper script Installation Problems Help me please.I have problem with 1.2.3

This topic contains 4 replies, has 2 voices, and was last updated by  quang85vn 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #874

    quang85vn
    Member

    i have problem when install VEPPA 1.2.3
    this error
    AutoLoader did not found file for ‘PDO’!
    Trace in execution order:

    require(‘D:\AppServ\www\q\setup.php’) on line 39 in D:\AppServ\www\q\index.php
    class_exists(‘PDO’) on line 107 in D:\AppServ\www\q\setup.php
    __autoload(‘PDO’) on line unknown in unknown
    AutoLoader?load(‘PDO’) on line 1496 in D:\AppServ\www\q\sys\Framework.php

    Exception was thrown on line 1485 in D:\AppServ\www\q\sys\Framework.php
    Help me please

    #876

    quang85vn
    Member

    noone help me

    #877

    veppa
    Member

    Hello,

    I couldn’t reproduce this error. Can you make change on line 107 in setup.php file?

    put @ sign before class_exists like this:
    if (@class_exists(‘PDO’))

    it should check if PDO exists or not. if not then it will use custom class to replace PDO functionality.

    Please try that change and let me know if problem solved.

    #879

    veppa
    Member

    I made changes to setup.php file and sent to you via email. can you try that version and let me know if it works for you. Then I can publish it as fixed release.

    Regards.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.