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]

Pages: [1]   Go Down

Author Topic: Fatal error: Call to undefined function php_e()  (Read 3615 times)

0 Members and 1 Guest are viewing this topic.

ida90

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Fatal error: Call to undefined function php_e()
« on: December 15, 2010, 10:18:47 pm »

Hi! The last two days I haven't been able to access my gallery as I keep getting this error message: "Page not found. Fatal error: Call to undefined function php_e() in /home2/rhyswake/public_html/wp-content/themes/fresh orange/index.php on line 46."

Here's my index.php file:
Code: [Select]
<?php get_header(); ?>

<!-- Content/Updates -->
<div id="main">
<!--this is the loop-->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

<div id="post">
<div id="posttop">
<div class="title"><?php the_title(); ?></div>
<!-- Post details -->
<div class="postdetails">
Posted by <?php the_author(); ?> in <?php the_category(', '); ?> on <?php the_time('F jS, Y'); ?> | <?php comments_popup_link('No Comments ''1 Comment ''% Comments '); ?>

<!-- Closing postdetails -->
</div>

<!-- Closing posttop -->
</div>

<div class="content">
<?php the_content('Continue reading&raquo;'); ?>

<!-- Closing content -->
</div>

<div class="contentbottom">
&nbsp; &nbsp;
<!-- Closing contentbottom -->
</div>

<!-- Closing post -->
</div>

<?php endwhile;?>
<center>
<?php wp_pagenavi(); ?>
</center>

<!-- Closing main -->
</div>
<br><br>


<?php else: ?>
<p><?php_e('Sorry, no posts matched your criteria.'); ?></p>

<?php endif; 
get_sidebar();
get_footer();
?>


<!--ends the loop-->




This is what happened:
I was thinking of upgrading my gallery to 1.5 and was going to do backups for the files. I just got my first mac and is still kind of green in few areas. So when trying to download the files from FileZilla FTP to my mac, instead of being saved as the normally would on my old computer, the files was reuploaded to the same albums. As some of the files was REALLY big the transfer was interrupted when I had to catch a flight home. And when I got I home, I didn't get the internet connection to work on my mac, so I have no way of finishing to transfers until over new years.. So I thought it would help to upgrade the gallery to 1.5 so that the files would be replaced, but I wasn't able to run the update files, so no luck there either...

Please help me try to solve this!

My gallery: http://rhyswakefield.net/gallery/

Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Fatal error: Call to undefined function php_e()
« Reply #1 on: December 16, 2010, 12:11:28 am »

Sorry, I must have missed locking this forum. We have withdrawn support for the 1.4.x line since the 1st of December.

Your URL is giving a 404 not found error so we cannot help much anyway. Please upgrade to the 1.5.x line and if you have trouble upgrading please post on the relevent board 1.5.x board.
Logged
It is a mistake to think you can solve any major problems just with potatoes.
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.