 |
 |
 |
Knowledgebase Categories |
|
 |
| The knowledgebase is organized into different categories; please select a category that you are interested in. You can also search the entire knowledgebase by entering keywords in the navigation bar beside this text. |
|
|  |
 | Articles |  |
|
 | Requirements for running Rayzz script !! | |
 | Dear Customers,
Please take a look at the server and PHP configurations to run your RAYZZ script. This would be helpful for you to run our script without any hassle.
Rayzz Server and PHP configurations
====================== |
|
 |
 | How to fix the banner spacing at the Right Side Bar? | |
 | We have fixed the following to give the spacing to the right side section when we display the user_banner2 and user_banner3 in right sidebar.
Steps:
1. root folder/css/screen_orange.css
a. Need to remove the css code specifications for |
|
 |
 | How to fix 406 http error when uploading a video? | |
 | Here is the solution to fix the 406 http error while uploading.
Locate the .htacess file form the Public_html and add the following lines :
secfilterengine off
secfilterscanPOST off
Try uploading the video and it should have get fixed.
|
|
 |
 | How do I create channels for video and audio? | |
 | Login as an admin user, locate video category underneath video management menu.
After, clicking that you will get form to fill up. enter category name, image, description and etc.
The process must be followed for audio category from audio manage |
|
 |
 | How can I swich between french and english language in Rayzz.? | |
 | Here we go :
Please login as webmaster/admin, locate "Manage Language Section" for example : http://yourdomainname.com/admin/editLanguageFile.php and edit the language.
Language switching Option is in the top of the right side bar in every page. |
|
 |
 | How to get rid of "Ip Change Detected"? | |
 | Open the Config file from Common/config.php and locate ( Set the $CFG['auth']['session']['strict']['is_check_ip_diff'] to true;) and change the condition to false.
Here we go : ( Set the $CFG['auth']['session']['strict']['is_check_ip_diff'] to false;) |
|
 |
 | Does Rayzz work only PHP 5 and not less than that? | |
 | Why do I get the following error message when I install the script ?
Fatal error: Call to undefined function: stripos() in /home/tube/public_html/common/config.inc.php on line 73
Solution : You are running extremely outdated version of PHP. Please |
|
 |
 | Youtube video will work for only 1 hour then stop working ! | |
 | Why video google work fine but youtube video will work for only 1 hour then stop working ?
Here is the fix for it :
We have fixed the issue in the latest release of Rayzz(10590).
Fix1:
Fix for this: File: common/configs/config_video.inc.php.
|
|
 |
 | Cannot give rayzz video urls or flv path in external video while uploading | |
 | Issue: Cannot give rayzz video urls or flv path in external video while uploading.
Solution:
File to change: general/ videoUploadPopUp.php
1.Check the function: public function chkIsValidGoogleUrl($field_name, $err_tip = '')
Add the followi |
|
 |
 | Fix for related videos issue ! | |
 |
Issue: No related videos are shown in the view video page
Solution:
File to change: application_top.inc.php
In the function getSearchString($tags)
Replace
$tags= rawurlencode($tags);
with the following code
$tags= rawur |
|
 |
 | mEncoder Issue: couldn't find encoder for codec mp3 | |
 | Issue : "Audio LAVC, couldn't find encoder for codec mp3" is thrown while running the command to convert to flv
Solution:
Use the following command since we are using LAME for mp3
mencoder \videos\soph1.wmv -o soph4.flv -of lavf -oac mp3lame -lameop |
|
 |
 | Static page management in Rayzz 2.x | |
 | Rayzz 2.x – Steps for editing the static page contents:
--------------------------------------------------------------
1. Login as the “webmaster” user.
2. Please open the admin panel.
3. Please click the “Manage Static Pages” link in the left side |
|
 |
 | External Link Shows as 0 in view video page | |
 | Issue: Even when the videos are embedded externally, the no of external links in the view video page shows as 0
Solution:
File Name: videoConfigXmlcode.php
Check the function getVideoRenderCode()
Find the following line
$rs = $thi |
|
 |
 | Showing error as access denied instead of Invalid video id | |
 | Issue : When the video id is not passed or invalid like 567? , it is showing error as access denied. Instead need to show as Invalid video id
Solution:
File to change: general/viewVideo.php
Change 1:
In the method chkValidVideoId
Locate :
if (! |
|
 |
 | The dimension of the banners to be placed in Rayzz 2.x | |
 | The maximum allowed widths of the banners to be placed in Rayzz 2.0 as per http://rayzz.net/rayzzdemo design are given as follows. Since, width will play the vital role in the template appearance, we have given the width only for some banners. Please Not |
|
 |
 | Fixes given for 2.2 Release | |
 | Fixes for Rayzz 2.2
Note: This Article consists of the fixes for the issues in Rayzz 2.2
Issue: The mini audio player shown in admin panel while listing the audios is not working. url: projectpath/admin/musicManage.php?list=musicListAll
Fix:
|
|
 |
 | Fix for the issue: The external videos (using FLV path) not uploading for groups | |
 | Fix:
Change 1:
File to change : videoConfigXmlCode.php
In the function getXmlCode(), locate the following line
switch($this->fields_arr['pg'])
{
case 'groupvideo':
In this block, locate the code:
$video_url = $this->chkIsValid |
|
 |
 | Textarea in safari shows compulsory error even when input is given | |
 | File to change : membersManageBlog.php
Locate:
populateRichTextEdit('message', $manageBlog->getFormField('message'), $manageBlog->isValidFormInputs());
And replace with:
if(strchr(strtolower($_SERVER['HTTP_USER_AGENT']),"safari") == '')
|
|
 |
 | Article List page drops down in IE | |
 | Article List page drops down in IE when the value given for the alt attribute is lengthy. This has been fixed by wrapping the value
File to Change : general/articleList.php
Locate the following line:
|
|
 |
 | Video Player not loading with Rayzz2.3 | |
 | Issue: Video Player is not loading
Fix:
File to change: common/configs/config_video_player.inc.php
change the value given for the player from elite to premium if the Elite player is not purchased
$CFG['admin']['videos']['SelectedPlayer'] = 'el |
|
 |
 | Share and Repeat button in the player shows even when turned off | |
 | Issue: Share and Repeat button in the player shows even when turned off from the admin panel
Fix:
Files to be modified:
videoConfigXmlCode.php, elite_videoConfigXmlCode.php, videoMiniPlayerConfigXmlCode.php
Replace the method selectVideoPlayerSe |
|
 |
 | Admin License Issue | |
 |
Hi,
Issue:
While try to access admin section we get " License Error: Invalid License Key"
Solution:
Please follow the below steps:
1. Download the file common/licens |
|
 |
 | Video Upload Problem | |
 | Hi,
Issue:
Video upload problem
Solution:
1. Check if auto activate and auto encode is turned on
2. If it shows as Internal error occurred or video is not uploaded successfully
|
|
 |
 | Encoders Installation (Mencoder,Mplayer and Flvtool2) | |
 | Mencoder / Mplayer (step 1)
====================
? wget http://www.yourtechtv.com/zin.tar.gz
? gunzip < zin.tar.gz | tar xvf -
? mv mencoder /usr/local/bin/
? mv mplayer /usr/local/bin/
? chmod 755 /usr/local/bin/mencoder /usr/local/bin/mp |
|
 |
 | Ioncube Loader Installation | |
 | Follow the steps for Ioncube Loader Installation:
================================
STEP: I
======
Download the Ioncube loaders:
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
STEP: 2
======
Extract the |
|
 |
 | Blank page after install | |
 | If you are getting a blank white page after you have installed your script then it could mean that your hosting company doesn't support an improved version of mySQL called mySQLi. By default we use this connection because it gives several optimization and |
|
 |
 | Remove Agriya's Copyright Notice | |
 | Each product comes with Agriya's copyright notice in the footer of the software. This is our legal notice that indicates that the software is copyrighted and owned by Agriya and that the website has a license to use our software. Removal of the copyright |
|
 |
 | Supported Web Browsers | |
 | Unless otherwise stated all Agriya's software will support the following browsers:
- Firefox 3.5+
- IE8+
- Chrome 8+
- Safari 5+
- Opera 10+
nb. the + symbol means that the software will support the specified version and above, so although |
|
 |
|
|
|
 |
|
|
 |
|
 |