Jump to content

gio1961

Members
  • Posts

    252
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by gio1961

  1. Hello everyone ... sending the email to all the drivers I get this error due to a possible answer

    Fatal error: Uncaught exception 'Exception' with message 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's message inbox on 10/06/2014', '23', '1402440427')' at line 2' in /customers/f/9/1/***************.net/httpd.www/it/core/common/MailData.class.php:92 Stack trace: #0 /customers/f/9/1/***************.net/httpd.www/it/core/modules/Mail/Mail.php(138): MailData::send_new_mail('29', '6', 'Mondiali Brasil...', 'Hai ricevuto un...', 23, 1402440427) #1 /customers/f/9/1/************.net/httpd.www/it/core/modules/Mail/Mail.php(38): Mail->send() #2 [internal function]: Mail->index() #3 /customers/f/9/1/***************.net/httpd.www/it/core/classes/MainController.class.php(218): call_user_func_array(Array, Array) #4 /customers/f/9/1/***************.net/httpd.www/it/index.php(60): MainController::RunAllActions() #5 {main} thrown in /customers/f/9/1/***************.net/httpd.www/it/core/common/MailData.class.php on line 92

  2. Hello everyone and sorry for my english. And 'possible to obtain results in the schedule (schedule_results.tpl) only flights by category ("P" = Passenger, "C" = Cargo etc.. Etc..). Thanks for any reply, best regards

  3. Hello I followed the directions you posted but it does not work, there are images to be approved but nothing appears ... thanks for a possible answer

    my files:

    in ScreenshotsData.class.php....

    //@author David Clark (simpilot)

    //@copyright Copyright © 2009-2010, David Clark

    //@license http://creativecommo...s/by-nc-sa/3.0/

    class ScreenshotsData extends CodonData{

    public function countpending() {

    $query = "SELECT COUNT(id) AS total FROM screenshots WHERE file_approved='0'";

    $check = DB::get_row($query);

    return $check->total;

    }

    public function getscreenshots() {

    $query = "SELECT *

    FROM ".TABLE_PREFIX."screenshots

    WHERE file_approved='1'

    ORDER BY date_uploaded DESC";

    return DB::get_results($query);

    }

    *******

    in sidebar_dashboard.tp

    <strong><a href="<?php echo SITE_URL?>/index.php/screenshots/approval_list"><?php echo ScreenshotsData::countpending(); ?> ScreenShots</a></strong>

  4. Hello and sorry for my English. I have a problem in the map display, (vFleetTrack) despite having entered the strings in the file bootstrap.css

    * /

    # acarsmap img {

    max-width: none;

    }

    # briefmap img {

    max-width: none;

    }

    # myflights img {

    max-width: none;

    }

    Thanks for any response. Sincerely

    post-6625-0-25398800-1396005429_thumb.jpg

  5. Hello everyone and sorry for my english ... When I get an email from the website I get strange characters as in the picture ... My local.config:

    ... My local.config:

    Page # encoding options

    Config :: Set ('page_encoding', 'UTF-8');

    in app.config

    Page # encoding options

    Config :: Set ('page_encoding', 'UTF-8');

    Config :: Set ('DB_CHARSET_NAME', 'utf8');

    On the home site:

    <head>

    <meta content="text/html; http-equiv="Content-Type" charset=utf-8" />

    <title> ....... </ title>

    </ head>

    Thanks for any reply, best regards

    post-6625-0-27811200-1395142887_thumb.jpg

  6. Good morning everyone. I have a problem in the registration of new pilots. He did not get the email notification: ""Dear , Your account have been made at , but your account has not yet been activated. You will receive an email when your registration has been activated by someone on our staff. Thanks! Staff"" ... Same problem with password recovery... Using the skin Zumeweb.Pacific.V1

    My site is hosted on https://www.one.com/it/

    thanks for any answer .. best regards

  7. How do I disable VAcentral? thanks

    local.config.php (not present, the entry relating)

    app.config.php:

    /* VACentral */

    Config::Set('VACENTRAL_ENABLED', false);

    Config::Set('VACENTRAL_DEBUG_MODE', false);

    Config::Set('VACENTRAL_DEBUG_DETAIL', 0);

    Config::Set('VACENTRAL_API_SERVER', 'http://api.phpvms.net');

    Config::Set('VACENTRAL_API_KEY', '');

  8. Good evening and sorry for my english, problem with duplicate data records kacars free and without the name of the pilot view photo,or it is the fault of the user who opens kacars several times? Thanks for any response

    20qko0l.jpg

  9. Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /customers/f/9/1/mysitename.net/httpd.www/it//lib/skins/Zumeweb.Pacifi

    The error manifests itself by clicking on the (news pop-up module)

    Thanks for any response

×
×
  • Create New...