Images don't show in Records

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
DamonNoisette
Posts: 6
Joined: Mon Jul 18, 2005 10:28 pm

Images don't show in Records

Post by DamonNoisette »

I'm trying to put a jpg from my images folder in the body of a new record. It shows up during the preview, but instead shows as a broken link when I view the record through the front end.

Here's the error I get:

"The requested URL /faq/\"\\\"\\\\\\\"\\\\\\\\\\\\\\\"\\\"\" was not found on this server."

Any ideas?
Thorsten
Posts: 15741
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

which versions of PHP and phpMyFAQ do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
DamonNoisette
Posts: 6
Joined: Mon Jul 18, 2005 10:28 pm

My info

Post by DamonNoisette »

phpMyFAQ Version
phpMyFAQ 1.5.0 RC5
Server Software
Apache/2.0.54 (Win32) PHP/5.0.4
PHP Version
PHP 5.0.4

I'm running a MSSQL Database as well.
Thorsten
Posts: 15741
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

please change the following function in inc/mssql.php:

Code: Select all

function escape_string($string)
    {
        return str_replace("'", "''", $string);
    }
and it should work.

bye
Throsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
DamonNoisette
Posts: 6
Joined: Mon Jul 18, 2005 10:28 pm

Thanks

Post by DamonNoisette »

Thorsten, thanks for your help. You really have a great product!

Damon Noisette
Post Reply