shrutikohli / yourtwapperkeeper

Automatically exported from code.google.com/p/yourtwapperkeeper
Other
0 stars 0 forks source link

Warning: preg_replace() #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
> What steps will reproduce the problem?

Clean install, create archive, run process, view archive

> What is the expected output? What do you see instead?

With each tweet you see:

Warning: preg_replace() [function.preg-replace]: No ending delimiter '#' found 
in /..../twapperkeeper/archive.php on line 481

Line 481 seems incorrect AND duplicate (of line 467). 

Simply removing line 481 is the  solution.

> What version of the product are you using? On what operating system?

TwapperKeeper - version 0.5.2

Original issue reported on code.google.com by bob.co...@gmail.com on 9 Sep 2010 at 9:27

GoogleCodeExporter commented 8 years ago
I get this error:
Warning: Wrong parameter count for preg_replace() in 
/home/admin/domains/lsbeta.nl/public_html/twittertest/archive.php on line 499

Line 499 is:
 preg_replace('#','<a href="http://search.twitter.com/q=$1">.$1."</a>');

Original comment by info.tim...@gmail.com on 30 Nov 2010 at 7:29

GoogleCodeExporter commented 8 years ago
I have this issue too.

Original comment by tur...@gmail.com on 2 Nov 2011 at 11:06