Parse error: syntax error, unexpected ‘/’ in /home/upstmor3/public_html/wordpress/wp-content/plugins/exec-php/runtime.php(41) : eval()’d code on line 111
- John T. on Share your Dreamhost sucks stories
- Ashley Morgan on Are list posts the acceptable face of blog spam?
- Anonymous on WordPress Theme: Upstart Blogger Modio
Make money online with the free Upstart Blogger thirty day blogging course. Get the details!
Don’t miss a tip, trick, or theme. Subscribe to Upstart Blogger via email. Or grab the posts feed or comments feed.
Looking for a host that doesn’t suck? AN Hosting offers 500 GB disk space, 5 TB transfer, and a free domain for life, all for only $4.95 a month! Use code UPSTARTBLOGGER for 3 free months!
My themes are free, but if you find them useful you can donate to my rainy day fund.
New to blogging? Start here: 25 Steps to Launching Your Blog and Making $100+ A Month in 30 Days.
Most web hosts suck. What can you do? Forget DreamHost. Read How to Find a Web Host That Doesn’t Suck. Or, just go right to the best host. Use code UPSTARTBLOGGER for 3 free months!
New to WordPress? No sweat. Check these: Getting Started With WordPress: Administration Quick Tour and Getting Started With WordPress: Basic Settings.
This post could save your life: 8 MySQL Backup Strategies for WordPress Bloggers (And Others).
How important is design? Your blog doesn’t have to look like all the others. Check out the Upstart Blogger WordPress themes.
Dip into design by reading these posts: Tools for Capturing Design Inspiration and Quick Web Design Mockups Using iWeb.







Maybe you could copy the elements of the comments.php file from the default wordpress theme that you need into your file and keep a copy of your current comments.php to compare the differences.
If the modified version of your comments.php shows the trackbacks/pingbacks, then you know it’s a problem with your current configuration.
(I don’t use trackbacks, so I don’t know if that would be much help…but I use it when I’m figuring out issues on my own blog.)
Also, do you have like a ‘testing’ blog? If there are trackbacks there, you could try the above suggestion on that testing site and see if it works before you go and make it live.
I forgot to mention maybe it’s a CSS issue.
You might check your CSS to see if you have the comments class as visible. It might just not be showing up due to some miscue in your CSS.
Turning off the CSS doesn’t appear to make it work.
This could be something to do with AN Hosting — they may have disabled the PHP functions required for trackbacks and pingbacks to work.
And also, only if the other blog concerned is too another WP-powered blog will the connection be made. It’s probably a good idea to paste the “Trackback URL” into the special box on the “write new post” page. Talking of those, you should probably display the trackback URL in the comments section:
< ?php trackback_url(); ?>Do the trackbacks display if you change the site’s theme? It currently says “One Trackback” here, but doesn’t actually display the trackbacks themselves.
just to cover all basis, are you having any weird errors in your log? i know that wordpress generates its own error log, but you wanna check your error logs in cpanel.
plugin conflicts, maybe.
Amber - I tried copying the original comment code from the Sandbox theme but it didn’t make any difference.
Joshua - AN Hosting haven’t disabled the PHP functions, I put up a couple of test blogs with default themes and they happily pinged and trackbacked from a range of different blogs.
Curtis - I’m just going to check that right now. Hopefully I’ll find something in there.
The thing I can’t get my head around is that something is stopping the blog from sending out notification to other blogs whilst at the same time recording the number of incoming pings but not quoting them. It’s all very strange.