Custom Header Custom Header
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Custom Header

Started by puchoo, July 18, 2006, 10:51:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

puchoo

hey,i have a very urgent problem because of somethin stupid i did
well my board was up and working fine then i decided to explor the custom header a bit.... what i did was try putting a flash file(Swf) as a link.... so i did ../header.swf
now none of my coppermine pages open up and they all show the same error message which is

Warning: Unexpected character in input: '' (ASCII=14) state=1 in /home/www/puchoo.awardspace.com/header.swf on line 239

Parse error: parse error, unexpected T_STRING in /home/www/puchoo.awardspace.com/header.swf on line 239

how can i solve this problem or which file do i have to edit to fix it..... can somebody please reply fast.. its really urgent..
thanks a lot

Nibbler

Edit your theme's template.html to remove the {CUSTOM_HEADER} tag, then login to coppermine to clear the config setting. Restore the tag afterwards. This feature is for a php include() - you can only include() text files. To add a flash file to your header you should edit template.html.

puchoo

i tried replacing the template.html file with the basic template.html file itself. that didnt work. im using the fruity template. what do i do.im still getting the same message.

Warning: Unexpected character in input: '' (ASCII=14) state=1 in /home/www/puchoo.awardspace.com/header.swf on line 239

Parse error: parse error, unexpected T_STRING in /home/www/puchoo.awardspace.com/header.swf on line 239

Nibbler

Use phpmyadmin to clear the config setting manually. Browse to your coppermine database, locate the cpg_config table and set the value to '' where the name is 'custom_header_path'.

puchoo

i just edited the original template.html file in the fruity template directory to remove the {CUSTOM HEADER} Tag and then uploaded it once again to the Frutity directory on my server.When i refreshed the page i was still gettin the same error.Help!

Warning: Unexpected character in input: '' (ASCII=14) state=1 in /home/www/puchoo.awardspace.com/header.swf on line 239

Parse error: parse error, unexpected T_STRING in /home/www/puchoo.awardspace.com/header.swf on line 239

Nibbler

Maybe posting the error message some more will help solve your issue.  ::)

puchoo

sorry about posting the error message again and again.just paranoid.
can you just explain the myphpadmin process so clearly.im half way there but need some help

puchoo