Search found 22 matches

by monkeybot
Wed Nov 01, 2006 5:05 pm
Forum: General discussions
Topic: PDF export stopped working. 1.5.4
Replies: 1
Views: 5450

PDF export stopped working. 1.5.4

Unfortunately this is a heavily customized PMF and we haven't been able to upgrade. we are still on 1.5.4. The PMF has been working great but suddenly the pdf feature stopped working and we can not generate any pdf files. I just get a blank page, no errors.
I looked inside the PDF folder and it had ...
by monkeybot
Mon Dec 19, 2005 8:25 pm
Forum: General discussions
Topic: Performance Issues
Replies: 3
Views: 7361

The dump is about 1.2 megs.
Should I send it to your email?
by monkeybot
Mon Dec 19, 2005 7:32 pm
Forum: General discussions
Topic: Performance Issues
Replies: 3
Views: 7361

Performance Issues

Our PMF is running slow. We tried different servers with about the same results. We have hardcoded links on the frontpage but we have noticed the same speed issues with the default menus. There are 424 articles distributed in about 80 categories. This PMF is not live yet and it has lot of small ...
by monkeybot
Thu Dec 08, 2005 7:09 pm
Forum: General discussions
Topic: Searching by ID hack?
Replies: 7
Views: 11202

In our case is useful because the support representative can give a customer the ID number for the specific article hence speeding the support call. Also if there is an error or needs to update an specific article the customer can find the record quickly to advise the support center so it works both ...
by monkeybot
Mon Dec 05, 2005 4:26 pm
Forum: General discussions
Topic: Database backup problem
Replies: 11
Views: 17941

In order to fix this issue, the following line of code (in red) was added to the inc/functions.php:

/**
* build_insert()

* This function builds the the queries for the backup
*
* @param string query
* @param string table name
* @return array
* @access public
* @author Meikel Katzengreis <meikel ...
by monkeybot
Fri Dec 02, 2005 6:46 pm
Forum: General discussions
Topic: Searching by ID hack?
Replies: 7
Views: 11202

Now that you have implemented the hack "search for article id" for users, add this code to be able to find articles ID in the admin area:

Find the file admin/record.show.php and add the code in red . (line 50)

} else if (isset($_REQUEST["aktion"]) && $_REQUEST["aktion"] == "view" && isset ...
by monkeybot
Tue Nov 29, 2005 7:55 pm
Forum: General discussions
Topic: Searching by ID hack?
Replies: 7
Views: 11202

Here is the ID search hack we implemented in our PMF:

In the functions.php find: (line 1261 to 1320)

if (0 == $num) {

$keys = preg_split("/\s+/", $begriff);
$numKeys = count($keys);
$where = '';
for ($i = 0; $i < $numKeys; $i++) {

if (strlen($where) != 0 ) {
$where = $where." OR ...
by monkeybot
Tue Nov 22, 2005 10:59 pm
Forum: General discussions
Topic: Searching by ID hack?
Replies: 7
Views: 11202

Searching by ID hack?

Thorsten:

You mention you had a hack to search by ID # or said it was easy. Can you share it with us? (admin and public)

Thanks.

Our PMF Board is close to be public! :D
by monkeybot
Tue Nov 22, 2005 5:21 pm
Forum: General discussions
Topic: Database backup problem
Replies: 11
Views: 17941

Thanks for the script! I fixed the DB manually last night. :shock:
I also found that there were some tab characters I had to delete to make the articles valid again.

Great program though. :D
by monkeybot
Tue Nov 22, 2005 12:42 am
Forum: General discussions
Topic: Database backup problem
Replies: 11
Views: 17941

You exactly right. The single quote was not coded correctly. So any article that has a single quote generated an error.
The only backups that I did were with 1.5.2 and 1.5.4 being the last one the most current with heavy editing so I can't go back to the 1.5.2 one.
I better start fixing 1 meg ...
by monkeybot
Mon Nov 21, 2005 11:41 pm
Forum: General discussions
Topic: Database backup problem
Replies: 11
Views: 17941

That's what I did, before I updated the DB I made a fresh backup.
. But I didn't get the error that you mention.


Most of the unloaded records show you "You have an error in your SQL syntax near" embeded near the end of the entry

http://www.traxxas.com/KnBs/snap02.jpg

http://www.traxxas.com ...
by monkeybot
Mon Nov 21, 2005 10:59 pm
Forum: General discussions
Topic: Database backup problem
Replies: 11
Views: 17941

Database backup problem

Updated from 1.5.2 to 1.5.4,
backed up the database .sql
Made some changes on the DB document
Uplodaded DB
Now from 340+ entries, it only shows 190
Tried to upload unchanged DB with same results.
I can see the entries on the backup .sql document but they are not showing up on the faq.

On the admin ...
by monkeybot
Fri Nov 11, 2005 3:49 pm
Forum: General discussions
Topic: Our FAQ board is looking great!
Replies: 0
Views: 7742

Our FAQ board is looking great!

We are just waiting for Thorsten 1.5.4. and 1.6 :wink:

Go Thorsten! :mrgreen:
by monkeybot
Tue Nov 08, 2005 3:59 pm
Forum: General discussions
Topic: Search Author or Article ID
Replies: 2
Views: 4889

Thorsten:

Can you show us how to add this ID search to the admin area as well as the public? This will make finding articles for editing a lot easier.

Thanks.
by monkeybot
Tue Oct 25, 2005 4:16 pm
Forum: Bug reports
Topic: Search bug
Replies: 1
Views: 4880

Search bug

if you add a slash between words after another word the search will show nothing or errors:

My example was shifting forward/reverse but you can get equal results with s f/r or something similar.