Search found 13 matches

by gph
Thu Apr 05, 2007 9:41 pm
Forum: General discussions
Topic: Migrate
Replies: 2
Views: 6370

I try, there is not bad but not perfect ...

It's seem some links have disappeard from the backup/restore process.
Is the html filtering like contact.php is active on each records ?

The attachements have been lost, i think i'll need to copy the attachement folder on the new server.
Are you agree ...
by gph
Thu Apr 05, 2007 9:30 pm
Forum: General discussions
Topic: Migrate
Replies: 2
Views: 6370

Migrate

Hi,

I have a functionnal PhpMyFaq V1.6.6 and i want to backup my data and restore them on an another server with 1.6.11

Is it possible ?
Do i need to execute update.php after restore ?

Thanks a lot.
Philippe.
by gph
Thu Mar 15, 2007 12:43 pm
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

Ok, parse is working :!:

For include php code we need to :
edit in source mode <>
use <?php ?> in lowercase
save the record

if there is an error in code the code is not display.
If you want to log the errors don't forget to change owner to apache.apache to the log file of php.

[color=red]In ...
by gph
Thu Mar 15, 2007 10:56 am
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

Hi Matteo,

For the HTML code in contact :
it's OK :D
Thanks !

For php code :
Yes it's true.
In my forum reply i don't put the ; and my php config don't display errors.
But in my code when i try, i have the ; and it's the same result.

When i put php code in normal editing mode :
Start ...
by gph
Wed Mar 14, 2007 10:29 am
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

Hi,

No !

It's run on a dedicated server.
Software insatalled :
Linux kernel 2.6.19-1
Fedora Core 5 up to date with yum (similar to apt-get)
PHP Version 5.1.6
MySql Ver 14.12 Distrib 5.0.27
Apache 2.2.2

Other phpr software (phpList, phpMyVisite and phpMyAdmin) are working well.

What do you ...
by gph
Tue Mar 13, 2007 12:20 pm
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

Hi,

Same result except when edit recors it display back correctly the <?php ...
by gph
Mon Mar 12, 2007 12:00 pm
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

For the second point :

In edit records (HTML mode) :
Start

<?PHP print "test"?>

End

In MySql :

<p><strong>Start</strong></p><p>End</p><p><!--P print "test--><br /><!--P print "test--></p><p><!--P print "test--></p><!--P print "test-->


Result :
Start

End



In Edit record (source mode ...
by gph
Mon Mar 12, 2007 11:48 am
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

Hi,

For the first point :

In phpMyFaq Setup :
<B>Scola Concept</B><BR>
<BR>
ZI Toulon EST<BR>
130, rue Berthelot<BR>
BP401<BR>
83085 TOULON Cedex 9<BR>

Result :
<B>Scola Concept</B><BR> <BR> ZI Toulon EST<BR> 130, rue Berthelot<BR> BP401<BR> 83085 TOULON Cedex 9<BR>

In config.php ...
by gph
Mon Mar 12, 2007 10:14 am
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

Hi,

Thanks for the reply.

There is no disable function on the server.
I try eval function with a small script and it works well.

Did anyone have another idea ?

Bye bye.
Philippe.
by gph
Fri Mar 09, 2007 6:43 pm
Forum: General discussions
Topic: [Solve] Contact layout
Replies: 13
Views: 23588

[Solve] Contact layout

Hi,

I have installed phpMyFaq 1.6.10 on Apache 2.0/MySql5/Php5.

When i try to use HTML code in "Contact information" they where printed without parse.
Exemple : <B>Scola Concept</B>
I want to write in bold.
In version 1.6.6 it work well (on other server).

The PHP code in records when i put <?PHP ...
by gph
Tue Dec 27, 2005 10:04 am
Forum: General discussions
Topic: php code in article
Replies: 21
Views: 33387

Hi Matteo,

It's good with print "Test".

If it's only phpinfo who made bug in CSS it's not a problem for me.
I've tried with phpinfo for test but it's not usefull.

Thanks a lot and merry chrismass.

Best regards, Philippe
by gph
Fri Dec 23, 2005 12:43 pm
Forum: General discussions
Topic: php code in article
Replies: 21
Views: 33387

Hi matteo,

It's ok for PHP code but it's remain a little bug.

The links at top of page (help, ask question, add recodrs, ...) was blank (only when there is a php code to run).

You can see the result here :
http://www.scolaconcept.com/Faq/index.php?action=artikel&cat=1&id=5&artlang=fr

Thank a ...
by gph
Thu Dec 22, 2005 6:35 pm
Forum: General discussions
Topic: php code in article
Replies: 21
Views: 33387

php code in article

Hi to all,

I have a little problem with the use of php code in records.
I need this feature to put latets version of my program stored in MySql without editing article.
An another program somewhere in the world put the good version in the database. :-)

I put a code like :
<B>Test <?php phpinfo ...