vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 08-09-2004, 05:55 AM
swantonio's Avatar
swantonio swantonio is offline
Junior Member
 
Join Date: Aug 2004
Posts: 15
Exclamation please you are in a position to helping thanks me

excused if I do not write well English but I speak only the Italians I have need to understand perche does not work the continuous portale to drmi the following error


Quote:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/share/pear') in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50
I have installed all as manual and now I do not succeed to see the portale and absurdity.

thanks veramete thanks if give one hand to me.

this and the portale http://www.clan-losmuertos.org/Forum/

http://www.clan-losmuertos.org/Forum/links

Last edited by swantonio; 08-09-2004 at 10:52 AM.
  #2  
Old 08-09-2004, 08:07 AM
swantonio's Avatar
swantonio swantonio is offline
Junior Member
 
Join Date: Aug 2004
Posts: 15
Default Re: please give one hand to me

Quote:
Originally Posted by swantonio
excused if I do not write well English but I speak only the Italians I have need to understand perche does not work the continuous portale to drmi the following error




I have installed all as manual and now I do not succeed to see the portale and absurdity.

thanks veramete thanks if give one hand to me.

this and the portale http://www.clan-losmuertos.org/Forum/

http://www.clan-losmuertos.org/Forum/links

help!!!
  #3  
Old 08-09-2004, 10:21 AM
swantonio's Avatar
swantonio swantonio is offline
Junior Member
 
Join Date: Aug 2004
Posts: 15
Default Re: please give one hand to me

I have installed x two times the same product but with in definitaiva always the same error here there e' something that does not go and in attendance and from yesterday that aspect an answer and nobody me from pear tree in order to take the moneies of the product have taken them endured thanks

Quote:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/share/pear') in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50
  #4  
Old 08-09-2004, 10:26 AM
swantonio's Avatar
swantonio swantonio is offline
Junior Member
 
Join Date: Aug 2004
Posts: 15
Default Re: please give one hand to me

[QUOTE<?php
// ++=========================================================================++
// || vBadvanced Links Directory v1.0.0 RC3 ||
// || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved ||
// || This file may not be redistributed in whole or significant part. ||
// || http://vbadvanced.com ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('VBA_SCRIPT', 'links_directory');

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

chdir('/home/web/clatoslx/www.clan-losmuertos.org/Forum/includes/');

// ============================================
// No Further Editing Necessary!
// ============================================

$specialtemplates = array_merge(
array(
'links_d_cache',
'links_mod_cache',
'adv_links_opts'
),
$specialtemplates
);

$globaltemplates = array_merge(
array(
'adv_links_navbar',
'adv_links_directoryjump',
'adv_links_footer'
),
$globaltemplates
);

$phrasegroups = array_merge('adv_links', $phrasegroups);

if ($redirect)
{
header("Location: $redirect");
exit;
}

require_once('./global.php');


require_once('./includes/functions_links.php');

// Check main permissions
if (!($permissions['linkspermissions'] & CANVIEWLINKSDIR))
{
print_adv_no_permission();
}

// Get options & Merge w/ vBa CMPS if necessary
$linksoptions = unserialize($datastore['adv_links_opts']);
if (is_array($vba_options))
{
$vba_options = array_merge($vba_options, $linksoptions);
}
else
{
$vba_options = $linksoptions;
}

unset($linksoptions);

eval('$footer = "' . fetch_template('adv_links_footer') . '";');
eval('$vbfooter = "' . fetch_template('footer') . '";');

if (!defined('VBA_PORTAL'))
{
$headinclude = str_replace(
array(
'"clientscript',
'url(images/',
'name="generator" content="'
),
array(
'"' . $vboptions['bburl'] . '/clientscript',
'url(' . $vboptions['bburl'] . '/images/',
'name="generator" content="vBadvanced, '
),
$headinclude
);
}

$footer .= str_replace(
array(
'"' . $admincpdir . '',
'"' . $modcpdir . '',
'"archive',
'"sendmessage.php'
),
array(
'"' . $vboptions['bburl'] . '/' . $admincpdir . '',
'"' . $vboptions['bburl'] . '/' . $modcpdir . '',
'"' . $vboptions['bburl'] . '/archive',
'"' . $vboptions['bburl'] . '/sendmessage.php'
),
$vbfooter
) . '<' . '!' . '-- ' . 'P' . 'ow' . chr(101) . 'r' . chr(101) . chr(100) . ' ' . 'b' . trim($xmsquar) . 'y v' . chr(98) . 'a' . chr(100) . 'v' . '' . 'a' . '' . 'nc' . chr(101) . chr(100) . ' -->';

if ($shownewpm AND $vboptions['showpm'])
{
eval('$pmscript = "' . fetch_template('pm_popup_script') . '";');
$footer .= str_replace('"private.php', '"' . $vboptions['bburl'] . '/private.php', $pmscript);
}

// First element of navbar
if (THIS_SCRIPT != 'linksindex' AND $vba_options['links_navbarhomelink'])
{
$navbits["$vba_options[links_homeurl]"] = $vba_options['links_title'];
}

// ###################### Show Variables ##############################
if ($vba_options['links_allowreplies'] AND ($permissions['linkspermissions'] & CANREPLYTOLINKS))
{
$show['replylink'] = true;
}
if ($permissions['linkspermissions'] & CANRATELINKS)
{
$show['ratelink'] = true;
}
if ($permissions['linkspermissions'] & CANSEARCHLINKS)
{
$show['searchlinks'] = true;
}
if ($permissions['linkspermissions'] & CANSENDLINKTOFRIEND)
{
$show['sendtofriend'] = true;
}
if ($vba_options['links_browsedropdown'])
{
$show['linkbit_popup'] = true;
}
if ($vba_options['links_showmodcolumn'])
{
$show['modcolumn'] = true;
}
if ($vba_options['links_allowsubscribe'] AND $bbuserinfo['userid'])
{
$show['subscribe'] = true;
}
if ($vba_options['links_allowfav'] AND $bbuserinfo['userid'])
{
$show['favorites'] = true;
}

if ($permissions['adminpermissions'] & CANCONTROLPANEL)
{
$show['modoptions'] = true;
}
elseif (!empty($datastore['links_mod_cache']))
{
foreach (unserialize($datastore['links_mod_cache']) AS $moderator)
{
if ($moderator['userid'] == $bbuserinfo['userid'])
{
$show['modoptions'] = true;
}
}
}

// ############################# Common Globals ############################
globalize($_REQUEST, array('l' => INT, 'linkid' => INT, 'catid' => STR_NOHTML, 'c' => STR_NOHTML));

if (isset($l) AND $l != 0)
{
$linkid = $l;
}

if (isset($c) AND $c != 0)
{
$catid = $c;
}

// ######################### Links Navbar Width ##########################
$lnavrows = 3;
if ($show['favorites'] OR $show['subscribe'])
{
$lnavrows++;
}
if ($vba_options['links_newlinklimit'])
{
$lnavrows++;
}
if ($vba_options['links_poplinklimit'])
{
$lnavrows++;
}
if ($vba_options['links_linktous'])
{
$show['link_to_us'] = true;
$lnavrows++;
}
if ($show['modoptions'])
{
$lnavrows++;
}

$lnavbarwidth = intval(100 / $lnavrows) . '%';

eval('$linksnav = "' . fetch_template('adv_links_navbar') . '";');

// ################# Check For File Modifications / Permissions ########################
if (!$_BITFIELD['usergroup']['linkspermissions'])
{
if ($permissions['adminpermissions'] & CANCONTROLPANEL)
{
$linksnav .= '<table align="center" border="0" cellpadding="' . $stylevar['cellpadding'] . '" cellspacing="' . $stylevar['cellspacing'] . '" class="tborder" width="100%">
<tr>
<td class="tcat">' . $vbphrase['error'] . '</td>
</tr>
<tr>
<td class="alt1">' . $vbphrase['adv_links_warning_file_changes'] . '</td>
</tr>
</table><br />';
}
else
{
vbmail($technicalemail, $vbphrase['adv_links_problem_subject'], $vbphrase['adv_links_warning_file_changes']);
eval(print_standard_error('adv_links_theres_been_a_problem'));
}
}

?>[/QUOTE]
give one hand to me
  #5  
Old 08-09-2004, 10:53 AM
mholtum's Avatar
mholtum mholtum is offline
I ******* single moms.
 
Join Date: May 2004
Location: Tempe, Arizona
Posts: 1,938
Default Re: please give one hand to me

Change this:
Code:
chdir('/home/web/clatoslx/www.clan-losmuertos.org/Forum/includes/');
to this:
Code:
chdir('./forum/');
in your cmps_index.php file
  #6  
Old 08-09-2004, 12:04 PM
swantonio's Avatar
swantonio swantonio is offline
Junior Member
 
Join Date: Aug 2004
Posts: 15
Default Re: please give one hand to me

grazie sei stato grande
  #7  
Old 08-09-2004, 12:38 PM
mholtum's Avatar
mholtum mholtum is offline
I ******* single moms.
 
Join Date: May 2004
Location: Tempe, Arizona
Posts: 1,938
Default Re: please give one hand to me

huh?
  #8  
Old 08-09-2004, 01:32 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: please give one hand to me

Quote:
Originally Posted by mholtum
huh?
I think that's a "Thank You"..... I get "grazie" (thank you) and "grande" (big) but not "sie" or "sato".
  #9  
Old 08-09-2004, 01:45 PM
mholtum's Avatar
mholtum mholtum is offline
I ******* single moms.
 
Join Date: May 2004
Location: Tempe, Arizona
Posts: 1,938
Default Re: please give one hand to me

Yes I did understand that part I was curious as to the entire sentance..
  #10  
Old 08-09-2004, 02:08 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: please give one hand to me

Quote:
Originally Posted by mholtum
Yes I did understand that part I was curious as to the entire sentance..
He lost me on the entire sentence because I thought "sei" was "six" and how a number works into grazie.......
  #11  
Old 08-09-2004, 03:09 PM
swantonio's Avatar
swantonio swantonio is offline
Junior Member
 
Join Date: Aug 2004
Posts: 15
Default Re: please give one hand to me

six state great excuse if I do not speak English now but I have resolved a problem but aspect the attendance that they install it thanks six cmq large.
  #12  
Old 08-09-2004, 03:10 PM
swantonio's Avatar
swantonio swantonio is offline
Junior Member
 
Join Date: Aug 2004
Posts: 15
Default Re: please give one hand to me

http://www.clan-losmuertos.org/Forum/links


non si vede nulla
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Give an option to see certain modules or not. Abe Add-On Modules & Modifications 8 04-01-2005 09:56 PM
OK, I give up.... a CGI script from a PHP module using vb & vba variables. KW802 Troubleshooting / "How do I..." Questions 2 07-26-2004 01:36 PM


All times are GMT -4. The time now is 07:03 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.