collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 599
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Author Topic: Error in the code database  (Read 2595 times)

0 Members and 1 Guest are viewing this topic.

Offline lazo50

  • Semi Newbie
  • *
  • Posts: 25
  • Gender: Male
  • Ferrum ferro exacuitur
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
  • Elkarte Version: 1.1.3
Error in the code database
« on: July 10, 2013, 05:40:05 AM »
Hello everyone .... I have encountered this problem:
SP is installed without pointing out errors but does not accept any block in PHP error reporting this:
Error in the code database

All other bloks work...I already tried to uninstall and then install SP but the error remains

TNX

Offline Burke Knight

  • Sr. Member
  • ****
  • Posts: 394
  • Gender: Male
  • I tell it how I see it. Don't like it? Hit Alt+F4
    • BurkeKnight Enterprises
  • SMF Version: None
  • SP Version: None
  • Elkarte Version: None
Re: Error in the code database
« Reply #1 on: July 10, 2013, 06:03:17 AM »
Are you sure the coding is done right?

Enable this option for now: Admin > SimplePortal > General Settings > Disable PHP Validation. That would make it skip the validation.

Please post one of the PHP blocks you are having issues with within code tags here & someone will verify the code. This way can see if you are attempting to save something that possibly has incorrect structure which is resulting in an error whilst attempting to save the block.

  When attempting to display HTML within PHP one must use the echo command with the HTML encased in quotes/single-quotes and then followed by a semi-colon. The easiest way is to encase in single-quotes and when actual single-quotes are required for display and/or javascript you use a backslash prior to that character.

ie. PHP to display HTML
Code: [Select]
echo 'This is an example of displaying HTML within SimplePortal\'s PHP block structure.';
echo 'A quote: "This is a quote!" ... quotes can be used within single quotes.';

$a = 'This is a variable being assigned using PHP.';

echo $a;

Hope those above help out. :)

Offline lazo50

  • Semi Newbie
  • *
  • Posts: 25
  • Gender: Male
  • Ferrum ferro exacuitur
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
  • Elkarte Version: 1.1.3
Re: Error in the code database
« Reply #2 on: July 10, 2013, 12:50:01 PM »
Disabling the control PHP is working.
This is the code
Code: [Select]
function display_tags_block()
{
// For TaggingSystem2.4.3
// System created by vbgamer45

global $txt, $smcFunc, $modSettings, $scripturl, $context, $user_info;

if (!isset($modSettings['smftags_set_cloud_tags_to_show']))
echo 'There are no tags to show...';

echo '
<div align="center">';

$result = $smcFunc['db_query']('', '
SELECT
t.tag AS tag, l.ID_TAG, COUNT(l.ID_TAG) AS quantity
FROM {db_prefix}tags as t, {db_prefix}tags_log as l WHERE t.ID_TAG = l.ID_TAG
GROUP BY l.ID_TAG
ORDER BY l.ID DESC
LIMIT {int:limit}',
array(
'limit' => $modSettings['smftags_set_cloud_tags_to_show'],
)
);

$tags = array();
$tags2 = array();

while ($row = $smcFunc['db_fetch_assoc']($result))
{
$tags[$row['tag']] = $row['quantity'];
$tags2[$row['tag']] = $row['ID_TAG'];
}

if (count($tags2) > 0)
{
$max_size = $modSettings['smftags_set_cloud_max_font_size_precent'];
$min_size = $modSettings['smftags_set_cloud_min_font_size_precent'];

$max_qty = max(array_values($tags));
$min_qty = min(array_values($tags));

$spread = $max_qty - $min_qty;
if (0 == $spread)
    $spread = 1;

$step = ($max_size - $min_size)/($spread);

$context['poptags'] = '';
$row_count = 0;

foreach ($tags as $key => $value)
{
$row_count++;
$size = $min_size + (($value - $min_qty) * $step);

// uncomment if you want sizes in whole %:
// $size = ceil($size);

$context['poptags'] .= '<a href="' . $scripturl . '?action=tags;tagid=' . $tags2[$key] . '" style="font-size: '.$size.'%"';

$context['poptags'] .= ' title="' . $value . ' things tagged with ' . $key . '"';
$context['poptags'] .= '>' . $key . '</a> ';

if ($row_count > ($modSettings['smftags_set_cloud_tags_per_row']-1))
{
$context['poptags'] .= '<br />';
$row_count = 0;
}
}
}

if (isset($context['poptags']))
  echo $context['poptags'];


echo '
</div>';
}

display_tags_block();


Many TNX

Offline Chen Zhen

  • The Underdog
  • Operations Manager
  • *
  • Posts: 1350
  • Gender: Male
  • Kinesis
    • WebDev
  • SMF Version: 2.1
  • EhPortal Version: 1.22
Re: Error in the code database
« Reply #3 on: July 10, 2013, 02:54:55 PM »
lazo50,

  Do not forget the logic for else .. if $modSettings['smftags_set_cloud_tags_to_show'] is empty then you will get an error with what you just posted.