Jump to content

Vfrloos

Clients
  • Posts

    34
  • 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 Vfrloos

  1. 7 minutes ago, Marc Stridgen said:

    Do you have an example of one that is and one that isnt? I can then take a look and tell you whats happening

    Yes for example in the mail I receive:  (took just the 3 last ounces, some text is in Dutch)

    De mijne is:

    VFROC Lidmaatschapsnummer::

    About Me:

    I've added a custom profile field:

    Lidmaatschap VFROC:  Nee/Ja  ->. required. (dropdown choice)

    This is the one I would like to see in the mail.

     

  2. I can't find the settings for this 🥺

    We have some custom profile fields and I have switched on the mail notification to yes for completed registration. So far so good.

    But in the mail I receive I see some profile fields settings (some I don't want to) and some are not displayed in the registration mail.

    Where can I set the fields to display in the mail? 

     

  3. 8 minutes ago, Jim M said:

    Are the permissions on the button setup correctly for your use? You can find this in ACP -> Customization -> Toolbars -> click the stock replies button.

    Yes, 2 groups, in Dutch : beheerder (admin) and bestuur (staff)

    admin works.

    8 minutes ago, Jim M said:

    If so, could you please provide a user's display name or ID that is having issues?

    For testing I have the user franktest  put him in the bestuur group.

  4. Tried several tricks but can't get the "stock" reply button visible to other groups. 

    Running: Version 4.7.3 (latest with patch) PHP Version 8.0.24.   

    Dashboard happy 😄 and using other theme ( ipsfocus.com), but same problem on default theme. 

     

    When I made a stock reply for our staff members I put the button in the editor, but it's not visible in there editor. 

    As an administrator I see it, made testuser -> admin, button available, changed group button gone. 

    Permissions was set on the stock reply to the group, even set it to all groups still no luck.

     

    Seems only to work now for the admin, am I doing something wrong? or is it a bug? (small one, no fire) 

     

    edit: Not sure if the problem was there earlier, today switched from php 7.4 to 8.0 

  5. Here it is:

    SELECT calendar_events.*, ( 3959 * acos( cos( radians(52,5) ) * cos( radians( event_latitude ) ) * cos( radians( event_longitude ) - radians( 5,75 ) ) + sin( radians( 52,5 ) ) * sin( radians( event_latitude) ) ) ) AS distance, author.*, core_tags_cache.tag_cache_text FROM `ibf_calendar_events` AS `calendar_events`  LEFT JOIN `ibf_core_tags_cache` AS `core_tags_cache` ON tag_cache_key=MD5(CONCAT('calendar;calendar;',calendar_events.event_id))  LEFT JOIN `ibf_core_members` AS `author` ON author.member_id = calendar_events.event_member_id WHERE ( event_online = 0 ) AND ( event_location IS NOT NULL ) AND event_recurring IS NULL AND ( 
                        ( event_end_date IS NULL AND DATE( event_start_date ) >= '2022-10-15' AND DATE( event_start_date ) <= '2023-10-15' AND event_all_day=1 )
                        OR
                        ( event_end_date IS NOT NULL AND DATE( event_start_date ) <= '2023-10-15' AND DATE( event_end_date ) >= '2022-10-15' AND event_all_day=1 )
                        OR
                        ( event_end_date IS NULL AND event_start_date >= '2022-10-15 00:00:00' AND event_start_date <= '2023-10-14 22:00:00' AND event_all_day=0 )
                        OR
                        ( event_end_date IS NOT NULL AND event_start_date <= '2023-10-14 22:00:00' AND event_end_date >= '2022-10-15 00:00:00' AND event_all_day=0 )
                    ) AND event_latitude IS NOT NULL AND event_longitude IS NOT NULL AND calendar_events.event_approved < 2 AND calendar_events.event_approved!=-2 AND calendar_events.event_approved!=-3 AND calendar_events.event_calendar_id IN(1,2) HAVING distance < 500 ORDER BY distance ASC
    IPS\Db\Exception: Incorrect parameter count in the call to native function 'radians' (1582)
    #0 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*deb115391_V4-...', Array, true)
    #1 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Db/Select.php(446): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 [internal function]: IteratorIterator->rewind()
    #4 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/applications/calendar/sources/Event/Event.php(2164): iterator_to_array(Object(IPS\Patterns\ActiveRecordIterator))
    #5 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/applications/calendar/modules/front/calendar/view.php(503): IPS\calendar\_Event::retrieveEvents(Object(IPS\calendar\Date), Object(IPS\calendar\Date), NULL, 6, false, Object(IPS\Member), NULL, false, Array, false)
    #6 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/applications/calendar/modules/front/calendar/view.php(126): IPS\calendar\modules\front\calendar\_view->_viewOverview(Object(IPS\Helpers\Form))
    #7 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Dispatcher/Controller.php(118): IPS\calendar\modules\front\calendar\_view->manage()
    #8 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #9 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/index.php(13): IPS\_Dispatcher->run()
    #10 {main}

     

    Backtrace:

    #0 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/init.php(1029): IPS\_Log::log('SELECT calendar...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\Db\Exception))
    #2 {main}

  6. Correct, long overdue but updated at last.    (Was also waiting for skin updates Sherri, never came)

    So before update: removed skins / removed plugin's and other customize settings. Look ok, default forum no problem.

    Performed upgrade, looks ok. 

    However calendar seems nog to work:

    SELECT calendar_events.*, ( 3959 * acos( cos( radians(52,5) ) * cos( radians( event_latitude ) ) * cos( radians( event_longitude ) - radians( 5,75 ) ) + sin( radians( 52,5 ) ) * sin( radians( event_latitude) ) ) ) AS distance, author.*, core_tags_cache.tag_cache_text FROM `ibf_calendar_events` AS `calendar_events`  LEFT JOIN `ibf_core_tags_cache` AS `core_tags_cache` ON tag_cache_key=MD5(CONCAT('calendar;calendar;',calendar_events.event_id))  LEFT JOIN `ibf_core_members` AS `author` ON author.member_id = calendar_events.event_member_id WHERE ( event_online = 0 ) AND ( event_location IS NOT NULL ) AND event_recurring IS NULL AND ( etc etc

     

    Any idea? I will upgrade php but have to do some upgrades also to other software running on this host. 

    For now disabled calendar and forum is running without problems.  Loaded new skins from ipsfocus also no problems. 

    Any ideas, or just wait until php 8 upgrade?

    Could contain: Text, Document, Page

  7. Solved, looks I did something wrong with backup :cry:

    So my bad, better not an IPB problem :)  and was live indeed, not on a local machine like C drive.

    (but not visible for every one, site behind username / password.  its a test site)

     

    This should be fixed now. You actually had a forum which was a parent of itself. Specifically, this forum ....

    Oh asked if I did something wrong but maybe was result of upgrade, next answer:

    It's possible you may run into this, yes. I can fix it for you, however I would need up to date admin login credentials for the live site to do this.

    So when updrading live site always handy to keep IPB in the background :)

  8. On a testsite, never go live on your active board without testing :)

    Submitted ticket and seems to be a real problem.

    Answer I have received:

    We've reviewed your request and unfortunately, it is going to require further investigation. I've escalated your ticket, and it will be addressed as quickly as possible. Because of the advanced nature of your request, please note that it may take longer than usual to fully address your concern. I apologize for this delay and appreciate your patience.

    Will keep you updated. No hurry testsite, will update active site when there is a final release and testsite is upgrading without problems.

  9. Did also test upgrade, seems to go without any problem.

    Can acces adminpanel, still a lot of background processing board looks ok, (visiting as guest) however when I try to login:

     

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /....../forum/system/Patterns/ActiveRecord.php on line 271

     

    Something wrong in settings? Or do a have to wait until background processes are ready? Can make ticket but it's testforum so not in a hurry yet :) 

    Background ready still same error

×
×
  • Create New...