uninstall youtube problem

i have problem with youtube component with database, i try to uninstall with:

mysite\ray\modules\youtube\integration\rollback.php

bu i have this error:

Warning: require_once(ray/modules/global/inc/constants.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\...\ray\modules\global\inc\content.inc.php on line 12

Fatal error: require_once() [function.require]: Failed opening required 'ray/modules/global/inc/constants.inc.php' (include_path='.;C:\Program Files\PHP\PEAR') in C:\...\ray\modules\global\inc\content.inc.php on line 12

why? can you help me?

Quote · 26 Jun 2009

Ther error says that : \ray\modules\global\inc\content.inc.php is not in that map. Look on your ftp if the file is into this map, if not take it from your installatie pack on your pc and upload it to this map.

Kids first
Quote · 26 Jun 2009

sorry, but i have written a incorrect post, my error is:

Warning: require_once(ray/modules/global/inc/xml.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\...\ray\modules\global\inc\content.inc.php on line 11

Fatal error: require_once() [function.require]: Failed opening required 'ray/modules/global/inc/xml.inc.php' (include_path='.;C:\Program Files\PHP\PEAR') in C:\...\ray\modules\global\inc\content.inc.php on line 11

i  comment the 11 line so give me error for 12 line.

i  have controlled and i have all the files, maybe is a probelm of path, from 10 line i have:

require_once('header.inc.php');
require_once($sIncPath . "xml.inc.php");
require_once($sIncPath . "constants.inc.php");
require_once($sIncPath . "functions.inc.php");
require_once($sIncPath . "apiFunctions.inc.php");

someone can help me?

Quote · 27 Jun 2009

The answer is still the same as what killerhaai has given you, only the file name has changed.  Go into your FTP Client and look for ray/modules/global/inc/xml.inc.php   If the file is not there, then upload it to your server and then run the rollback.

 

Also, word to the wise for the new kiddies, if your running any of the Rayz Add-on Widgets (Such as YouTube, Global Videos, Radios and so on) then when you do your install make sure you delete the ray/modules/Widgetname/integration/rollback.php file from your server or give it triple zero permissions.  This file will allow anyone to delete your widget that feels like it.

 

 

Quote · 27 Jun 2009

The answer is still the same as what killerhaai has given you, only the file name has changed.  Go into your FTP Client and look for ray/modules/global/inc/xml.inc.php   If the file is not there, then upload it to your server and then run the rollback.

Also, word to the wise for the new kiddies, if your running any of the Rayz Add-on Widgets (Such as YouTube, Global Videos, Radios and so on) then when you do your install make sure you delete the ray/modules/Widgetname/integration/rollback.php file from your server or give it triple zero permissions.  This file will allow anyone to delete your widget that feels like it.

I have all the files! but if i try to lunch http://www.mysite.com/ray/modules/youtube/integration/rollback.php give me this error!!!
i don't understand why!!! can you hel me?

thanks

Quote · 29 Jun 2009

 

 

The answer is still the same as what killerhaai has given you, only the file name has changed.  Go into your FTP Client and look for ray/modules/global/inc/xml.inc.php   If the file is not there, then upload it to your server and then run the rollback.

 

Also, word to the wise for the new kiddies, if your running any of the Rayz Add-on Widgets (Such as YouTube, Global Videos, Radios and so on) then when you do your install make sure you delete the ray/modules/Widgetname/integration/rollback.php file from your server or give it triple zero permissions.  This file will allow anyone to delete your widget that feels like it.

 

 

I have all the files! but if i try to lunch http://www.mysite.com/ray/modules/youtube/integration/rollback.php give me this error!!!
i don't understand why!!! can you hel me?

 

thanks

 

 

Site url please and I'll take a look at it for you

 

Quote · 29 Jun 2009

i have resolved changing the line:

require_once($sIncPath . "xml.inc.php");
in

require_once("xml.inc.php");

maybe the path in $IncPath is incorrect.

thanks

Quote · 29 Jun 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.