Show Categories
70
2
John Wick posted Oct 14 '22 at 8:57 pm

Hi all,


Dear @admin @WebCrew

Time from time I've got similar errors.


I'm using php 7.2, mysql 5.7 and codoforum v.5.1


When I try to reply or just open a category page:


Fatal error: Uncaught Error: Function name must be a string in C:\OSPanel\domains\cfc.local\sys\CODOF\HB\Render.php:143 Stack trace: #0 C:\OSPanel\domains\cfc.local\sys\Controller\forum.php(489): CODOF\HB\Render::tpl('forum/topic', Array) #1 C:\OSPanel\domains\cfc.local\routes.php(506): Controller\forum->topic(40, 1) #2 [internal function]: {closure}(40, 'ocp-and-cdi-whi...') #3 C:\OSPanel\domains\cfc.local\sys\CODOF\Router\Router.php(91): call_user_func_array(Object(Closure), Array) #4 C:\OSPanel\domains\cfc.local\sys\CODOF\Router\Router.php(56): CODOF\Router\Router::_dispatch(Object(FastRoute\Dispatcher\GroupCountBased)) #5 C:\OSPanel\domains\cfc.local\routes.php(892): CODOF\Router\Router::dispatch() #6 C:\OSPanel\domains\cfc.local\index.php(22): require('C:\OSPanel\doma...') #7 {main} thrown in C:\OSPanel\domains\cfc.local\sys\CODOF\HB\Render.php on line 143

or


Fatal error: Uncaught Error: Function name must be a string in C:\OSPanel\domains\cfc.local\sys\CODOF\HB\Render.php:143 Stack trace: #0 C:\OSPanel\domains\cfc.local\sys\Controller\forum.php(263): CODOF\HB\Render::tpl('forum/category', Array) #1 C:\OSPanel\domains\cfc.local\routes.php(483): Controller\forum->category('nft', 1) #2 [internal function]: {closure}('nft') #3 C:\OSPanel\domains\cfc.local\sys\CODOF\Router\Router.php(91): call_user_func_array(Object(Closure), Array) #4 C:\OSPanel\domains\cfc.local\sys\CODOF\Router\Router.php(56): CODOF\Router\Router::_dispatch(Object(FastRoute\Dispatcher\GroupCountBased)) #5 C:\OSPanel\domains\cfc.local\routes.php(892): CODOF\Router\Router::dispatch() #6 C:\OSPanel\domains\cfc.local\index.php(22): require('C:\OSPanel\doma...') #7 {main} thrown in C:\OSPanel\domains\cfc.local\sys\CODOF\HB\Render.php on line 143

PS. After reload page everything is ok and I see my reply to public.smile


What does that mean?smile


recent by djonwick  ·  Oct 15 '22 at 12:01 pm
70
2

I just try to update old forum from V.4.9.4 to V.5.2.1 it shows the update in admin dashboard but it always say i have latest version install when i click to update:
6344824e08b0f




1.0> Checking for latest version
1.1> Connecting to server: codoforum.com ...
####: Initiating cURL request
1.3> Response:
Raw: 4.9.4|codoforum.v.4.9.4.patch.zip|8b334fe843117e3e5c8c3d856dbb858d
Latest version is 4.9.4
File to be downloaded to cache dir: codoforum.v.4.9.4.patch.zip
You are using the latest version :)

Can i force update in a way or run it manually in the filesystem?


recent by admin  ·  Oct 11 '22 at 8:31 am
91
7

When I try to access the forum in my VM, the below error is shown at every webpage I attempt to enter.


Fatal error: Uncaught PDOException: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /var/www/codoforum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php:47 Stack trace: #0 /var/www/codoforum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php(47): PDO->__construct() #1 /var/www/codoforum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/MySqlConnector.php(20): Illuminate\Database\Connectors\Connector->createConnection() #2 /var/www/codoforum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/ConnectionFactory.php(57): Illuminate\Database\Connectors\MySqlConnector->connect() #3 /var/www/codoforum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/ConnectionFactory.php(46): Illuminate\Database\Connectors\ConnectionFactory->createSingleConnection() #4 /var/www/codoforum/sys/vendor/illuminate/database/Illuminate/Database/DatabaseManager.php(176): Illuminate\Database\Connectors\Connectio in /var/www/codoforum/sys/vendor/illuminate/database/Illuminate/Database/Connectors/Connector.php on line 47

I haven't made any changes to the forum prior to getting this error and I am not sure what may be causing this issue.


recent by WebCrew  ·  Sep 25 '22 at 1:54 am
53
3

Hallo @adesh @admin

I'm sorry I haven't been here every day for the past few weeks. I've been doing this for years and I enjoy it, even now. The fact is that I had an incident in my private environment which is currently keeping me very busy and taking up a lot of my time. But this will pass and I will soon be checking in here every day again.


I wish you all the best, keep up the good work and I will still check here 1-2 times a week until everything is back to normal.


Best regards, WebCrew smile


recent by WebCrew  ·  Aug 30 '22 at 4:52 pm
2.1k
20
admin posted Sep 13 '20 at 8:36 pm

After months of development and testing and your valuable feedback, we are very pleased to announce the release of new version of our forum, Codoforum V5.0
Our primary focus for this release has been the internal framework itself and a whole host of new features.


Here are some of the major changes:


Highlight to Quote:


Now you can easily quote while replying to topics by simply highlighting any part of the text and clicking the quote button.


Badges:


Now easily assign badges and make your members feel special.


5f5e72d2350a4
5f5e72e655976


You can also upload your own badges from the control panel


5f5e73000cbef




Sticky topic without permission


This is really useful when you want your categories to be private but would want the sticky topic to be visible to users who do not have permission to view the category. This can be toggled from the Global Settings in the Control Panel.


Login as any user


Note: This feature is for admin users to help debug any issues and hence you are responsible to uphold any privacy laws that are prevalent in your country. This can be accessed from Manage users -> Edit a user, and you should see a button to login as that user.


Replace Limonade with FastRoute Router


We have been using the Limonade framework for over 6 years now and the framework isn't being maintained and is not compatible with new version of PHP (PHP7.4 and above), Hence we switched to FastRoute, It is written by Nikita Popov, one of the current principal contributors to PHP, Apart from being fast, it is also used as a base for many other frameworks out there.


Global search feature


We have centralized both the topics and category search into one unified interface with advanced filters and sorting options.
5f5e731dcfb24


Other Features:


  • Responsive videos for mobiles
  • Backend options for infinite and hide topic messages
  • Libraries moved to composer
  • Added vBulletin Importer
  • New plugin for Azure Active Directory support
  • Faster email batching and dequeue

We have made a couple of performance improvements as well as fixed many bugs.

List of changes:

  • Cyrillic characters fixed
  • Excerpt updated for better performance and view
  • Mentions not working properly fixed
  • Title split fixed
  • Permission fixes and aggregator fixes
  • Made save button responsive in all pages
  • Added non-ssl mail support
  • Fixed digest bugs
  • Infinite scrolling not working fixed
  • Fixed responsive theme issues
  • More prominent create/reply buttons
  • Password fix for PHP 7.4
  • Poll edit bug fixed
  • BBcode multiline not working fixed
  • Added missing translations when infinite scroll in topic
  • Delete post bug fixed
  • Many Editor UI fixes
  • Closed topic permission fix
  • Image preview fix
  • Template bug fixes

Preparing for PHP 8 and Codoforum 6


Codoforum so far has maintained strict backwards compatibility, this means you could upgrade from the oldest version of Codoforum to v5 without any major issues. The plugins written for v1 would still work for v5. This ofcourse comes at a price, The price being a lot of bloat to maintain backwards compatibility and a lot of time spent in regression tests. Codoforum v5 removes a lot of bloat and is almost a major rewrite, but as we are tied to PHP 7.3, we still cannot use the new PHP features like, Typed class properties, JIT, Attributes, Null safe operator, named arguments etc which make the code a lot cleaner, faster and easier to maintain.


Hence, we have decided that going forward, the next major release would target PHP 8, Yes, we know PHP 8 isn't out yet and is a few months away but we have already started making preparations for it.


What would this mean for you?
Likely nothing to worry about, you will be able to upgrade from V5.x to v6 from the control panel, If your plugins and themes target v5, they will mostly work as they do. If there are issues, we will help you through the upgrade process.


recent by thobias44  ·  Aug 7 '22 at 7:19 pm
156
15
dentech3 posted Nov 5 '21 at 1:37 am

We have had several users have trouble typing on Freichat. They can log in, and see the conversation, but cannot type. I have the paid full version, and these all seem too be newer iPhone phones. Latest ones with problems typing in the chat had iPhone 12 Pro Max and an iPhone 12 XS Max. What's the solution? Help! @admin @adesh

recent by admin  ·  Feb 19 '22 at 7:23 pm
73
2

Hallo @admin and @adesh

a HumHub user was as_king me via chat on my own website if there is a option to hide the FreiChat user online status.


Some users prefer not to be marked as online and prefer to remain anonymous. Is there a hidden setting for it somewhere in FreiChat or would you be so kind and develop something like that please?


Kind regards and thx for your work mates,


Andy smile


recent by WebCrew  ·  Jan 18 '22 at 7:08 pm
97
3
Loopazon.com posted Dec 24 '21 at 1:45 am

Hello!


Biggest fan of Codoforum + Freichat here.


Unfortunately have encountered some issues with our integration of codoforum and freichat, after having to do a backup, something went wrong and we can't figure the solution.


We implemented both chat and forum on the loopazon platform awhile back, on CS.Cart, if the team recalls. All was wonderful with both freichat and codoforum, with the integrated login for both.


I've attached links to the videos demonstrating the problems. Could you take a look and let me know any solutions?


Here's the screen casts demonstrating the issues:



https://file.io/od7lFuOWSR5n


Best regards,
(loopazon.com)


recent by neso5013  ·  Jan 14 '22 at 8:56 am
51
0
SwissWolf posted Dec 26 '21 at 5:04 pm

This script does not work properly. It seems that the values have to be modified "before" to integer. As I don´t have a clou how to do this: Can anyone help me to adjust the script? Thank you very much for your help.


<?php
if(date("G"smile < 11) {$a="<h1><b>Good morning and welcome!</b></h1>";}
if(date("G"smile <= 18 && date("G"smile >= 11) {$a='<h1><b>ood day and welcome!</b></h1> ';}
if(date("G"smile >= 1smile {$a='<h1><b>Good evening and welcome!</b></h1> ';} echo $a;
?>


140
5
DireWolf posted Jun 2 '21 at 2:24 pm

Hi all.


I tried to use FreiChat module on HumHub but although it worked under FireFox (macOS version) it did not work on Safari neither the desktop version nor de iOS/iPadOS version.


As soon as we press the first key it stops working.


  • FreiChat module version: 1.0.3
  • HumHub version: 1.8.2
  • Safari version: 14.1
  • Mobile Safari version: iOS 14.6

recent by WebCrew  ·  Dec 16 '21 at 5:11 pm
85
1

I am not able to install codoforum I am getting the below error please help me with the solution


Warning: session_start(): Failed to decode session object. Session has been destroyed in C:\xampp\htdocs\Forum\sys\CODOF\Util.php on line 93


Parse error: syntax error, unexpected token "*", expecting end of file in C:\xampp\htdocs\Forum\cache\HB\compiled\57397fb48242849719080522fa095531.php on line 2


recent by admin  ·  Dec 8 '21 at 9:19 am
66
4

Hallo @admin

I want to report that on my HumHub + FreiChat installation and also at the one of a friend of mine there are no free spaces between words anymore (sometimes it is working and sometimes not).


So in short: the backspace key cant do its job and the wohl text is something like pleasecheckitoutmateIneedYourhelp


Kind regards, Andy smile


Test it here if you want:


recent by WebCrew  ·  Nov 27 '21 at 12:35 pm
83
2
WebCrew posted Nov 6 '21 at 3:09 pm

Hallo @admin and @adesh

I would like to make a suggestion here regarding the support, especially if someone
mentioned @admin so the help of an admin.

It's very rare, but sometimes it happens that such admin mentions are overlooked.


How about writing a little script that colors the background of the topic's heading red when someone writes @admin, then you would immediately see where help is needed and nothing can be overlooked.

This is just a suggestion, I don't want to annoy you ok smile I think your support is still very good - but you know how people are, they get frustrated and then quickly infect others with bad opinions.


Example in JS (something like this but also with reaction to mention @admin):

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<p id="myPara">Change the Font Color of Paragraph in JavaScript</p>
<button type="button" onclick="changeStyle()">Click Me</button>
<script>
function changeStyle(){
var element = document.getElementById("myPara");
element.style.color = "red";
//element.style.color = "#FF0000";
}
</script>
</body>
</html>

Kind regards and thx for your work,


Andy smile


P.S.: That topic got overseen:



recent by WebCrew  ·  Nov 15 '21 at 3:47 am
Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
1234567 ... 143
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft