Search found 27 matches

by Remo
Mon Jun 22, 2015 7:32 pm
Forum: Webserver and configuration
Topic: Installation Trouble
Replies: 26
Views: 34179

Re: Installation Trouble

2015-06-22 20:28:15: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Fatal error: Uncaught exception 'Exception' with message 'Unable to open database: unable to open database file' in /var/www/phpmyfaq/inc/PMF/DB/Sqlite3.php:72
2015-06-22 20:28:15: (mod_fastcgi.c.2673) FastCGI-stderr: Stack trace:
2015-06 ...
by Remo
Mon Jun 22, 2015 7:19 pm
Forum: Webserver and configuration
Topic: Installation Trouble
Replies: 26
Views: 34179

Re: Installation Trouble

I tryed all permissions, and

chmod -R 777/var/www/phpmyfaq
chown -R www-data:www-data /var/www/phpmyfaq

lighttpd run'als www-data.
rene@rene-VirtualBox:/var/www/faq$ ps -eaf | grep lightt
www-data 3446 1176 0 20:15 ? 00:00:00 /usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf
by Remo
Mon Jun 22, 2015 7:08 pm
Forum: Webserver and configuration
Topic: Installation Trouble
Replies: 26
Views: 34179

Re: Installation Trouble

2015-06-22 20:05:28: (mod_fastcgi.c.2673) FastCGI-stderr: PHP Fatal error: Uncaught exception 'Exception' with message 'Unable to open database: unable to open database file' in /var/www/phpmyfaq/inc/PMF/DB/Sqlite3.php:72
2015-06-22 20:05:28: (mod_fastcgi.c.2673) FastCGI-stderr: Stack trace:
2015-06 ...
by Remo
Mon Jun 22, 2015 6:52 pm
Forum: Webserver and configuration
Topic: Installation Trouble
Replies: 26
Views: 34179

Re: Installation Trouble

I need to create a database file by hand ?
by Remo
Mon Jun 22, 2015 6:04 pm
Forum: Webserver and configuration
Topic: Installation Trouble
Replies: 26
Views: 34179

Re: Installation Trouble

Hi, I am still unable to get trough this setup.
phpMyFaq 2.8.23
php5 5.5.12
sqlite3 3.8.6
lighttpd 1.4.23

Getting exact the same result.
2015-06-22 18:38:27: (mod_fastcgi.c.2673) FastCGI-stderr: Stack trace:
2015-06-22 18:38:27: (mod_fastcgi.c.2673) FastCGI-stderr: #0 /var/www/phpmyfaq/inc/PMF/DB ...
by Remo
Fri Oct 17, 2014 9:26 am
Forum: Webserver and configuration
Topic: Installation Trouble
Replies: 26
Views: 34179

Re: Installation Trouble

I installed 2.8.15.
The result is the same.
Do I need to do something before running this setup ?
I mean user names, create database, or whaterver ?
php en sqlite is installed.
by Remo
Fri Sep 19, 2014 11:25 am
Forum: Webserver and configuration
Topic: Installation Trouble
Replies: 26
Views: 34179

Installation Trouble

Hello,

I am trying to setup phpmyfaq, since the sparc-solaris installation is getting too old.
Now an intel machine with lubuntu installed is subjecto for new phpMyFaq.
I installed the latest version phpMyFaq, together with the php and sclite3 database and lighttpd webserver.
While I am able to run ...
by Remo
Thu Feb 24, 2011 12:06 pm
Forum: Webserver and configuration
Topic: Newbie Digibeet: Installing phpMyFaq on Suse 11.2
Replies: 8
Views: 20083

Re: Newbie Digibeet: Installing phpMyFaq on Suse 11.2

Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes, Yes,

I found it.

From php.ini: session.save_path = "/var/lib/php5"

Permission of directory ...
by Remo
Thu Feb 24, 2011 11:40 am
Forum: Webserver and configuration
Topic: Newbie Digibeet: Installing phpMyFaq on Suse 11.2
Replies: 8
Views: 20083

Re: Newbie Digibeet: Installing phpMyFaq on Suse 11.2

phpMyFAQ Codename Portia
Logged in as (admin)
Time to your session expiration: Loading...



System Information

phpMyFAQ Version phpMyFAQ 2.6.14
Server Software lighttpd/1.4.26
PHP Version PHP 5.3.3
Register Globals off
Safe Mode off
Open Basedir off
Database Server Sqlite
Database Client Version ...
by Remo
Sat Feb 19, 2011 11:36 pm
Forum: Webserver and configuration
Topic: Newbie Digibeet: Installing phpMyFaq on Suse 11.2
Replies: 8
Views: 20083

Re: Newbie Digibeet: Installing phpMyFaq on Suse 11.2

in stead of adding
fastcgi.server = ( ".php" => ((
"bin-path" => "/usr/bin/php-cgi",
"socket" => "/tmp/php.socket"
in /etc/lighttpd/ligttpd.conf

It seems that uncomment these lines in /etc/lighttpd/conv.d/fastcgi.conf also works
This is what is standard in the file, but commented out ...
by Remo
Sat Feb 19, 2011 7:33 pm
Forum: Webserver and configuration
Topic: Newbie Digibeet: Installing phpMyFaq on Suse 11.2
Replies: 8
Views: 20083

Re: Newbie Digibeet: Installing phpMyFaq on Suse 11.2

This I had to add to the lichttpd.conf.

fastcgi.server = ( ".php" => ((
"bin-path" => "/usr/bin/php-cgi",
"socket" => "/tmp/php.socket"
)))

I think it should go somewhere in the /etc/lighttpd/conf.d, but I don't know in what file.
Whithout it, the page give "Error 403 Forbidden"

You see, This ...
by Remo
Fri Feb 18, 2011 8:12 pm
Forum: Webserver and configuration
Topic: Newbie Digibeet: Installing phpMyFaq on Suse 11.2
Replies: 8
Views: 20083

Newbie Digibeet: Installing phpMyFaq on Suse 11.2

Hello,

I read about phpMyFaq in linux magazine, and found it interesting, maybe to start as tool for my own notes.
I am using Suse 11.2 and 11.3.
This installation was not an easy task. It certainly does not run "out of the box". Altough I notice, the author has really tried to
make it as simple as ...