Search found 70 matches

by calande
Sat Aug 25, 2007 6:45 pm
Forum: General discussions
Topic: Upgrade from 1.6 to 2.0.1 failed
Replies: 16
Views: 23053

Sure, here it is:

Code: Select all

Fatal error: Call to undefined function print_debug_backtrace() in /usr/home/pcbsd/www/faqs.pcbsd.org/inc/PMF_DB/Mysqli.php on line 124
by calande
Sat Aug 25, 2007 6:28 pm
Forum: General discussions
Topic: Upgrade from 1.6 to 2.0.1 failed
Replies: 16
Views: 23053

Thanks Thorsten. I did and now I have this error message:

Code: Select all

Fatal error: Call to a member function fetch_object() on a non-object in /usr/home/pcbsd/www/faqs.pcbsd.org/inc/PMF_DB/Mysqli.php on line 124
TIA.
by calande
Sat Aug 25, 2007 4:56 pm
Forum: General discussions
Topic: Upgrade from 1.6 to 2.0.1 failed
Replies: 16
Views: 23053

I just upgraded a 1.6 version to 2.0.3 but now nothing shows up: http://faqs.pcbsd.org/index.php

Do you know how we could find what went wrong? How could we solve this problem?

Is it possible to export entries from 1.6 and to import them to a 2.0.3 fresh installation?

Thanks :roll:
by calande
Sat Aug 25, 2007 12:41 pm
Forum: Bug reports
Topic: Focus on search field doesn't work as expected
Replies: 2
Views: 7093

Ok, done :)
by calande
Sat Aug 25, 2007 1:40 am
Forum: Bug reports
Topic: Focus on search field doesn't work as expected
Replies: 2
Views: 7093

Focus on search field doesn't work as expected

Hi Thorsten, I'm working on a new look and feel and I found a bug. In the template there's a call to a JS function: <body dir="{dir}" onload="javascript:focusOnSearchField();"> Here's this function: function focusOnSearchField() { if (document.getElementById('searchfield')) { doc...
by calande
Sun Jul 08, 2007 8:07 pm
Forum: Proposals
Topic: No 3-column structure
Replies: 5
Views: 12982

What do you mean by tagcloud? When we list the entries from the same category (ie, here: http://faqs.pcbsd.org/category19.html) there are no images, and we can have a two-column layout too :) Edit: It seems there will be a tagcloud in future versions, this can be in the left pane. I forgot! I'd like...
by calande
Sun Jul 08, 2007 7:19 pm
Forum: Proposals
Topic: No 3-column structure
Replies: 5
Views: 12982

Hi Thorsten :) As I said, for the home page, I would take the latest entries and put them above the "News" section, the right column would only have the top ten entries. Then, for pages other than the home page, I would use a two-column layout (left column + content). Another option, would...
by calande
Sun Jul 08, 2007 5:14 pm
Forum: Proposals
Topic: No 3-column structure
Replies: 5
Views: 12982

No 3-column structure

I think we could use a different layout structure maybe. I'm having problems when images are too wide. They overlap the right border. I'm aware I could resize the images, but there will always be small screens (800x600) on which images will still be too wide. For instance here: http://osresources.co...
by calande
Sat Jul 07, 2007 4:56 pm
Forum: General discussions
Topic: Next version: phpMyFAQ 2.5
Replies: 44
Views: 50008

Thanks Thorsten! Maybe a little bit more Ajax here and there, a nicer default skin, and a cleaned up style sheet :) What about a default skin like this one, but blue? http://faqs.pcbsd.org/ Here's a cleaned-up styte sheet that can be used ;) http://faqs.pcbsd.org/template/style.css If you need help ...
by calande
Mon Jun 25, 2007 10:27 am
Forum: General discussions
Topic: Upgrade from 1.6 to 2.0.1 failed
Replies: 16
Views: 23053

Thanks Thorsten!
by calande
Mon Jun 25, 2007 2:54 am
Forum: General discussions
Topic: Upgrade from 1.6 to 2.0.1 failed
Replies: 16
Views: 23053

Upgrade from 1.6 to 2.0.1 failed

I tried to upgrade from 1.6 to 2.0 a month ago, and it failed, so I decided to revert to 1.6. Now I tried to upgrade from 1.6 to 2.0.1 and it failed again. The installer stoped on step 5 where I only see the gree banner with phpMyFAQ 2.0.1 Update written. There's no content below. When accessing the...
by calande
Sat Jun 16, 2007 2:28 pm
Forum: Bug reports
Topic: Can't deactivate a user account
Replies: 2
Views: 5149

Thanks Thorsten, I reverted to 1.6.11 (I had issued with 2.x)
by calande
Fri Jun 15, 2007 10:10 pm
Forum: Bug reports
Topic: Can't deactivate a user account
Replies: 2
Views: 5149

Can't deactivate a user account

In the admin area, under "User Administration", if I want to remove all priviledges of a user, he gets them all after saving. You need at least one priviledge selected for the rest of them to be disabled. It's quite strange, try it :roll:

Thanks for the effort! :wink:
by calande
Tue May 29, 2007 2:08 am
Forum: General discussions
Topic: Step 5 of installation fails
Replies: 5
Views: 7578

Step 5 of installation fails

I just tried to install phpMyFAQ 2.0 final and step 5 failed: DB error: Table 'osr_phpmyfaq.faqfragen' doesn't exist Query: ALTER TABLE faqfragen RENAME TO faqquestions I had a look at the DB structure, and indeed there's no faqfragen table but there's faqquestions. I'm upgrading from 1.6.x. The con...
by calande
Wed Apr 11, 2007 3:35 am
Forum: General discussions
Topic: Today I have a blank page instead of the FAQ :(
Replies: 5
Views: 6529

Thanks Thorsten, Josh our sysadmin found out. The problem was php was loading the mysql module but not the mysqli module.

:wink: