Jump to content

parse error expecting '('


edkeyte

Recommended Posts

Hello my name is Ed. I'm new here!

I'm trying to install this wordpress plugin onto my blog but get these errors:

 

First I got this error:

 

Parse error: parse error, unexpected T_VARIABLE, expecting '(' in /home/nethos60/public_html/queenseng/blog/wp-content/plugins/freecontentrewrite_wordpress/freecontentrewrite.php on line 42101

 

Then added an open Bracket "(" to the code in my PHP file after functions here:

 

function( freecontentrewrite_run $article_cont, $case_sensitive=false ) {
global $contentdictionary_dic;

 

Originally that open bracket wasn't there.

 

Anyway I then uploaded it again and got this error:

 

Parse error: parse error, unexpected '(', expecting T_STRING in /home/nethos60/public_html/queenseng/blog/wp-content/plugins/freecontentrewrite_wordpress/freecontentrewrite.php on line 42101

 

My version of PHP by the way is: 4.3.11  -  if that's the problem then there's not much I can do about it but to change hosts.

 

Love to know what I'm doing wrong.

Cheers.

Ed.

Link to comment
Share on other sites

Your ( was in the wrong place or a less i miss read?

 

function freecontentrewrite_run($article_cont, $case_sensitive=false) {
global $contentdictionary_dic;

 

Regards

Liam

 

Thanks shocker-z!

It works fine thanks to you!

Cheers!

Ed.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.