Git Product home page Git Product logo

cmbb's People

Contributors

alhitary avatar diego-pino avatar gerb avatar katenkka avatar melvingb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cmbb's Issues

MySQL Error Column 'topic_desc' can not be null [1048]

Hello Developers,

I just test your extension in my PHPBB 3.2 forum at http://wpzweinull.ch/cms/phpbb32. Unfortunately it does not quite work.

A MySQL error is displayed when I create and submit an article. That looks so much.

SQL ERROR [ mysqli ]

Column 'topic_desc' cannot be null [1048]

SQL

INSERT INTO phpbb_topics (topic_poster, topic_time, topic_last_view_time, forum_id, icon_id, topic_posts_approved, topic_posts_softdeleted, topic_posts_unapproved, topic_visibility, topic_delete_user, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment, topic_status, topic_desc) VALUES (2, 1485031929, 1485031929, '9', 0, 1, 0, 0, 1, 0, 'PHPBB 3.2 Extension cmbb als CMS für das Forum', 'Alex L', 'AA0000', 0, 0, 0, 0, NULL)

Unfortunately, no menu bar with categories is created in the Forum frontend. If I take the forum main URL as /app.php/article/index, there is nowhere in the forum a link to the forum index itself.

Forum index does not appear on the Articles main page.

Could you please check this again with you or fix the problem if necessary.

Thanks in advance.

SQL ERROR [ postgres 11 ] ERROR: LIMIT #,# syntax is not supported

While creating a new article, I received an error:

SQL ERROR [ postgres ]
 
ERROR: LIMIT #,# syntax is not supported LINE 7: LIMIT 0,5 ^ HINT: Use separate LIMIT and OFFSET clauses. []
 
SQL

SELECT t.topic_id, t.forum_id, t.topic_title FROM phpbb_topics t , phpbb_users u WHERE topic_visibility = 1 AND forum_id IN (1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31) AND u.user_id = t.topic_poster ORDER BY topic_time DESC LIMIT 0,5

I fixed it by using sql_query_limit in \ger\cmbb\cmbb\driver::phpbb_latest_topics . Should I create a PR?

SQL ERROR [ postgres 11 ] ERROR: column "0" does not exist

While creating a new article, I received an error:

SQL ERROR [ postgres ]

ERROR: column "0" does not exist LINE 1: ...mbb_category WHERE std_parent > 1 AND protected = "0" ORDER... ^ []

SQL

SELECT * FROM phpbb_cmbb_category WHERE std_parent > 1 AND protected = "0" ORDER BY category_name ASC

I fixed it by replacing
$query .= ' AND protected = "' . CMBB_FALSE . '" ';
with
$query .= ' AND protected = ' . CMBB_FALSE . ' ';
in \ger\cmbb\cmbb\driver::get_categories though I'm not sure it still leaves this compatible with MySQL

Image upload not worked - URL not found 404

Here I have the problem that the image upload in the ckeditor does not work.

I click on the image tool in the editor and then go to the image upload. There everything is blank and only a few icons are displayed. See this screenshot.

phpbb32-cmbb-image-upload-error

A URL for example would be like this: http://wpzweinull.ch/cms/phpbb32/images/cmbb_upload/2/1_phpbb32-froum-frontend-im-topic-wpzweinull-ch-gepostet-auf-internetblogger-de.jpg

In the forum frontend it says that this forum does not exist. But it is not a forum, but the directory with images for cmbb.

How can I solve the problem?

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.