avatar_l1den

[ Video Sharing CMS v4 ] Instalare corectă.

Started by l1den,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

l1denTopic starter

Deoarece pe 90mega.com am sute de erori şi nu reuşesc să le rezolv, m-am gândit să-l reinstalez. Cum aş putea să-l  instalez corect?
Menţionez că am mai pus de la rc1 şi rc2 unele peste altele, dar nu funcţionează. Ce fişiere să urc încât să-l pot utiliza?
pHpVibe:
www.99mega.com
www.90mega.com
www.splatporn.com
  •  

Marius P.

Ruleaza asta in sql manager/phpmyadmin
CREATE TABLE IF NOT EXISTS `vibe_langs` (
  `lang_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term` longtext NOT NULL,
  PRIMARY KEY (`lang_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=0 ;



si n-o sa mai ai eroarea aia (e aceeasi) peste tot.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

l1denTopic starter

Superb Mario, mai sunt în header câteva erori? De ele ce-mi spui.
Mulţumesc frumos pentru suport!
pHpVibe:
www.99mega.com
www.90mega.com
www.splatporn.com
  •  

Marius P.

Vezi ca vibe_configul arata asa:
<?php //security check
if( !defined( 'in_phpvibe' ) || (in_phpvibe !== true) ) {
die();
}
/* This is your PHPVibe config file.
 * Edit this file with your own settings following the comments next to each line
 */

/*
 ** MySQL settings - You can get this info from your web host
 */

/** MySQL database username */
define( 'DB_USER', 'vqq_usr' );

/** MySQL database password */
define( 'DB_PASS', 'seo0721x' );

/** The name of the database for YOURLS */
define( 'DB_NAME', 'vqq_vids' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

/** MySQL tables prefix */
define( 'DB_PREFIX', 'vibe_' );

/*
 ** Site options
 */
define( 'PHPVibeKey' , 'V300-PH36-9GPP-FQQW-JSP1');

/** Site url (with end slash, ex: http://www.domain.com/ ) **/
define( 'SITE_URL', 'http://www.videosqq.com/' );
/** Admin folder, rename it and change it here **/
define( 'ADMINCP', 'moderator' );

/** Timezone (uncomment and set your own **/
//date_default_timezone_set('Europe/Bucharest');

/** Arrays with options for logins **/
$conf_twitter = array();
$conf_facebook = array();
$conf_google = array();
//Callback url for twitter
$conf_twitter['oauth_callback'] = SITE_URL.'callback.php?type=twitter';
//Callback url for facebook
$conf_facebook['redirect_uri'] = SITE_URL.'callback.php?type=facebook';
//Callback url for google
$conf_google['return_url'] = SITE_URL.'callback.php?type=google';
//Facebook callback fields(default values, it can be empty)
$conf_facebook['fields'] = 'id,name,first_name,last_name,email';
//Facebook permissions(default values)
$conf_facebook['permissions'] = 'email,publish_stream,user_status,read_stream,read_friendlists';


// URL RULE for PHPVibe
/* You can change the url format here:
Examples: 
/ => http://playviralvideos.com/video/58212/kid-coconutz-she-contemplates-the-beach/ (normal PHPVibe url)
-- => http://playviralvideos.com/video--58212--kid-coconutz-she-contemplates-the-beach/
*/
define( 'url_split', '/' );

// SEO url structure
define( 'video', 'video' );
define( 'videos', 'videos' );
define( 'channel', 'channel' );
define( 'playlist', 'playlist' );
define( 'note', 'note' );
define( 'profile', 'profile' );
define( 'show', 'show' );
define( 'members', 'members' );
define( 'share', 'share' );
define( 'subscriptions', 'subscriptions' );
define( 'manage', 'manage' );
define( 'me', 'me' );
define( 'buzz', 'buzz' );
// Mini video seo excerpts
define( 'mostliked', 'most-liked' );
define( 'mostviewed', 'most-viewed' );
define( 'promoted', 'featured' );
define( 'browse', 'browse' );
/*
 ** Custom settings would go after here.
 */



Scoate ramasitele din celalalt vibe_config de la RC1 (sunt cateva declaratii in plus).


De asemenea, mai trebuie sa pui o tabela:


CREATE TABLE IF NOT EXISTS `vibe_languages` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lang_name` varchar(204) NOT NULL DEFAULT '',
  `lang_code` varchar(64) NOT NULL DEFAULT '',
  `lang_terms` longtext NOT NULL,
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `lang_code` (`lang_code`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=0 ;
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

l1denTopic starter

Funcţionează perfect.

O altă problemă ar fii:
Nu funcţionează google analyticsul dacă-l pun din /moderator.

+ unde găsesc exact headerul? Adică el tot, cu logo, search şi login. Vreau să-l fac fixed. Mersi!
pHpVibe:
www.99mega.com
www.90mega.com
www.splatporn.com
  •  

Marius P.

tpl.globals.php si din /css


I-ai dat clear cache dupe ce l-ai pus in admin?
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)