Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 4:09 pm (All times are UTC )

 




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 411 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 14  Next
Author Message
 Post subject: Re: vBridge released
Posted: Tue Sep 06, 2005 4:24 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 26, 2005 9:15 pm
Posts: 48
Thx for the reply Predator but I asked one more quesiton I have RC2 will I delete it and install RC3 or how can you please summarise it ?


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Tue Sep 06, 2005 4:59 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
rw1 wrote:
Changed the following:

/forums/profile.php - 777
/forums/login.php - 777
/forums/register.php - 777
/forums/admincp/user.php - 777

/templates/****/index.php - 777
/forums/includes/functions.php - 777
/forums/showthread.php - 777

And as i couldnt edit /administrator/components/com_vbridge/patches/installed.list i also changed:

/administrator/components/com_vbridge - 777
/administrator/components/com_vbridge/patches - 777
/administrator/components/com_vbridge/language - 777

and then i changed:

/administrator/components/com_vbridge/patches/installed.list - 777

and made it empty. 

Tried to apply first patch again , got "Success" on everything but when i clicked "Proceed" i got:

Warning: copy(/home/****/public_html/forums/profile.php~): failed to open stream: Permission denied in /home/cidmemb/public_html/administrator/components/com_vbridge/patchhandler.php on line 1143

Warning: copy(/home/****/public_html/forums/login.php~): failed to open stream: Permission denied in /home/****/public_html/administrator/components/com_vbridge/patchhandler.php on line 1143

Warning: copy(/home/****/public_html/forums/register.php~): failed to open stream: Permission denied in /home/****/public_html/administrator/components/com_vbridge/patchhandler.php on line 1143

Warning: copy(/home/****/public_html/forums/admincp/user.php~): failed to open stream: Permission denied in /home/****/public_html/administrator/components/com_vbridge/patchhandler.php on line 1285
Patch Manager::Extracting Patch
Extracting Patch
The Patch was installed successfully. You should now be able to use whatever functionality it adds or changes; or not be able to use functionality it removes.
[ Back ]

And then i tried to install wrapped extension patch and got "Failure" on my template's index.php again even though it has 777 also. 

Any ideas?


Update: 

I clicked proceed anyway on the wrapped extension patch and i got this:

Warning: copy(/home/****/public_html/forums/includes/functions.php~): failed to open stream: Permission denied in /home/****/public_html/administrator/components/com_vbridge/patchhandler.php on line 1143

Warning: copy(/home/****/public_html/forums/showthread.php~): failed to open stream: Permission denied in /home/****/public_html/administrator/components/com_vbridge/patchhandler.php on line 1285
Patch Manager::Extracting Patch
Extracting Patch
The Patch was installed successfully. You should now be able to use whatever functionality it adds or changes; or not be able to use functionality it removes.
[ Back ]




Ok errors are not so big this the bridge can`t write the backupfiles.

For the Theme index.php just add the folloing on the very top of the file before





_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Tue Sep 06, 2005 5:01 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
Anrulz wrote:
Thx for the reply Predator but I asked one more quesiton I have RC2 will I delete it and install RC3 or how can you please summarise it ?


just overwrite the files in the administrator/component/com_vbridge folder with the new files, also


For upgrade to RC3 please make the following changes to the forum/login.php

in line 122-124 ( for vbulletin 3.0.7/ 3.0.8 ) or line 86 -70 ( for vbulletin 3.5 RC2 )find

//
header("Location: ../index.php?option=logout");
//

and replace this with:

//
$lifetime = time() - 1800;
setcookie( "usercookie[username]", " ", $lifetime, "/" );
setcookie( "usercookie[password]", " ", $lifetime, "/" );
setcookie( "usercookie", " ", $lifetime, "/" );
setcookie( "sessioncookie", " ", $lifetime, "/" );
@session_destroy();
//

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Tue Sep 06, 2005 5:14 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
Asphyx wrote:
Sure I can...LOL

http://www.microcade.com



Ok templates are fine reast went without a error?

Most issues in this case is the wrong license number in the vbridge config, you have a login code for the memberarea of vbulletin, this is not the license number the license numer is in your account in the vbulletin memberarea and also on every vbulletin file on the top, can you check this.

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Tue Sep 06, 2005 7:13 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sun Aug 28, 2005 11:23 am
Posts: 866
Location: New York
Hello,

- I thought that installing vBridge would automatically change the colors of Vbulletin (wrapped) to those of your **mbo template.  Is this true? If not how do i change the vBulletin color scheme? 

- After installing vBridge, a little border appeared around the main content area in my template - does anyone know what this is and i how i could get rid of it?

Thankyou. 


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Tue Sep 06, 2005 7:33 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
rw1 wrote:
Hello,

- I thought that installing vBridge would automatically change the colors of Vbulletin (wrapped) to those of your **mbo template.  Is this true? If not how do i change the vBulletin color scheme? 

- After installing vBridge, a little border appeared around the main content area in my template - does anyone know what this is and i how i could get rid of it?

Thankyou. 


If the vBridge does this i guess i would take money for it  ;D ;D

Go into AdminCP Styles & Templates select default Style/Template now you can change every color to fit better with your site.

Little border can be fixed in the vBulletin style for the body tag padding margin set to 0px this must fix it.

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Wed Sep 07, 2005 3:38 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Aug 20, 2005 6:14 am
Posts: 9
I notice the VB forum is now running an RC3 version. Usually it's available for download the next day once they do that.


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Wed Sep 07, 2005 7:37 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
welo wrote:
I notice the VB forum is now running an RC3 version. Usually it's available for download the next day once they do that.


Also notice this normally 2-3 days later comes the release.

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Wed Sep 07, 2005 7:26 pm 
Joomla! Hero
Joomla! Hero
Offline

Joined: Sun Aug 28, 2005 5:03 pm
Posts: 2404
Thanks predator I got it...
But I;m having problems with my search extended component...is this anything you know about or is it just an isolated thing on my end?


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Wed Sep 07, 2005 9:03 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
Asphyx wrote:
Thanks predator I got it...
But I;m having problems with my search extended component...is this anything you know about or is it just an isolated thing on my end?





What problem do you have? The vbulletin is not supported by this component.

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Wed Sep 07, 2005 10:16 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sun Aug 28, 2005 11:23 am
Posts: 866
Location: New York
are there any solutions to the following, ive just installed vBridge RC3 with vBulletin 3.0.8 with **mbo 4.5.2.3 (only had one user in each vBulletin and **mbo before install) :

- cannot log into **mbo admin area with my old **mbo admin username and password, must use vBulletin admin username and password.

- is there anyway to make it so only the main content area refreshes when navigating to and using the forum, rather than the whole page refreshing. 

Thank you. 


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Wed Sep 07, 2005 10:26 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sun Aug 28, 2005 11:23 am
Posts: 866
Location: New York
oh, i knew i forgot something...

also looking for solution to the following:

Before installing vBridge i could have my **mbo site offline but still login to the vBulletin admin area and get into the vBulletin control panel and play around and test settings etc. 

Now i go to vBulletin login, enter my details, and if the **mbo site is offline, then i will go to the **mbo offline page rather the vBulletin admin area. 

Therefore i must have the **mbo site online in order to access the vBulletin control panel. 

Is there any way to avoid this?


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 12:41 am 
Joomla! Hero
Joomla! Hero
Offline

Joined: Sun Aug 28, 2005 5:03 pm
Posts: 2404
No Predator the Search Extended component should have nothing to do with Vbulletin at all...I'm sure my problem has nothing to do with VBridge I was just checking to see if maybe you knew about a potential conflicxt with it...
Don't sweat it...


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 3:29 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Aug 28, 2005 11:14 pm
Posts: 34
rw1 wrote:
oh, i knew i forgot something...

also looking for solution to the following:

Before installing vBridge i could have my **mbo site offline but still login to the vBulletin admin area and get into the vBulletin control panel and play around and test settings etc. 

Now i go to vBulletin login, enter my details, and if the **mbo site is offline, then i will go to the **mbo offline page rather the vBulletin admin area. 

Therefore i must have the **mbo site online in order to access the vBulletin control panel. 

Is there any way to avoid this?


I agree. That needs to be fixed.


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 7:48 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 26, 2005 9:15 pm
Posts: 48
Predator I cant overwrite mambo prevents :(


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 7:53 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
Epox wrote:
rw1 wrote:
oh, i knew i forgot something...

also looking for solution to the following:

Before installing vBridge i could have my **mbo site offline but still login to the vBulletin admin area and get into the vBulletin control panel and play around and test settings etc. 

Now i go to vBulletin login, enter my details, and if the **mbo site is offline, then i will go to the **mbo offline page rather the vBulletin admin area. 

Therefore i must have the **mbo site online in order to access the vBulletin control panel. 

Is there any way to avoid this?


I agree. That needs to be fixed.


Better is the ability to have also a login forum to the offline message, so only admins can log in and see the site ( helps also for setting up a site ) have this suggested before in the old forum.  ;)

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 7:54 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
Anrulz wrote:
Predator I cant overwrite mambo prevents :(


Prevents what?

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 8:38 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Aug 26, 2005 9:15 pm
Posts: 48
prevents me to overwrite , so I cant replace the files


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 9:02 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sun Aug 28, 2005 11:23 am
Posts: 866
Location: New York
Predator wrote:
Epox wrote:
rw1 wrote:
oh, i knew i forgot something...

also looking for solution to the following:

Before installing vBridge i could have my **mbo site offline but still login to the vBulletin admin area and get into the vBulletin control panel and play around and test settings etc. 

Now i go to vBulletin login, enter my details, and if the **mbo site is offline, then i will go to the **mbo offline page rather the vBulletin admin area. 

Therefore i must have the **mbo site online in order to access the vBulletin control panel. 

Is there any way to avoid this?


I agree. That needs to be fixed.


Better is the ability to have also a login forum to the offline message, so only admins can log in and see the site ( helps also for setting up a site ) have this suggested before in the old forum.  ;)


sorry i dont understand this, could u explain again pls?


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 11:21 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
rw1 wrote:
Predator wrote:
Epox wrote:
rw1 wrote:
oh, i knew i forgot something...

also looking for solution to the following:

Before installing vBridge i could have my **mbo site offline but still login to the vBulletin admin area and get into the vBulletin control panel and play around and test settings etc. 

Now i go to vBulletin login, enter my details, and if the **mbo site is offline, then i will go to the **mbo offline page rather the vBulletin admin area. 

Therefore i must have the **mbo site online in order to access the vBulletin control panel. 

Is there any way to avoid this?


I agree. That needs to be fixed.


Better is the ability to have also a login forum to the offline message, so only admins can log in and see the site ( helps also for setting up a site ) have this suggested before in the old forum.  ;)


sorry i dont understand this, could u explain again pls?


Ah a typerror what i mean is, currently if you set the site offline you onyl see the message, i know from XOOPS their we add also a login form to let a selected group be able to login and see the site and work on the site before release for public, so currently you have no choice to do so, if you want to look to your site because you need an overview what to do, you have to set the site online.

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Thu Sep 08, 2005 11:22 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
Anrulz wrote:
prevents me to overwrite , so I cant replace the files


Overwrite what files? components? If you could be please a little more specified what you want to do and what happen, currently i don`t know what you`re talking about  :P

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 9:34 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 09, 2005 8:57 am
Posts: 8
First of all can i apologise if this is the wrong place.

Please forgive this silly question but i dont want to make a mistake here, I have mambo installed at http://www.totallypsp.com/mambo and vbulleting at http://www.totallypsp.com/forum using seperate databases. When i upload files the address is totallypsp.com/public_html/forum and the equivelant for mambo. I understand I have to merge databases to get vbridge working, i have a few questions please.

1) with that current setup is it possible to use vbridge?
2) how do i merge the databases and what are the problem and dangers envolved with that?

Thanks all. Great site... Spencer


Last edited by phOny on Fri Sep 09, 2005 9:39 am, edited 1 time in total.

Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 11:54 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
phOny wrote:
First of all can i apologise if this is the wrong place.

Please forgive this silly question but i dont want to make a mistake here, I have mambo installed at http://www.totallypsp.com/mambo and vbulleting at http://www.totallypsp.com/forum using seperate databases. When i upload files the address is totallypsp.com/public_html/forum and the equivelant for mambo. I understand I have to merge databases to get vbridge working, i have a few questions please.

1) with that current setup is it possible to use vbridge?
2) how do i merge the databases and what are the problem and dangers envolved with that?

Thanks all. Great site... Spencer


Hi Spencer,

Yes it is possible, vBridge is a component and can be easy installed via Componentinstaller in the Adminbackend of Mambo.

But make everytime backups of you database and better test first local before start to test it online.


For merging databases here a small howto which a user of vBridge wrote:

How To Import and Export Data From A Database

Importing Data

In the left side menu of the phpMyAdmin screen, click on your domain name.

On the right (largest) area of the screen, click on the SQL tab (second tab from the left).

Now you should see a large text box and a smaller one-line text box under it. Here you have two choices. You can cut and paste the SQL data into the large text box or you can click the Browse button next to the smaller text box and find the file containing the database data you wish to import. Be sure that the file is in plain ASCII text. If you had exported the database previously, then you will have to extract the file from the zip, gzip or bzip file before you can import it. Note that you can not import XML files. Click the Go button to import the data into your database.

Exporting and Backing Up Data

In the left side menu of the phpMyAdmin screen, click on your domain name.

On the right (largest) area of the screen, click on the Export tab (third tab from the left). You will be taken to a screen where you can export your data.

From the list box under the heading View dump (schema) of database you can select what tables you wish to back up or export. To select more than one, hold down the CTRL key and click on the additional tables you wish to export. Alternatively, you can click on the Select All link just to the bottom right of the list box.

On the right side of the list box you have several options to choose from to export your database:

    Structure only: This exports only the table structures (ie. the way each table is set up) but not the data from all the tables that you selected from the list box.

    Structure and data: This exports the entire structure and all the data in each table that you selected from the list box.

    Data only: This exports only the table data and not the tables themselves or their settings. Export to XML format: This exports all tables, structures, and data into XML format for use in XML-based applications.

Which one should you choose? If you're not sure, then Structure and data is the best to use if you want to back up your entire data and structures of all tables you have selected from the list box.

Under the list box you will see more options:

    Add 'drop table': Check this box if you want to create a backup which when imported back into the database will not merge but delete tables and data of the same name, and replace them with the tables and data from the backup. This is nice for backups because you can ensure that no possible corruption from the previous database would be left over when you replace it with your backup.

    Complete inserts: This adds the column name for each INSERT command. This results in a bigger file, but better documentation when your table and data is inserted into the database if you decide to import this file later.

    Extended inserts: This will result in a smaller file size because the INSERT verb and table name is used only once.

    Enclose table and field names with backquotes: Use this option if you have special characters in your table names and want to protect them from being imported wrong later.

    Save as file: You get three choices here:

        Use zipped if you are downloading your database backup to a windows machine. You can then use an unzip utility like WinZip to extract the database backup file.

        Use gzipped if you are using a Linux or Unix machine and your database is too big for normal text download but not too big.

        Use bzipped if you are using a Linux or Unix machine and you are downloading a very large database. bzip and gzip are tools that come already installed on most Linux and Unix machines. The bzip format compresses the files more.

        In addition, you can leave the box unchecked and you will be downloading a plain ASCII text version of your database backup, which does not need extracting with a special tool. Use this feature if your database is rather small.

Once you've made your choices, simply click the Go button to start your download. The larger the database, the longer you may have to wait before the download starts, especially if you are using one of the compression methods mentioned above.

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 12:28 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 09, 2005 8:57 am
Posts: 8
Thats great, Thanks so much for your hard work and your speedy reply. Very best wishes.


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 1:30 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 09, 2005 8:57 am
Posts: 8
Excuse the double post but I have a problem, I merged tha databases ok and after 1 small problem which was fixed by adding my vbulletin database username to the mambo database (they had different usernames) i now have another problem, I went to intall the component and I got an error, I was very silly and didnt make a note of the error... I went to install it again to get the message to post it here and it wont let me re-install as it says its already being used and i cant uninstall as it says there are no components installed... please help! Thanks. Spencer


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 2:48 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 09, 2005 8:57 am
Posts: 8
ok, ive dropped all the mos tables and re-merged the databases... ive gone to re-install the component but i get "Another component is already using directory: "/home/totallyp/public_html/mambo/components/com_vbridge/"" ive tried deleting the components/com_vbridge folder and the administrator/components/com_vbridge folder but the components one just comes back and the admin one wont let me delete it, im really stumped, how do i clear everything so i can attemp the installation again?


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 2:54 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
If you deleted the folder com_vbridge in components and admin/components it is still in the database have a look in the mos_components and find the record for vbridge, delete only this item, than you should be able to reinstall again.

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 3:15 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 09, 2005 8:57 am
Posts: 8
Thanks again, The problem was i was getting a error 550 from the server saying i didnt have permission to remove the folders, dont know why, ive just renamed them to xxx not ideal but it installed this time and im as far as setting the vbulletin settings in the config. Thank you.


Top
  E-mail  
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 3:16 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Aug 17, 2005 10:12 pm
Posts: 1686
Location: Germany-Bad Abbach
phOny wrote:
Thanks again, The problem was i was getting a error 550 from the server saying i didnt have permission to remove the folders, dont know why, ive just renamed them to xxx not ideal but it installed this time and im as far as setting the vbulletin settings in the config. Thank you.


No prob you`re welcome and that`s also what this forum is for ;)

_________________
The "Humor, Fun and Games" forum has  more than 2500 Posts, so why not build a "Humor, Fun and Games Working" Group?
.....
Malicious tongues say we have this WG right from the start, they call it core team :D


Top
   
 
 Post subject: Re: vBridge released
Posted: Fri Sep 09, 2005 3:45 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Sep 09, 2005 8:57 am
Posts: 8
right, slowly getting there, man i thought i knew about this stuff...lol  :-[ now i get the error "Upload module - Upload Failed
Unrecoverable error "PCLZIP_ERR_BAD_FORMAT (-10)" when i try and install the mod_vbridge_login_v1.02 file, im supposed to select the zip file right? arghhhhhhh lol


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 411 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 14  Next

Quick reply

 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group