Category: CMS

0

wp-blog-header.php error [function.require]:failed to open stream

You have installed WordPress and are seeing the following error: Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in “\xyz\xyz.com\wwwroot\index.php” on line 17 Warning: require(./wp-blog-header.php) [function.require]: failed to open stream:...

0

PhpBB forms

phpBB(FORUMS): configure php with mysql i.e(./configure –with-mysql) wget http://www.phpbb.com/files/release/phpBB-3.0.8.tar.bz2 bunzip2 phpBB-3.0.8.tar.bz2 tar -xvf phpBB-3.0.8.tar cp -R  phpBB3 /usr/local/apache/htdocs/ change the document root in the virtual hosts where the phpbb3 resides restart apache http://192.168.2.123/phpBB3 (type...

0

gallery

GALLERY2: wget http://nchc.dl.sourceforge.net/project/gallery/gallery2/2.3/gallery-2.3-full.tar.gz 1.yum install mysql* 2.service mysqld start mysql>  create database gallery2; mysql>  show databases; mysql> use databases; mysql> CREATE USER ‘exampleoo’@’localhost’ IDENTIFIED BY ‘exampleoo’; mysql> GRANT ALL PRIVILEGES ON .* TO ‘exampleoo’@’localhost’ ...