Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Show last tweets plugin
#35
error

Quote:Warning: Missing argument 1 for show_tweets(), called in /home/webadedi/public_html/admin/inc/theme_functions.php(552) : eval()'d code on line 4 and defined in /home/webadedi/public_html/plugins/LastTweet/lasttweet_functions.php on line 10


get-simple 3.3.1
lasttweet 1.2

/admin/inc/theme_functions.php(552)
Code:
eval("?>" . strip_decode($component->value) . "<?php ");

524-556 /admin/inc/theme_functions.php
Code:
/**
* Get Component
*
* This will return the component requested.
* Components are parsed for PHP within them.
*
* @since 1.0
* @uses GSDATAOTHERPATH
* @uses getXML
* @modified mvlcek 6/12/2011
*
* @param string $id This is the ID of the component you want to display
*                True will return value in XML format. False will return an array
* @return string
*/
function get_component($id) {
    global $components;
    if (!$components) {
         if (file_exists(GSDATAOTHERPATH.'components.xml')) {
            $data = getXML(GSDATAOTHERPATH.'components.xml');
            $components = $data->item;
        } else {
            $components = array();
        }
    }
    if (count($components) > 0) {
        foreach ($components as $component) {
            if ($id == $component->slug) {
                eval("?>" . strip_decode($component->value) . "<?php ");
            }
        }
    }
}


edit:
code-->quote 4 reading
Reply


Messages In This Thread
Show last tweets plugin - by twodogwalker - 2012-03-03, 20:10:16
RE: Show last tweets plugin - by D.O. - 2013-04-05, 21:17:03
RE: Show last tweets plugin - by twodogwalker - 2013-04-26, 04:47:09
RE: Show last tweets plugin - by D.O. - 2013-04-26, 05:09:10
RE: Show last tweets plugin - by twodogwalker - 2013-06-04, 05:42:12
RE: Show last tweets plugin - by D.O. - 2013-06-04, 06:01:13
RE: Show last tweets plugin - by twodogwalker - 2013-06-29, 01:06:34
RE: Show last tweets plugin - by Draxeiro - 2013-06-27, 18:09:02
RE: Show last tweets plugin - by twodogwalker - 2013-06-29, 01:12:15
RE: Show last tweets plugin - by Oleg06 - 2013-09-05, 07:10:33
RE: Show last tweets plugin - by twodogwalker - 2013-10-01, 04:15:21
RE: Show last tweets plugin - by Rene - 2013-09-10, 23:14:29
RE: Show last tweets plugin - by twodogwalker - 2013-10-01, 04:19:43
RE: Show last tweets plugin - by Rene - 2013-10-02, 22:21:17
RE: Show last tweets plugin - by drakko - 2014-02-13, 03:10:26
RE: Show last tweets plugin - by shawn_a - 2014-02-13, 03:28:42
RE: Show last tweets plugin - by drakko - 2014-02-13, 07:47:45
RE: Show last tweets plugin - by shawn_a - 2014-02-13, 07:52:49
Show last tweets plugin - by Rene - 2012-03-15, 06:07:49
Show last tweets plugin - by twodogwalker - 2012-03-17, 07:51:01
Show last tweets plugin - by Rene - 2012-03-30, 21:01:43
Show last tweets plugin - by Draxeiro - 2012-03-30, 23:36:02
Show last tweets plugin - by twodogwalker - 2012-04-01, 01:45:10
Show last tweets plugin - by twodogwalker - 2012-04-01, 01:51:18
Show last tweets plugin - by Rene - 2012-04-01, 15:46:01
Show last tweets plugin - by twodogwalker - 2012-04-02, 06:37:48
Show last tweets plugin - by Rene - 2012-04-02, 17:19:26
Show last tweets plugin - by twodogwalker - 2012-04-03, 05:30:48
Show last tweets plugin - by Rene - 2012-04-03, 06:23:34
Show last tweets plugin - by Draxeiro - 2012-04-03, 19:27:37
Show last tweets plugin - by twodogwalker - 2012-04-04, 04:00:52
Show last tweets plugin - by twodogwalker - 2012-04-07, 04:57:50
Show last tweets plugin - by Sledge - 2012-04-10, 22:43:49
Show last tweets plugin - by twodogwalker - 2012-04-11, 04:02:31
Show last tweets plugin - by Duulicious - 2012-08-08, 14:14:18
Show last tweets plugin - by uitdecom - 2012-10-04, 12:36:19
Show last tweets plugin - by twodogwalker - 2012-10-06, 09:53:05
Show last tweets plugin - by uitdecom - 2012-10-06, 21:49:04



Users browsing this thread: 1 Guest(s)