Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

 Search results for: Fatal error: Call to undefined function: ob_clean()

Pages: [1]

...... .com/gallery/  Code: [Select]  if(empty($custom_header)){   include('http://cgi. ............ .com/gallery/gallerymenu2.html');   $custom_header = ob_get_contents();   ob_clean();    ......
2
cpg1.4 install / Fatal error: Call to undefined function: ob_clean()
« by fulcan on June 01, 2006, 02:30:36 pm »

......  all, I have just upgragded from 1.1 to 1.4 following the instructions in the  ............ .  I have just tried to run the version check and I get the following  ............  error: Call to undefined function: ob_clean() in /home/ ......

...... , I have a question regarding customizing Coppermine into my website. I am trying to  ............ . I read the FAQ's and it had some advice on how to do this. Unfortunately I am getting some errors... ............ , $lang_text_dir; if(empty($custom_header)){ include('../../. ............ ./../includes/header.php'); static $custom_header = ob_get_contents();  ............ > theme_admin_mode_menu(), '{CUSTOM_HEADER}' => $custom_header, );  ............ ); } But I am getting the following error: Code: [Select] Parse error: parse error,  ............ /gallery/themes/hardwired/theme.php on line 741 Fatal error: Call to undefined function: pageheader( ............  at this statement: Code: [Select] static $custom_header = ob_get_contents(); but I don't  ............  what to change? When I removed the following code I was  ............  to get the gallery show up but for some reason it  ............ 't find my header. What does this code refer to: Code: [Select]  static $custom_header =  ............ ;; ob_clean(); Ideally I would like to be able to change the template so that I would  ............ /footer and left column/right column. I am trying to build a CMS for a volunteer project. I would  ............  much appreciate if someone could take the time to explain how I can acchieve this in the template  ............ . I also tried to change the template configuration value of html  ............  to php in the includes/init.inc.php file and then  ............  the template.html file to template.php with the normal php include commands. ............  the trial and error thing...and now I have come to a complete stop. Any help would be appreciated!  ......
4
cpg1.4 install / Fatal error on line 174
« by inkoz on October 18, 2009, 12:17:21 pm »

......  coppermine a received the next error when I want to proceed. Does anybody know what I did wrong or  ............  I should do to fix it?  Fatal error: Call to undefined function:  ............ () in /home/httpd/vhosts/inkoz.nl/httpdocs/fotos/include/init.inc.php on line 174  The link is:  ............ ://www.inkoz.nl/fotos  Thanks a lot!  Greetz,  ......
5
cpg1.4 install / Login Problem
« by kayleigh0510 on October 03, 2006, 12:51:55 am »

......  I'm really new to this, tried really hard but I'm so confused. I've  ............  everything and it said it was ok, redirected me to the login page and I got this...  Fatal error:  ............  to undefined function: ob_clean() in /home/sites/t/** ......
6
cpg1.4 install / Error After installation
« by cyndisource on October 01, 2007, 07:25:01 am »

...... . After I ran the install file and try to login I get the following error:  Fatal error:  ............  to undefined function: ob_clean() in /www/cgi/ ......
7
cpg1.4 install / error when installing/logging in
« by harmsway on March 03, 2007, 03:38:53 am »

......  I finish installing Coppermine, it takes me to the login page where I get this error   Fatal  ............ : Call to undefined function: ob_clean() in /var/www/ ............  on line 156    I CHMOD'd the init.inc.php file to 777 , should I not have?  ......
8
cpg1.4 install / on line 156 Error ?? Plz Help me !!!
« by inborndevil on October 09, 2006, 07:59:15 am »

......  Just Uploaded copper min to my site and installed it but after that on going  ............  Line How can i fix that ?? Plz Help me Out !!   Fatal error: Call to undefined function: ob_clean() in / ......
9
cpg1.4 install / Fatal error: Call to undefined function
« by sioc on September 03, 2006, 08:43:05 pm »

...... : after install i get this massage:  Fatal error: Call to undefined function: ob_clean() in / ......
10
cpg1.4 install / [Solved]: fatal error
« by truffeltje123 on June 09, 2009, 03:11:37 pm »

......  succes install i get a fatal error  Fatal error: Call to undefined function:  ......
11
cpg1.4 install / Error on installation with init.inc.php
« by Melanie81 on October 30, 2006, 09:30:41 pm »

......  after my installation on the log in page:  Fatal error: Call to undefined function: ob_clean() in / ............ /init.inc.php on line 156  i have no idea where to go and search for the problem? the init.inc.php  ............  seem to be in order  HELP??   thanks in advance!!! ......
12
cpg1.4 install / [Solved]: Installation Error
« by eaglesfans on June 09, 2008, 09:59:10 pm »

...... , I admit that all I know how to do are follow directions. I made sure that I had  ............  on my server. I figured out how to make a database. I uploaded Coppermine and  ............  and it said I was successful. When I go to login, though, I get this error message:  Fatal  ............ : Call to undefined function: ob_clean() in /usr/local/ ......
13
cpg1.2 Standalone Support / [Solved]: Problem adding a custom header
« by skateoroma on May 15, 2004, 04:46:32 am »

......  in the FAQ but I still can't get my page header to display. I receive the error below.  Fatal error: ............  Call to undefined function:  ............ , $lang_charset, $lang_text_dir;   if(empty($custom_header)){  include('/home/quadindu/ ............ /62mm/include/header.php');  static $custom_header = ob_get_contents();  ob_clean();   ............ }' => theme_admin_mode_menu(),  '{CUSTOM_HEADER}' => $custom_header,    );    ............  <table>  <tr>  <td width="100%" align=center>{CUSTOM_HEADER}</td>  </tr> </table> www.62mm.org/ ......

...... 've just tried to update my 1.2.1 gallery to 1.4.8. I ran the  ............  scriopt OK but now i get this error:  Fatal error: Call to undefined function:  ............  do I go now as I can't even log in?  I am about to move this site to a new server: would it be  ............  - or even possible - to do a clean install and then overwrite the tables  ......
15
cpg1.4 upgrading / Fatal error: include/init.inc.php on line 153
« by CoreFolf on May 29, 2006, 10:34:02 am »

...... , I am having difficulty upgrading from 1.4.4 to 1.4.6. I followed the steps that I did last time  ............  upgrading from 1.4.3 to 1.4.4 and read the instructions included with the  ............  upgrade. But for some reason I keep getting this fatal error, "Fatal error: Call to undefined function:  ......
16
cpg1.4 install / Fatal Error on line 153
« by somegirl on August 04, 2006, 02:40:24 am »

......  don't know if there is already a topic with help for this problem, but I have  ............  for help and haven't been able to find what I need to fix. After I installed  ............  it said that it was ready to roll and then I tried to log in and it gave me  ............  error message:Fatal error: Call to undefined function: ob_clean() in / ............ /init.inc.php on line 153. Does anyone know how to fix this? ......
17
cpg1.2 Standalone Support / FAQ "custom header include" : does this even work?
« by duntuk on December 27, 2003, 08:35:35 am »

...... .net/faq.php under: "How do I add a custom header/footer to Coppermine?" My server: RedHat  ............ .3 PHP version 4.3.1 The below code doesn't seem to work... it gives this error: Quote  Parse error:  ............ /portfolio/themes/stc/theme.php on line 1057 Fatal error: Call to undefined function:  ............ /index.php on line 493   this is mainly due to the addition of the word 'static' (is that even a  ............ ? couldn't find it on php.net) Quote  static $custom_header = ob_get_contents();   nevertheless...  ............  the *closest* i've got to getting the "include" to work is by simply doing  ............  the extra: Code: [Select]  static $custom_header = ob_get_contents();  ............ , that defeats the entire purpose of trying to use a CUSTOM TEMPLATE, i.e. {CUSTOM_HEADER}...  ............  line, either way, {CUSTOM_HEADER} is not parsed--doesn't work--when  ............  into template.html at best, just shows the actual word  ............ "{CUSTOM_HEADER}"... anyhow... here is the FAQ's code  ............  question.... I'm curious, if anyone ever got it to work as intended... (i studied the CPG backend  ............  code, and it's too difficult for me to follow--- and yes i'm aware  ............  i can create a custom layout with includes inside 'theme.php'...  ............ , $lang_charset, $lang_text_dir; if(empty($custom_header)){ include('/home/site123/ ............ /news.php'); static $custom_header = ob_get_contents(); ob_clean();  ............ }' => theme_admin_mode_menu(), '{CUSTOM_HEADER}' => $custom_header ); echo  ......

......  Coppermine 1.4.8 and all went well. I got to the last screen which had the "Let's Continue!"  ............  that I replaced the actual pathname in this post to [my_path_to_coppermine]. In the actual error  ............ , the path is correct.  Fatal error: Call to undefined function: ob_clean() in [ ............  153  I can't run coppermine at all. Even if I go to my coppermine site, I get the same error.   Is  ......
19
cpg1.4 install / Fatal Error at initial log in
« by cat4talk on March 06, 2008, 04:41:27 am »

...... Fatal error: Call to undefined function: ob_clean() in / ......
20
cpg1.2 Standalone Support / Inputing other PHP in themes.php
« by Disc13 on March 11, 2004, 10:00:17 am »

...... , I'm trying to input two PHP includes into the theme.html thing.  ............ , $lang_text_dir; if(empty($custom_header)){ include('http:// ............ .myurl.com/randomimage.php'); static $custom_header = ob_get_contents();  ............ > theme_admin_mode_menu(), '{CUSTOM_HEADER}' => $custom_header, );  ............ ); but I get this error when I try to load the index.php: Parse error: parse error,  ............ /gallery/themes/default/theme.php on line 779 Fatal error: Call to undefined function:  ......
21
cpg1.3 Themes/Skins/Templates / Re: getting error adding a php include pageheader
« by Steffi on November 01, 2005, 04:37:02 pm »

...... ,  did a little testing now...  put my "_top.php" in the same directory and took EVERYTHING  ............  line changed)  Code: [Select]    if(empty($custom_header)){       include('_top.php');        ............  $custom_header;       $custom_header = ob_get_contents(); ............        ob_clean();    } And I get this error: Fatal error: Call to  ............  function: theme_main_menu() in /.../interaktiv/fototausch/ ......
22
cpg1.1.X Support (standalone) / Moving the Categorys into a menu
« by Ted on November 04, 2003, 09:49:31 pm »

......  error when i add that code: Quote   Parse error: parse error, expecting `','' or `';'' in /home/ ............ /pics/themes/pug205/theme.php on line 656 Fatal error: Call to undefined function: pageheader()  ............ /pics/index.php on line 439   if(empty($custom_header)){ include('custom.php');  ............  $custom_header = ob_get_contents(); error some where  ............  ob_clean(); } can anyone help ? cheers [/quote] ......
Pages: [1]

 

Page created in 0.16 seconds with 30 queries.