Jump to content

Telemacus2

Clients
  • Posts

    1,003
  • Joined

  • Last visited

2 Followers

Recent Profile Visitors

16,807 profile views

Telemacus2's Achievements

  1. Sorry if this is a dumb question, but I don't fully understand your comment. Can you picture a scenario where a forum admin uploads a video file, say 1gig, only to be downloaded by his forum users, and then, say, a rival forum copies the link and lets all his users download the file? Because I think many self hosted admins would get a quick email from their web-hosting company telling them that they need to upgrade their plan immediately. And sure, in this particular case, it would be easier to upload the file to youtube and make it unlisted, but change video file to animation project or whatever... And, by the way, isn't cloudflare like 200$ a month??
  2. Not yet. They're working on it though...
  3. Hi Stuart. Error: Call to undefined method IPS\calendar\Date::getBirthdays() (0) #0 /home/ajedreci/public_html/foros/system/Widget/Widget.php(833): IPS\calendar\widgets\_todaysBirthdays->render() #1 /home/ajedreci/public_html/foros/system/Widget/Widget.php(888): IPS\_Widget->_render() #2 /home/ajedreci/public_html/foros/system/Theme/Theme.php(885) : eval()'d code(18575): IPS\_Widget->__toString() #3 /home/ajedreci/public_html/foros/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->widgetContainer('sidebar', 'vertical') #4 /home/ajedreci/public_html/foros/system/Theme/Theme.php(885) : eval()'d code(15726): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array) #5 /home/ajedreci/public_html/foros/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->sidebar('right') #6 /home/ajedreci/public_html/foros/system/Theme/Theme.php(885) : eval()'d code(6875): IPS\Theme\_SandboxedTemplate->__call('sidebar', Array) #7 /home/ajedreci/public_html/foros/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->globalTemplate('c7b49da220b0f88...', '\n\n<div class='i...', Array) #8 /home/ajedreci/public_html/foros/system/Dispatcher/Dispatcher.php(173): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #9 /home/ajedreci/public_html/foros/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish() #10 /home/ajedreci/public_html/foros/system/Dispatcher/Front.php(630): IPS\Dispatcher\_Standard->finish() #11 /home/ajedreci/public_html/foros/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish() #12 /home/ajedreci/public_html/foros/index.php(13): IPS\_Dispatcher->run() #13 {main} And... SELECT calendar_events.*, ( 3959 * acos( cos( radians(47,6092) ) * cos( radians( event_latitude ) ) * cos( radians( event_longitude ) - radians( -122,3314 ) ) + sin( radians( 47,6092 ) ) * 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-04' AND DATE( event_start_date ) <= '2023-10-04' AND event_all_day=1 ) OR ( event_end_date IS NOT NULL AND DATE( event_start_date ) <= '2023-10-04' AND DATE( event_end_date ) >= '2022-10-04' AND event_all_day=1 ) OR ( event_end_date IS NULL AND event_start_date >= '2022-10-04 00:00:00' AND event_start_date <= '2023-10-04 00:00:00' AND event_all_day=0 ) OR ( event_end_date IS NOT NULL AND event_start_date <= '2023-10-04 00:00:00' AND event_end_date >= '2022-10-04 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=1 AND calendar_events.event_approved!=-2 AND calendar_events.event_approved!=-3 AND calendar_events.event_calendar_id IN(1) HAVING distance < 500 ORDER BY distance ASC IPS\Db\Exception: Incorrect parameter count in the call to native function 'radians' (1582) #0 /home/ajedreci/public_html/foros/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ajedreci_ipb:...', Array, true) #1 /home/ajedreci/public_html/foros/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 [internal function]: IPS\Db\_Select->rewind() #3 [internal function]: IteratorIterator->rewind() #4 /home/ajedreci/public_html/foros/applications/calendar/sources/Event/Event.php(2164): iterator_to_array(Object(IPS\Patterns\ActiveRecordIterator)) #5 /home/ajedreci/public_html/foros/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/ajedreci/public_html/foros/applications/calendar/modules/front/calendar/view.php(126): IPS\calendar\modules\front\calendar\_view->_viewOverview(Object(IPS\Helpers\Form)) #7 /home/ajedreci/public_html/foros/system/Dispatcher/Controller.php(118): IPS\calendar\modules\front\calendar\_view->manage() #8 /home/ajedreci/public_html/foros/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #9 /home/ajedreci/public_html/foros/index.php(13): IPS\_Dispatcher->run() #10 {main}
  4. Any updates on this? I upgraded to 4.73b and I'm getting the same error, and I'm still running php 7.4. Could disabling the calendar be a temporary solution?
  5. Thanks Michael, that's definitely the perfect solution! https://invisioncommunity.com/files/file/7592-messages/
  6. Thanks Nathan! Unfortunately, the built in announcements look nothing like the IPB announcements though (you need to click on it, no icons etc. really plain, etc):
  7. I did search, but couldn't find the feature, I thought it was removed! Where is it?
  8. You know how you get a big message on your forum when there's a new ipb version available? Is there a way to send a public message which looks just like that to anyone who visits the forum, member of guests? I know there's the guest message widget, but that's only for guests isn't it? I do have the "Notices" plugin, but that's got some limitations.
  9. Fosters, has the issue above been fixed? it's a little disconcerting...
  10. Sometimes I'd like to allow guests to vote (perhaps using ip checking to prevent people voting multiple times). Sure, I understand that poll results wouldn't be as trustworthy, but sometimes the whole point of a poll is to encourage people to participate. Also, it is very frustrating for a guest to click on a poll topic only to be told "sorry, you can't read the results...". Yes, this might encourage some to register, but it'd be nice to have the choice of having the option to make polls where we let everyone vote or just registered members.
  11. Fosters, any plans to upgrade this to 4.5?
  12. Yeah, I must've missed your point and I obviously didn't know what I was talking about either because you didn't understand a single one of my points either. Oh well, peace at last. 😉
  13. The big invision upgrade has lasted more than 12 months! When did the first beta come out? but that's besides the point. I'm not talking about your case in particular, but about any app on the market. And from what I've read in this thread, I'm pretty sure TheJackal would be keener to upgrade his app (properly!) if his pricing structure were one which included renewal fees. It's my opinion, that's all. Going back to your particular case, I'd request a full refund (and if you paid via paypal and are a regular user, you're quite likely to get it).
  14. What's so hard to understand about this? You're talking about a product that was released how long ago? 3 years? circumstances change. The developer will make no money whatsoever from his customer-base, because they have all bought it already, so he's not gonna be as keen on polishing his app. Sure, there will be exceptions, but I'd rather have an active developer being rewarded for a product I like than one who can choose to or not to update an app that was made ages ago.
×
×
  • Create New...