error message???

Forum to discuss issues with WP Auctions Pro

Moderator: Hyder

error message???

Postby IQBS » Mon Jul 18, 2011 12:53 am

Hello there, we have purchased the pro version and testing the service now. For some reason this message shows up at the top of the pop up window. Any ideas why?

-- Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/content/a/c/t/actusoul02/html/wordpress/wp-content/plugins/wp-auctions/auction.php on line 72 --
IQBS
 
Posts: 5
Joined: Sat Jul 09, 2011 9:38 pm

Re: error message???

Postby Hyder » Mon Jul 18, 2011 10:01 am

Hi,

Can you please let us know which version you are using?

Also please mention your username on weborithm products, where you bought the plugin from.

Thanks.
Hyder
 
Posts: 565
Joined: Fri Nov 12, 2010 12:37 pm
Location: Everywhere there is an auction

Re: error message???

Postby Hyder » Mon Jul 18, 2011 11:25 am

Hi,

It seems there was an extra "\" in the code.

If you like you can edit it yourself, open up auction.php via the WordPress backend Plugin editor, or in Notepad, and go to this line:

Code: Select all
<p class="wpa-loggedin"><?php \_e('You need to be logged in to bid on this item. Please','WPAuctions'); ?> <?php wp_loginout(); ?> <?php _e('or','WPAuctions'); ?> <?php wp_register('', ''); ?> <?php _e('for an account','WPAuctions'); ?>.</p>


and replace it with this

Code: Select all
<p class="wpa-loggedin"><?php _e('You need to be logged in to bid on this item. Please','WPAuctions'); ?> <?php wp_loginout(); ?> <?php _e('or','WPAuctions'); ?> <?php wp_register('', ''); ?> <?php _e('for an account','WPAuctions'); ?>.</p>


That should fix it.

We'll update the code on our end too. Sorry about that.
Hyder
 
Posts: 565
Joined: Fri Nov 12, 2010 12:37 pm
Location: Everywhere there is an auction

Re: error message???

Postby IQBS » Tue Jul 19, 2011 8:33 pm

Thank you so much. That was it. Fixed now.
IQBS
 
Posts: 5
Joined: Sat Jul 09, 2011 9:38 pm


Return to WP Auction Pro

Who is online

Users browsing this forum: No registered users and 1 guest