Jump to content

slushpuppeh

Clients
  • Posts

    54
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by slushpuppeh

  1. Hi Taman, on the latest version & latest version of IPB, I sometimes obtain this error:

     

    PHP Fatal error:  Class 'IPS\Theme\Cache\class_core_front_global' not found in /www/forums/system/Theme/Theme.php(871) : eval()'d code on line 5

     

    It happens at random and I am not sure how to trigger it

     

  2. Just now, TAMAN said:

    Yep, i used to have all the old versions in Changelog. cant remember if i have removed it or if it is auto.

    anyway, i cant send you the older versions because it will be without support.

     

    Please send me a message, we can cancel your purchase and refund.

    I would be OK if it is without support because we may upgrade in the future but probably not for a few months

  3. Just now, TAMAN said:

    I cant do that unfortunately 😕 the latest theme version always work with latest ips versions. 

     

    Oh no I am referring to the 2.1.4 or 2.1.5 version that you mentioned somewhere in this topic that is the last latest version that works with ipb 4.2

    Also your file description says:

    image.png.cdbd3c18f91fd1398197a3106502d3d1.png

  4. Just now, TAMAN said:

    mmmm, i don't think you will be able to use it on ips 4.2 anymore.

    Your IPS license is active, why don't you renew your ips? 🙂 

     

    Oh no, this is for another customer who has custom hooks on his site that works only for 4.2. Would u be able to send me the latest 4.2 file?

  5. 13 minutes ago, CodingJungle said:

    ACP->Members->Staff->Administrators

     

    you will have to be more specific, i just ran the proxyclass generator ins 4.2.8 in storm and it worked without any issues.

    Thanks for the reply. Yes the class files are generated but methods are omitted.. so phpstorm doesn't recognize any methods to be called from the objects. This is a sample output using both your debug and main builds

     

    Quote


    class Topic extends _Topic{
    public $tid = '';
    public $title = '';
    public $state = '';
    public $posts = '';
    public $starter_id = '';
    public $start_date = '';
    public $last_poster_id = '';
    public $last_post = '';
    public $starter_name = '';
    public $last_poster_name = '';
    public $poll_state = '';
    public $last_vote = '';
    public $views = '';
    public $forum_id = '';
    public $approved = '';
    public $author_mode = '';
    public $pinned = '';
    public $moved_to = '';
    public $topic_firstpost = '';
    public $topic_queuedposts = '';
    public $topic_open_time = '';
    public $topic_close_time = '';
    public $topic_rating_total = '';
    public $topic_rating_hits = '';
    public $title_seo = '';
    public $moved_on = '';
    public $topic_archive_status = '';
    public $last_real_post = '';
    public $topic_answered_pid = '';
    public $popular_time = '';
    public $featured = '';
    public $question_rating = '';
    public $topic_hiddenposts = '';
    public $topic_meta_data = '';

    }

     

     

×
×
  • Create New...