mysql - Including a php file in Joomla! 1.5 that calls another php file -


i include php program joomla! article, program calls different php files used display want, have tried install different plugins such jumi, directphp , others, keep getting following error:

application raised exception class edatabaseerror message 'cannot connect database server:mysql error: [0: connection error server '' user ''] in connect(, '', '**', ) '

the program runs fine standalone, not work when i'm running on joomla.

the connection parameters obtained include "config.php" seems won't includes included php file.

also when try include menu have made, works standalone, redirects me index.php of joomla! root dir.

thanks.

i've done things similar this, have had install couple of extensions them work.

first, use jce wysiwyg. installed place anywhere (which lets place modules inside articles) create new module, type=custom html code php there...

i know isn't you're describing, it's closest i've come in experience.

if doesn't work right away, sure check settings withing jce wysiwyg it's not breaking php.

hope helps!


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -