Show Categories
1.3k
6
Yuka posted Jan 21 '16 at 4:16 am

Hi, I'm having a problem with my forum software. I'm running the latest version. I'm running on nginx with php5-fqm on Ubuntu server. I had this same issue a few weeks ago except the same server was running apache. The problem just "went away" - I can explain it.

What can I do to fix it? What more information can I provide?

Here is a screenshot of the issue:

56a05a1789b74.jpg

This is an error message logged by nginx:

PHP message: PHP Notice:  Undefined variable: _SERVER in /var/www/thelonegamers.com/forum/sys/load.php on line 23" while reading response header from upstream, client: 108.162.237.210, server: www.thelonegamers.com, request: "GET /forum/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "www.thelonegamers.com", referrer: "http://www.thelonegamers.com/"
recent by Yuka  ·  Jan 26 '16 at 1:42 am
158
1
nanonano posted Jan 25 '16 at 2:07 am

i have this error,I do not really understand programming language

1.0> Checking for latest version
1.1> Connecting to server: codoforum.com ...
####: Initiating cURL request

Fatal error: Uncaught exception 'ErrorException' with message 'cURL library is not loaded' in /opt/www/forum/admin/modules/system/Curl.php:45 Stack trace: #0 /opt/www/forum/admin/modules/system/upgrade.php(198): Curl\Curl->__construct() #1 /opt/www/forum/admin/modules/system/upgrade.php(352): upgrader::check_latest() #2 /opt/www/forum/admin/modules/system/upgrade.php(378): upgrader::run() #3 /opt/www/forum/admin/Lib.php(29): require('/opt/www/forum/...') #4 /opt/www/forum/admin/Lib.php(60): codoForumAdmin::show_layout('system/upgrade') #5 /opt/www/forum/admin/index.php(56): codoForumAdmin::run() #6 {main} thrown in /opt/www/forum/admin/modules/system/Curl.php on line 45
145
3
Stephen posted Jan 8 '16 at 11:19 pm

Good time of the day. Though I have the latest Codoforum version (if August version is the latest), I lack "Mark as all read" button. How to make it visible?
Also, how to put some text like "Home" or "Title page" near the house icon? Not everyone can guess the forum main page link is the forum title itself.
Moreover, I lack new topic counters next to category names.
Thank you.
P. S. When I put quotes to a topic name and create a topic everything that's put after first commas disappear. I've renamed this topic for two times because each time there was "No" instead of the full topic name.

255
5
Szmycu posted Dec 29 '15 at 10:10 pm

Heelo. How to achieve thing like my forum would read my login/register/logout from more than 1 site?

Is pretty straight forward to do it, or is there any other resolve?

I got sites like:

so I dont want redirect them to the one site for example this - http://tibiaservers.net with their language cause then I duplicate content.

recent by Szmycu  ·  Jan 22 '16 at 4:08 pm
336
3
pugs posted Jan 18 '16 at 11:28 pm

I'm trying to install codologic on my mac using MAMP as an environment. I got through the installation process however now the site is full of error messages (listed below):

Warning: session_write_close(): Session callback expects true/false return value in Unknown on line 0

Any ideas on what I can do to fix this? Any help would be appreciated, thanks smile

569d75ffba514.png

112
1
rubelzain83 posted Jan 21 '16 at 8:44 am

I am enabling the SSO plugin and this is very confusing.

Even looking at the documentation, I can't get the USER paths correct.

My forum is in: www.mywebsite.com/forum/

Would the paths be: www.mywebsite.com/forum/client.php?
I did download the client.php page from the Pull Requests, but I'm not sure where to upload it.

And what about the other paths? www.mywebsite.com/forum/login.php
www.mywebsite.com/forum/logout.php

you see where I'm going?

If I follow the documentation, it would be something like this:
www.mywebsite.com/forum/client.php
www.mywebsite.com/forum/login.php
etc

Thanks!


icct20worldcup2016india.com

264
10
itlo posted Jan 9 '15 at 9:22 am

I don't really undestand what is the point of the notifications here. From what I see we will get notifications only in topics we open or subscribe. But for a forum and a community, I think, is very important to be notified about the activitiy in general (number of new topics, posts ect). E.g, I need to know which are the new topics opened since the last visit. I dont't mean to flood the user with notifications, but some like these mentionened above are imporant. Or you just need to see the classic forums, plus the social networks (twitter, fb, G+) to find the best middle way.
Another problem I see here, is that when you have checked the notifications bell, will get "No new notifications". Maybe is better to have it the facebook way, with the last notifications still there.

Regards.

200
7
Stephen posted Jan 6 '16 at 1:22 am

Good time of the day to everyone, I've faced a problem trying to search some word among the topics that exist at my Codoforum board. After typing a word I discovered that it had started to search the word infinitely. What should I edit to make MySQL search work the same as it does at Codologic community board?
Thank you in advance.

189
0

Codoforum has one problem that should be improved I think. "Hide text" and "Infinite scrolling" buttons at the bottom reset each time a page is refreshed. It's not comfortable. At this forum there's the same trouble.
All topics list resets after page refresh as well once clicked hidden.
Also I need to know what is currently the best place at the main forum page page to put banners, advertisement, counters etc. with making them look the same at other pages of a forum.
One more tip is that currently one has to put some void image if he wants to make a category without an icon. Also, for now, if you delete a topic, it vanishes from your forum but still exists in a forum database. It's not comfortable as in your profile such topics stay until you delete them from a database.
And what's wrong with Codoforum official website? I can't even look at the roadmap.
Thank you.

350
11
James posted Dec 20 '15 at 5:53 pm

http://sorgalla.com/lity/ instead of lightbox2. Because lightweight + responsive.

You have to download and upload lity and the newest version of Jquery.

lity.min.js **to** sites/default/assets/js/
new jquery.min.js **to** sites/default/assets/js/
lity.min.css **to** sites/default/assets/css/

Please don't forget to make backups of these files:

sys/Ext/Html.php
sites/default/assets/js/editor.js
sites/default/themes/default/templates/forum/topic.tpl
sites/default/themes/default/templates/user/profile/view.tpl
sites/default/themes/default/templates/layout.tpl

Open:

sys/Ext/Html.php

Change

68 'a' => array('href', 'target'),

To

68 'a' => array('href', 'target', 'data-lity'),

Save

Open:

sites/default/assets/js/editor.js

Change:

196 <img src="' + href + '" title="' + title + '" />
201 <img src="' + href + '" title="' + title + '" />
247 <a href="' + href + '"><img src="http://i.imgur.com/' + part[1] + '.jpg" title="' + title + '" /></a>
254 <img src="' + href + '" title="' + title + '" />

To:

196 <a href="' + href + '" data-lity="' + href + '" title="' + title + '"><img src="' + href + '" /></a>
201 <a href="' + href + '" data-lity="' + href + '" title="' + title + '"><img src="' + href + '" /></a>
247 <a href="' + href + '" data-lity="' + href + '" title="' + title + '"><img src="http://i.imgur.com/' + part[1] + '.jpg" /></a>
254 <a href="' + href + '" data-lity="' + href + '" title="' + title + '"><img src="' + href + '" /></a>

Save

Open:

sites/default/themes/default/templates/forum/topic.tpl

Find:

263 <link rel="stylesheet" type="text/css" href="{$smarty.const.DURI}assets/markitup/highlight/styles/github.css" />

Add before:

<script src="{$smarty.const.DURI}assets/js/lity.min.js"></script>
<link rel="stylesheet" type="text/css" href="{$smarty.const.DURI}assets/css/lity.min.css" />

Save

Open:

sites/default/themes/default/templates/user/profile/view.tpl

Find:

221 </script>

Add after:

<script src="{$smarty.const.DURI}assets/js/lity.min.js"></script>
<link rel="stylesheet" type="text/css" href="{$smarty.const.DURI}assets/css/lity.min.css" />

Save

Open

sites/default/themes/default/templates/layout.tpl

Find:

151  {$page.head.js}

Add after:

<script type="text/javascript" src="{$smarty.const.DURI}assets/js/jquery-1.11.3.min"></script>

Save

recent by RolluS  ·  Jan 7 '16 at 1:02 pm
607
7

Hello smile

I have a bug with smileys on my installation, and begin to think I have a problem with URL or URL rewriting.

You can check my forum here: http://supra-mk3.club

Smiley problem

When the smileys

:D :) etc..

are posted, the posted message won't point to the good URL, but will in preview:
55c356a60e493.png

http://supra-mk3.club/index.php?u=/sites/default/assets/img/smileys/bigsmile.gif

instead of

http://supra-mk3.club/sites/default/assets/img/smileys/bigsmile.gif

I may have broke something, because for older posts it's working:
55c359d75de09.png

URLs

Also, for cleanURL, when I've previously talked here with @nguoianphu , he answered:

Your word système becomes syst-amp-egrave-me. I afraid that you have to edit his file for your French language. smile

codoforum\sys\CODOF\Filter.php

I don't know why it doesn't work althought the Filter.php has this:

'è' => 'e', 'é' => 'e', 'ê' => 'e', 'ë' => 'e'

You may ask @adesh1414127033 for help. I had to replace the Filter.php with another one for my Vietnamese language.

Here is my .htaccess:

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  Options +Indexes
  RewriteEngine on

  # if your app is in a subfolder
  #RewriteBase /my_app/ 

  # test string is a valid files
  RewriteCond %{SCRIPT_FILENAME} !-f
  # test string is a valid directory
  RewriteCond %{SCRIPT_FILENAME} !-d

  RewriteRule ^(.*)$   index.php?u=/$1    [NC,L,QSA]
  # with QSA flag (query string append),
  # forces the rewrite engine to append a query string part of the
  # substitution string to the existing string, instead of replacing it.
</IfModule>

AddType text/css .less
AddType image/svg+xml svg svgz
AddEncoding gzip svgz

<IfModule mod_deflate.c>
  <FilesMatch ".(js|css|html|php|txt)$">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>

Here are my modifications in constant.php:

define('CODO_DEBUG', 0);
define('DISPLAY_ERRORS', 'ON');
define('MODE', 'PRODUCTION'); //Can be DEVELOPMENT or PRODUCTION

define('SEF', 1); //Search engine freindly urls , 1=> enable , 0=> disable
define('LOCALE', 'fr_FR');

Am I doing something wrong?

Please help,

Reynald

recent by James  ·  Jan 6 '16 at 10:27 pm
92
2
James posted Jan 4 '16 at 4:53 pm

When I want reset my password on my forums nothing happens.
I see just the blue loading icon. But I have an error message, from this file:

/index.php?u=/Ajax/user/login/req_pass&ident=Username&token=Tokennumber
Notice: Undefined offset: 1 in /home/www/xxx/forum/sys/Controller/Ajax/user/login.php on line 103
{"status":"success","msg":"E-mail sent successfully"}

Never changed something in this file.

recent by James  ·  Jan 5 '16 at 10:51 pm
Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft