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)
-   -   Major Additions - vbRides ? Garage (https://vborg.vbsupport.ru/showthread.php?t=313438)

rcull 05-22-2017 05:37 PM

Do you need 7.1?

I have had similar problems, you should only run as new a PHP version as you need to run the programs you are using.

If not you should be able to roll it back in your Cpanel. I think your host can even roll it back for certain programs. You could ask them.

I am probably going to abandon this plugin too:(

By the way, I don't know nut'in, so hopefully someone else will give you better help!

MarkFL 05-22-2017 05:43 PM

I would think the errors/warning are due to deprecated function, and in many cases the scripts/plugins can be edited to rewrite the deprecated functions in terms of non-deprecated functions.

Sal Collaziano 05-22-2017 05:46 PM

Interesting... Well... I upgraded to the latest version of vBulletin to keep up to date and figured I'd jump to PHP 7.1 while I was at it. So far this is the only piece of my puzzle that's not working. I'd like to keep it running but it's not absolutely necessary. I guess if there's no fix I'll close it down. But it IS a nice feature and I do like using it. I hope somebody comes up with a fix some time soon...

MarkFL 05-22-2017 05:50 PM

Quote:

Originally Posted by Sal Collaziano (Post 2586792)
Interesting... Well... I upgraded to the latest version of vBulletin to keep up to date and figured I'd jump to PHP 7.1 while I was at it. So far this is the only piece of my puzzle that's not working. I'd like to keep it running but it's not absolutely necessary. I guess if there's no fix I'll close it down. But it IS a nice feature and I do like using it. I hope somebody comes up with a fix some time soon...

What errors are you getting? I'd like to help resolve these if I can. :)

Sal Collaziano 05-22-2017 05:51 PM

Quote:

Originally Posted by MarkFL (Post 2586793)
What errors are you getting? I'd like to help resolve these if I can. :)

Thank you. When I attempt to moderate a new ride. For example, if I try to reject one, I get the following error:

syntax error, unexpected '/', expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) on line 4 in /home/username/public_html/forum/vbrides_modcp.php(254) : eval()'d code
#0 {main}

Sal Collaziano 05-22-2017 05:53 PM

To note, approving works fine...

MarkFL 05-22-2017 06:01 PM

Quote:

Originally Posted by Sal Collaziano (Post 2586794)
Thank you. When I attempt to moderate a new ride. For example, if I try to reject one, I get the following error:

syntax error, unexpected '/', expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) on line 4 in /home/username/public_html/forum/vbrides_modcp.php(254) : eval()'d code
#0 {main}

I'll have to download and install this product on my local dev site to investigate this. I will let you know what I find when I do this tonight. :)

Sal Collaziano 05-22-2017 06:02 PM

Quote:

Originally Posted by MarkFL (Post 2586796)
I'll have to download and install this product on my local dev site to investigate this. I will let you know what I find when I do this tonight. :)

Thank you very much! I appreciate it! :)

MarkFL 05-23-2017 01:00 AM

Quote:

Originally Posted by Sal Collaziano (Post 2586797)
Thank you very much! I appreciate it! :)

Okay, I installed the product, and encountered the same error you reported when rejecting a ride.

To resolve this issue, locate the file "vbrides_modcp.php" and locate line 254 which reads:

PHP Code:

        eval(fetch_email_phrases('vbrides_mail_delete_ride'$userinfo['languageid'])); 

Change this line to read:

PHP Code:

        fetch_email_phrases('vbrides_mail_delete_ride'$userinfo['languageid']); 

Once I did that, the rejection process functioned correctly. :)

Sal Collaziano 05-23-2017 11:21 AM

That did it! Thank you very much! I hope the developer makes this change for those using the latest versions of PHP...

Quote:

Originally Posted by MarkFL (Post 2586806)
Okay, I installed the product, and encountered the same error you reported when rejecting a ride.

To resolve this issue, locate the file "vbrides_modcp.php" and locate line 254 which reads:

PHP Code:

        eval(fetch_email_phrases('vbrides_mail_delete_ride'$userinfo['languageid'])); 

Change this line to read:

PHP Code:

        fetch_email_phrases('vbrides_mail_delete_ride'$userinfo['languageid']); 

Once I did that, the rejection process functioned correctly. :)



All times are GMT. The time now is 09:23 PM.

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.01280 seconds
  • Memory Usage 1,752KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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