Search found 40 matches
- Wed Mar 08, 2017 5:40 pm
- Forum: Webserver and configuration
- Topic: Update-Error von 2.8.x auf 2.9.x - Invalid Database Type
- Replies: 15
- Views: 8657
Re: Update-Error von 2.8.x auf 2.9.x - Invalid Database Type
I also have the same error The connection to the database server could not be established. The error message of the database server: Invalid Database Type: mysql Also the upgrade instructions at http://www.phpmyfaq.de/docs/2.9#3.1 do not explain when you should upload the new files - ie, delete curr...
- Sun Dec 11, 2011 1:44 pm
- Forum: General discussions
- Topic: Error Linking to other Articles
- Replies: 1
- Views: 1683
Error Linking to other Articles
Hi In this FAQ Entry http://www.ghostrecon.net/faqs/index.php?action=artikel&cat=3&id=129&artlang=en You can see this line Please see our basic guide to installing Ghost Recon Mods on Steam before attempting this fix The link in that line should take you to http://www.ghostrecon.net/faqs/index.php?a...
- Sun Nov 06, 2011 1:32 pm
- Forum: General discussions
- Topic: New User?
- Replies: 5
- Views: 3155
Re: New User?
Also, if I try to delete that user

But there is no button to press to confirm...Delete User evil
Are you sure? The User shall be deleted?

- Sun Nov 06, 2011 1:08 pm
- Forum: General discussions
- Topic: New User?
- Replies: 5
- Views: 3155
Re: New User?
Ah okay, do you know which links?
- Sun Nov 06, 2011 11:47 am
- Forum: General discussions
- Topic: New User?
- Replies: 5
- Views: 3155
New User?
Today I got an e-mail
My board is at http://www.ghostrecon.net/faqs
How can this be? I do not allow user registration.New user has been registrated:
Username: lord evil
Loginname: evil
To activate this user do please use the administration interface.
My board is at http://www.ghostrecon.net/faqs
- Sun Oct 17, 2010 4:54 pm
- Forum: Skins and Themes
- Topic: Heavily Modded FAQ
- Replies: 11
- Views: 16721
Re: Heavily Modded FAQ
Here are the edits I made that probably are what you are looking for. template/index.tpl changes Relocate FAQs from right hand side to middle of page Cut {rightBox} and put it directly under the search bar code here <div class="main-content"> <form id="search" action="{writeSendAdress}" method="get"...
- Thu Sep 30, 2010 8:30 pm
- Forum: Bug reports
- Topic: Spam abuse in Comments
- Replies: 5
- Views: 3666
Re: Spam abuse in Comments
Thanks, if I can help let me know.
- Wed Sep 29, 2010 9:36 pm
- Forum: Bug reports
- Topic: Spam abuse in Comments
- Replies: 5
- Views: 3666
Re: Spam abuse in Comments
Also, I do not use the NEWS feature at all, however there are many many spam comments in the news section, that can be seen from the Admin Centre.
- Tue Sep 28, 2010 1:35 pm
- Forum: Bug reports
- Topic: Spam abuse in Comments
- Replies: 5
- Views: 3666
Spam abuse in Comments
Look at this FAQ entry . It is full of spam, but as you can see - there is no comment entry box - comments is OFF. Also, CAPTCHA is ON. How are spam comments getting posted when the config has comments off? It might be that these are old comments from a previous version number. I will delete all the...
- Fri May 14, 2010 9:35 pm
- Forum: Skins and Themes
- Topic: Heavily Modded FAQ
- Replies: 11
- Views: 16721
Re: Heavily Modded FAQ
Hi, Most amazing is I do not know any PHP, all the changes were made by trail and error LOL. did you have to change PHP code? bye Thorsten I don't think I changed any code, but to remove some of it, or comment it out, I had to try a few times to get the effect I was looking for. You did help me wit...
- Fri May 14, 2010 5:30 pm
- Forum: Skins and Themes
- Topic: Heavily Modded FAQ
- Replies: 11
- Views: 16721
Re: Heavily Modded FAQ
Hi thanks for the feedback!mangloid wrote:Just wanted to say what you have done to your faq site is quite amazing. It looks great.
Most amazing is I do not know any PHP, all the changes were made by trail and error LOL.
- Fri May 07, 2010 11:44 pm
- Forum: Skins and Themes
- Topic: Heavily Modded FAQ
- Replies: 11
- Views: 16721
Heavily Modded FAQ
I've finally completed by modded FAQ (been at it on and off for months). Before I list the alterations I want to thank Thorsten (again) for such a brilliant FAQ system. Although I have removed quite a lot, and moved things around, if it was not for Thorsten clear code making it easy for these altera...
- Fri Mar 19, 2010 11:26 pm
- Forum: General discussions
- Topic: Error after 2.5-2.6 Upgrade, Session.php
- Replies: 1
- Views: 1475
Re: Error after 2.5-2.6 Upgrade, Session.php
Sorry, I fixed this by creating a data folder. My fault.
- Fri Mar 19, 2010 11:14 pm
- Forum: General discussions
- Topic: Error after 2.5-2.6 Upgrade, Session.php
- Replies: 1
- Views: 1475
Error after 2.5-2.6 Upgrade, Session.php
Code: Select all
phpMyFAQ warning [2]: file_put_contents(./data/tracking19032010) [function.file-put-contents]: failed to open stream: No such file or directory in Session.php on line 132
- Fri Mar 19, 2010 3:16 pm
- Forum: Skins and Themes
- Topic: Use php includes?
- Replies: 7
- Views: 19659
Re: Use php includes?
Hi
I have been trying for a while to achieve the exact same thing - so I can pull in my site wide footer.
I achieved this on another script similar to the FAQ one by using the following code
Alas it did not work in phpMyFAQ - you could try it though.
I have been trying for a while to achieve the exact same thing - so I can pull in my site wide footer.
I achieved this on another script similar to the FAQ one by using the following code
Code: Select all
{include_php file='../inc-footer.html'}