3 users online. Create an account or sign in to join them.Users

Search

While setting up a fresh install (downloaded from symphony-cms.com) of 2.07, I ran into a database error caused by line 465.

The error happens when I try to enter a word with an apostrophe (foto’s).

As a fix, I replaced

elseif(Symphony::Database()->fetchRow(0, "SELECT * FROM `sym_sections` WHERE `name` = '" . $meta['name'] . "' LIMIT 1")){

with

elseif(Symphony::Database()->fetchRow(0, "SELECT * FROM `sym_sections` WHERE `name` = '" . mysql_real_escape_string($meta['name']) . "' LIMIT 1")){

(I really don’t like git, and I hope using the forum doesn’t bug anyone)

This was fixed a long time ago :)

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.2 or above
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.0 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details