Current time: 05-22-2012, 08:39 PM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tickets Error
01-21-2011, 04:46 PM (This post was last modified: 01-22-2011 06:02 PM by Lighting.)
Post: #1
Music Tickets Error
Code:
Warning: Missing argument 1 for page::content(), called in /home/lighting/public_html/client/admin/index.php on line 157 and defined in /home/lighting/public_html/client/admin/pages/tickets.php on line 88

I get this in the admincp when I click "Tickets".
Find all posts by this user
Quote this message in a reply
01-22-2011, 06:03 PM
Post: #2
RE: Tickets Error
I need some help with this error as soon as possible. Smile
Find all posts by this user
Quote this message in a reply
01-26-2011, 12:58 PM
Post: #3
RE: Tickets Error
If anyone could help me that would be great..
Find all posts by this user
Quote this message in a reply
01-26-2011, 03:02 PM
Post: #4
RE: Tickets Error
Have you tried reinstalling or at least replacing that file
Find all posts by this user
Quote this message in a reply
01-27-2011, 11:18 AM
Post: #5
RE: Tickets Error
(01-26-2011 03:02 PM)xpack Wrote:  Have you tried reinstalling or at least replacing that file

Yes.
Find all posts by this user
Quote this message in a reply
01-27-2011, 02:10 PM
Post: #6
RE: Tickets Error
can you open up tickets.php and copy the code on lines 84-90 and /admin/index.php and the code on lines 155-159 to here?

Nick - TheHostingTool Staff Coordinator

[Image: standard.png]

Visit this user's website Find all posts by this user
Quote this message in a reply
01-29-2011, 01:57 PM
Post: #7
RE: Tickets Error
Line 84-90:

Code:
        return $style->replaceVar("tpl/support/replybox.tpl", $array);
    }
    
    public function content($status) { # Displays the page
        global $main;
        global $style;

Code 155-159:

Code:
                        $email->send($user['email'], $template['subject'], $template['content'], $array);
                        $main->redirect("?page=tickets&sub=view&do=". $main->getvar['do']);
                    }
                }
                $data = $db->fetch_array($query);
Find all posts by this user
Quote this message in a reply
01-30-2011, 04:43 AM
Post: #8
RE: Tickets Error
Do you have any open tickets?

Kevin Mark - TheHostingTool Lead Developer
Visit this user's website Find all posts by this user
Quote this message in a reply
06-03-2011, 05:12 PM
Post: #9
RE: Tickets Error
Just go to admin/index.php
find
$content->content();
and replace for
$content->content($status);

Quote:NyU Hosting Gratis Con Soporte En EspaƱol.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 3 Guest(s)