vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBulletin-Yellow Pages with advertising management (https://vborg.vbsupport.ru/showthread.php?t=256995)

rootsxrocks 06-18-2011 03:09 AM

I was able to make the premium service work previously but now I get
PHP Code:

Fatal errorCall to undefined function fetch_catinfo() in /home/xxxxxx/public_html/xxxxxxxxxxxx/vbyellowpage.php on line 3809 

any hints
This bit here I think is 3809 "$parentcat = fetch_catinfo($catinfo['parentid']);"


PHP Code:

 if ($catinfo['parentid'] != -1)
 {
  
$parentcat fetch_catinfo($catinfo['parentid']);
  
construct_vbyellowpage_category_url($parentcat);
  
$navbits["$parentcat[url]"] = $parentcat['name'];
 }
 
$navbits["$catinfo[url]"] = $catinfo['name'];
 
$navbits["$entry[url]"] = $entry['name']; 

I have a few request, but perhaps its just some edits I have to do.
is it necessary to have the labels thumb and banner ?
Can the thumbnail be located more directly under or next to the link instead of being centered and disassociated by being in a box

Mark4865 06-19-2011 01:59 PM

Hello Vossi,

I am coming up with an error message which I have been advised is a problem between your two mods being Yellow Pages and Link Directory, can you tell me how to fix this.

regards and thanks

Mark

Fatal error: Cannot redeclare fetch_table_dump_sql() (previously declared in /var/www/clients/client11/web26/web/includes/adminfunctions_vbyellowpage.php:150) in /var/www/clients/client11/web26/web/includes/adminfunctions_vblinklist.php on line 168

Mark4865 06-20-2011 09:00 PM

Vossi any chance you can answer my query on error issue it is a big problem for me as it comes up when people are trying to register using a paid subscription

DirtRider 06-21-2011 09:15 AM

I am still sitting with the following issues that I reported on 22 Mar 2011, 05:06. Never did get any sort of fix on this one so I am wondering if this issue will be fixed in this next release

Quote:

Originally Posted by DirtBanger (Post 2174360)
No well then I don't know because I have the same issue as you and thought maybe it was because I was missing that file. The funny thing now that you mentioned that you have that file from another mod I download "vBulletin-Glossary" mod and uploaded the missing file. However when I post a new entry I get this

Code:

Warning: Invalid argument supplied for foreach() in [path]/vbyellowpage.php on line 1410
If I delete it then I still get this error

Code:

Warning: Invalid argument supplied for foreach() in [path]/vbyellowpage.php on line 1410

And this

Quote:

Originally Posted by BadgerDog (Post 2174336)
Thanks .. :)

Under "Premium" settings, when I click places to put ads such as "under navbar" etc., nothing ever appears regardless of where I try to show them?

I'm using 4.04 so am I missing something? :confused:

Regards,
Doug

Vossi did you manage to have a look at this for us this weekend?

Mark4865 06-23-2011 06:58 AM

Hello Vossi,

really need help here please errors below mean we cant launch our website until fixed

Fatal error: Cannot redeclare fetch_table_dump_sql() (previously declared in /var/www/clients/client11/web26/web/includes/adminfunctions_vbyellowpage.php:150) in /var/www/clients/client11/web26/web/includes/adminfunctions_vblinklist.php on line 168

StudentCreche 06-24-2011 10:37 PM

Quote:

Originally Posted by rootsxrocks (Post 2209275)
I was able to make the premium service work previously but now I get
PHP Code:

Fatal errorCall to undefined function fetch_catinfo() in /home/xxxxxx/public_html/xxxxxxxxxxxx/vbyellowpage.php on line 3809 

any hints
This bit here I think is 3809 "$parentcat = fetch_catinfo($catinfo['parentid']);"

I also get this problem. Someone help us please...

paulket 06-25-2011 03:03 PM

Quote:

Originally Posted by Vossi (Post 2207573)
I'm going to release 4.1.4-Version of my addons, but it'll take a few days. Besides the problem with the new editor there are also problems with the attachments as vBulletin also changed things in packages. :(

This was posted on the 14th of June. Is there a date that a 4.1.4 compatible working version will be released? If you have given up on this mod, Vossi, please let us know so we may do the same.

Updating VB to 4.1.4 has been a huge disappointment :(

Mark4865 06-25-2011 04:23 PM

"If you have given up on this mod, Vossi, please let us know so we may do the same."

Really like your mods Vossi but agree with above, I will also have to uninstall if you have decided not to support them any more, hope this is not the case as I think you do really great work

Mark4865 06-26-2011 04:10 PM

Hello Vossi,

Sorry to chase you but as your code is protected no one can fix this but you. Please help here

thanks

woffie 06-27-2011 09:28 AM

For those of you that are using this mod, there is a way around the error. Enter all your info. Before you submit the listing, change to the standard editor instead of the WYSIWYG editor and the listing will go through.

rootsxrocks 06-27-2011 03:58 PM

it had great potential, but I too think I will look for another method. I think that Easy Formshttps://vborg.vbsupport.ru/showthread.php?t=234385 may be able to handle the entries and then promote the approved ones to the CMS which I have already structured for a directory.

Mark4865 06-27-2011 04:30 PM

Any one else having this error?????????????

Fatal error: Cannot redeclare fetch_table_dump_sql() (previously declared in /var/www/clients/client11/web26/web/includes/adminfunctions_vbyellowpage.php:150) in /var/www/clients/client11/web26/web/includes/adminfunctions_vblinklist.php on line 168

vbresults 06-27-2011 06:01 PM

Quote:

Originally Posted by Mark4865 (Post 2213603)
Any one else having this error?????????????

Fatal error: Cannot redeclare fetch_table_dump_sql() (previously declared in /var/www/clients/client11/web26/web/includes/adminfunctions_vbyellowpage.php:150) in /var/www/clients/client11/web26/web/includes/adminfunctions_vblinklist.php on line 168

Want to confirm this is a conflicting function name error between the two mods. I suggest the author puts the functions in classes as public static methods to resolve this, or create a utility/function mod and make it a dependency for both the yellow pages and link list mods.

Mark4865 06-27-2011 08:23 PM

thanks for input Lancerforhire hopefully the author will consider addressing the problem as it is causing a serious issue for me and I would really like to keep the mods installed

Mark4865 06-29-2011 07:17 AM

Vossi any support still on this mod???

woffie 07-05-2011 06:11 PM

Quote:

Originally Posted by rootsxrocks (Post 2213583)
it had great potential, but I too think I will look for another method. I think that Easy Formshttps://vborg.vbsupport.ru/showthread.php?t=234385 may be able to handle the entries and then promote the approved ones to the CMS which I have already structured for a directory.

That has issues too. It is not compatible with the latest version of IE. Besides, it does not have the google map feature, the website preview and banner feature.

DirtRider 07-06-2011 02:13 AM

Well it looks like this mod is now dead with no support. So if anyone has ideas on what other mod I could use in place of this please let me know

Mark4865 07-06-2011 05:27 AM

Vossi any chance you are going to continue to support this???????????????

paulket 07-06-2011 08:22 AM

Quote:

Originally Posted by DirtBanger (Post 2217272)
Well it looks like this mod is now dead with no support. So if anyone has ideas on what other mod I could use in place of this please let me know

I would love to know as well.

This is another mod that should be sent to the graveyard.

rootsxrocks 07-07-2011 01:13 AM

Quote:

Originally Posted by woffie (Post 2217121)
That has issues too. It is not compatible with the latest version of IE. Besides, it does not have the google map feature, the website preview and banner feature.

Yep your right it only has part of the package.
it seems there is a serious demand for it and it was suggested to be in 4.1 per a post in this thread https://vborg.vbsupport.ru/showthread.php?t=265270 and I had thought that the CMS would be perfect as I understood it site unseen in the pre sale.

Mark4865 07-07-2011 05:40 AM

cant understand why Vossi said he was upgrading it and then no support or feedback???

Mark4865 07-11-2011 10:11 AM

Vossi please confirm if you are going to support this mod

woffie 07-11-2011 04:01 PM

I don't think he is going to support it.

BadgerDog 07-11-2011 05:11 PM

Quote:

Originally Posted by woffie (Post 2219349)
I don't think he is going to support it.

That's unfortunate ... we had even donated through PayPal for this and his vbLinks mod ... :(

I guess we're either stuck with 4.1.3 of vBulletin using this mod, or upgrade to 4.1.4 and have to uninstall both of his mods ...

Regards,
Doug

Mark4865 07-11-2011 09:04 PM

Looks like I will have to uninstall both mods as I am getting error below and Vossi seems to be not supporting his mods anymore, pity as I reallly liked them.

Fatal error: Cannot redeclare fetch_table_dump_sql() (previously declared in /var/www/clients/client11/web26/web/includes/adminfunctions_vbyellowpage.php:150) in /var/www/clients/client11/web26/web/includes/adminfunctions_vblinklist.php on line 168

michal72 07-12-2011 07:36 PM

Quote:

Originally Posted by Mark4865 (Post 2207008)
Anyone get this working using 4.1.4

Mark,
Now I’m testing on 4.1.4 and I don't have any major problems. I can create new entry, edit existing one or add comment.
The only problem is to edit a comment. There is no editor window on the page.

BR

Mark4865 07-13-2011 06:57 AM

Thanks for input Michal72

I unfortunately still have major errors with both these mods and Vossi seems to have vanished

michal72 07-13-2011 08:14 AM

I have only Yellow Pages installed. Maybe this is the source of the problem- two mods on the same instance.

woffie 07-24-2011 01:04 AM

No, This mod is not setup to use the new editor. This mod works fine if you do not use WYSIWYG.

bjarne2 07-25-2011 01:01 PM

No this is a mod that has been converted from an old vBulletin 3.5 you can not even delete items and there is no imaging. It was not there in 3.5 :down:

woffie 07-25-2011 02:33 PM

Quote:

Originally Posted by bjarne2 (Post 2224771)
No this is a mod that has been converted from an old vBulletin 3.5 you can not even delete items and there is no imaging. It was not there in 3.5 :down:

I have been able to delete items and images work just fine for me.

http://charismaticcentral.com/forums/branchenbuch/

http://charismaticcentral.com/forums...embly-god.html

bjarne2 07-26-2011 05:57 AM

You use Banner as pictures, and do not use to upload images.

Mark4865 07-26-2011 08:02 AM

I also cant get images to work they just come up as links which is no good

DeLiRDiM 07-30-2011 08:46 PM

Quote:

Originally Posted by your24hourstore (Post 2152390)
needs to look like this to avoid confusion

Please explain what you must do as you tell it to be

DeLiRDiM 07-30-2011 09:34 PM

Quote:

Originally Posted by woffie (Post 2224801)

How do we solve the problem of sliding text editor. pls tell me.

bjarne2 07-31-2011 07:11 AM

If you right click on the entry page, you can see all the code for buttons the editor. Problem is you have bugs in this code:

Code:

<script type="text/javascript" src=" http://charismaticcentral.com/forums/clientscript/ckeditor/ckeditor.js?t=A7HG4HT&amp;v=415"></script><script type="text/javascript" src=" http://charismaticcentral.com/forums/clientscript/vbulletin_textedit.js?v=415"></script>
There is space between scr=" and http

I drive without http but only with /forums /clientscript

DeLiRDiM 07-31-2011 09:55 AM

Quote:

Originally Posted by bjarne2 (Post 2227155)
If you right click on the entry page, you can see all the code for buttons the editor. Problem is you have bugs in this code:

Code:

<script type="text/javascript" src=" http://charismaticcentral.com/forums/clientscript/ckeditor/ckeditor.js?t=A7HG4HT&amp;v=415"></script><script type="text/javascript" src=" http://charismaticcentral.com/forums/clientscript/vbulletin_textedit.js?v=415"></script>
There is space between scr=" and http

I drive without http but only with /forums /clientscript


where can I change this code. search templates do not come. thanks. pls can you help me my friend

woffie 08-01-2011 04:02 PM

Quote:

Originally Posted by bjarne2 (Post 2225070)
You use Banner as pictures, and do not use to upload images.

No, did you not see the facebook and phone images in the one link?

crowshead 08-02-2011 05:57 PM

i am having the following problems:

1. i cant edit a users submission - i ge the error that i dont have permission to access that page

Info:
vBulletin version 4.0.8 Patch Level 2
vBulletin-YellowPage Version 1.0.2 (English)
all permissions for my account are set for yes as admin

what do i do??

woffie 08-05-2011 07:11 PM

Quote:

Originally Posted by crowshead (Post 2228281)
i am having the following problems:

1. i cant edit a users submission - i ge the error that i dont have permission to access that page

Info:
vBulletin version 4.0.8 Patch Level 2
vBulletin-YellowPage Version 1.0.2 (English)
all permissions for my account are set for yes as admin

what do i do??

What you have to do is change ownership of the listing. It wont let you change it if you are not the owner (Stupid thing in this mod). You can then change the listing ownership back to the original poster.


All times are GMT. The time now is 04:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01832 seconds
  • Memory Usage 1,848KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_php_printable
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete