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?
Images don't show in Records
Moderator: Thorsten
Hi,
which versions of PHP and phpMyFAQ do you use?
bye
Thorsten
which versions of PHP and phpMyFAQ do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 6
- Joined: Mon Jul 18, 2005 10:28 pm
My info
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.
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.
Hi,
please change the following function in inc/mssql.php:
and it should work.
bye
Throsten
please change the following function in inc/mssql.php:
Code: Select all
function escape_string($string)
{
return str_replace("'", "''", $string);
}
bye
Throsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
-
- Posts: 6
- Joined: Mon Jul 18, 2005 10:28 pm
Thanks
Thorsten, thanks for your help. You really have a great product!
Damon Noisette
Damon Noisette