CGBlog - Missing LanguageString

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
MantaPro
Forum Members
Forum Members
Posts: 97
Joined: Sun Feb 03, 2008 8:14 pm

CGBlog - Missing LanguageString

Post by MantaPro »

Recently installed CGBlog and set up a few dummy test articles in order to format templates - next step will be CGSocialblaster/CGFBPost.


CGBlog was all right at first; but I set debug=true in config to see the DB calls to try to understand why items assigned to a specific category where being omitted - now better understood and that works, but having disabled debug CGBlog now seems to have a corrupted setting ?

All of the tab headings and column headings now read "Missing LanguageString" - but Language is selected in Admin/My Preferences /My Account and also in Settings Global/Default Front End
Image

Everything else in the Admin back end works OK with the correct tab and column text so all of the other modules are selecting language specific text OK (including CGGM2; CGFBPost; CGSocialblaster are all displaying correctly in Admin - it is just CGBlog that has got itself confused)

Looking at CGBlog in Admin with debug on; I can see the SQL that is retrieving my USer profile preference. But I can't see any error messages where it retrieves/loads Tab/Column text from modules/CGblog/doc/lang/en_US.php

Admin log doesn't show any errors. Running with error_reporting = E_ALL and display_errors = on doesn't show any errors

There are a lot of these "nothing is know about ... cant load" messages shown in debug but they might be a red herring

Image

Code: Select all


----------------------------------------------

Cms Version: 2.2.9

Installed Modules:

    AdminSearch: 1.0.4
    CGBetterForms: 1.9
    CGBlog: 1.15.8
    CGExtensions: 1.61.4
    CGFBPost: 1.1.3
    CGGoogleMaps2: 1.1.1
    CGSimpleSmarty: 2.2.1
    CGSocialBlaster: 1.1
    CGTweet: 1.3.2
    CMSContentManager: 1.1.7
    CmsJobManager: 0.1.3
    DesignManager: 1.1.5
    FileManager: 1.6.8
    FilePicker: 1.0.3
    FrontEndUsers: 2.12.6
    JMFilePicker: 1.0.1
    JQueryTools: 1.4.0.4
    LISE: 1.3.1
    MicroTiny: 2.2.3
    ModuleManager: 2.1.5
    Navigator: 1.0.9
    News: 2.51.4
    Search: 1.51.6


Config Information:

    php_memory_limit:
    max_upload_size: 64000000
    url_rewriting: mod_rewrite
    page_extension: .htm
    query_var: page
    auto_alias_content: true
    locale:
    set_names: true
    timezone: Europe/London
    permissive_smarty: true


Php Information:

    phpversion: 7.3.1
    md5_function: On (True)
    json_function: On (True)
    gd_version: 2
    tempnam_function: On (True)
    magic_quotes_runtime: Off (False)
    E_ALL: 22517
    E_STRICT: 0
    E_DEPRECATED: 0
    test_file_timedifference: No time difference found
    test_db_timedifference: No time difference found
    create_dir_and_file: 1
    memory_limit: -1
    max_execution_time: 50000
    register_globals: Off (False)
    output_buffering: 0
    disable_functions:
    open_basedir:
    test_remote_url: Success
    file_uploads: On (True)
    post_max_size: 64M
    upload_max_filesize: 64M
    session_save_path: /tmp/.priv (1733)
    session_use_cookies: On (True)
    xml_function: On (True)
    xmlreader_class: On (True)
    check_ini_set: On (True)
    curl: On


Performance Information:

    allow_browser_cache: On (True)
    browser_cache_expiry: 60
    php_opcache: Off (False)
    smarty_cache: Off (False)
    smarty_compilecheck: Off (False)
    auto_clear_cache_age: On (True)

Server Information:

    Server Software: Apache
    Server Api: cgi-fcgi
    Server Os: Linux 3.16.0-ui18276.29-uiabi1-infong-amd64 On x86_64
    Server Db Type: MySQL (mysqli)
    Server Db Version: 5.5.60
    Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable


Permission Information:

    tmp: /homepages/38/d242029264/htdocs/ablecare_cmsms2/tmp (0705)
    tmp_cache: /homepages/38/d242029264/htdocs/ablecare_cmsms2/tmp/cache (0705)
    templates_c: /homepages/38/d242029264/htdocs/ablecare_cmsms2/tmp/templates_c (0705)
    modules: /homepages/38/d242029264/htdocs/ablecare_cmsms2/modules (0705)
    uploads: /homepages/38/d242029264/htdocs/ablecare_cmsms2/uploads (0705)
    File Creation Mask (umask): /homepages/38/d242029264/htdocs/ablecare_cmsms2/tmp/cache (0705)
    config_file: 0644

----------------------------------------------
Post Reply

Return to “Modules/Add-Ons”