The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help
Is there another way to upload new skins to vBulletin than via the adminpanel? Everytime i try to upload trough the adminpanel "fatal error" comes up. Nothing happens in the forum.
I'm sorry if this is the wrong place to post this. - Tipi |
#2
|
|||
|
|||
What is the exact error that you get when uploading?
Are you CHMod permissions correct? Have you got any code modifications installed? |
#3
|
||||
|
||||
Quote:
Quote:
Quote:
|
#4
|
|||
|
|||
hmmm right then.
CHMod is the permissions on your FTP server like 777, 755, or whatever. With regards to your error, try uploading your includes/adminfunctions_template.php again. You should have a bit in it that look like this Code:
// create parser $parser = xml_parser_create(); // set parser options xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0); xml_set_element_handler($parser, 'xml_parse_style_otag', 'xml_parse_style_ctag'); xml_set_character_data_handler($parser, 'xml_parse_style_cdata'); // parse the XML if (!@xml_parse($parser, $xml)) { print_dots_stop(); print_stop_message('xml_error_x_at_line_y', xml_error_string(xml_get_error_code($parser)), xml_get_current_line_number($parser)); } Are you uploading your XML from your PC or running it from your server? |
#5
|
||||
|
||||
I found the code you cut out here, in the file. I uploaded it again, and tried to get the skin from the adminCP. Got the same error:
Quote:
Edit: Now i tried to put the XMLfile in the install directory, and run it on the server. Same error. |
#6
|
|||
|
|||
Try uploading the XML file to the install directory of your site and then importing it from there.
|
#7
|
||||
|
||||
Quote:
I did. |
#9
|
||||
|
||||
Ok, I will! Thank you so much for you're help!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|