Closed GoogleCodeExporter closed 8 years ago
Hmm weird. In any case you can just change the board URLs in the admin panel
(manage
boards page).
Original comment by curiousdannii
on 29 Aug 2009 at 12:54
I have fixed this issue on my forum installation (SMF 1.1.9, Pretty URLs 0.9,
lighttpd) by changing in
Sources/Subs-PrettyUrls.php
<code>"\x12" => array ("'", '"'),</code>
to
<code>"" => array ("'", '"'),</code>
and then flushing the mod in mysql with
<code>truncate table smf_pretty_topic_urls;</code>
and "Run maintenance tasks" in prettyurls panel.
You can see it working here:
http://www.akwarium.net.pl/forum/ryby-akwariowe/zbrojnik-dlugopletwy/
Original comment by przemek....@gmail.com
on 9 Sep 2009 at 6:14
Przemek,
I tried what you suggested... replaced "\x12" => array ("'", '"'),< with
"" =>
array ("'", '"'),< ... I then went into my cpanel, went into PHPmyAdmin and
"emptied" the smf_pretty_topic_urls; (which is the truncate option from what it
tells
me).
I then go into the Maintenance section for Pretty URLs and do that... but still
have
the same issues.
Any other suggestions, or am I out of luck?
Original comment by whip.cra...@gmail.com
on 24 Sep 2009 at 3:56
You can set the board URLs yourself in the manage boards page! The table will
have a
new column at the end called Pretty URLs. If you don't see it try switching to
English.
Original comment by curiousdannii
on 24 Sep 2009 at 4:56
Original issue reported on code.google.com by
andrea...@gmail.com
on 28 Aug 2009 at 3:18