vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - CND Garage - Timeslips (https://vborg.vbsupport.ru/showthread.php?t=217751)

rob4448585 09-01-2011 04:26 PM

Quote:

Originally Posted by Dylanblitz (Post 2240516)
The vB3 version is not actively developed but I still support it.
So you had the pro version and installed a newer free version on top of it?
It should work ok but I've never actually tried it heh.
If you get a 500 error it will usually generate a log with the actual error that is happening. Either it will be in cPanel logs or it could create a error.log file in the directory with the problem. Just depends on the server setup and error that's happening

Yes I bought 1.0.1 I believe right when it came out.
Then I installed this update on top of it, replacing all the old files with the new ones, and deleting the old files that are no longer needed.
Ran the product, it imported correctly and I see 2.0 in my admin control panel.
I can turn it off and I see it off, but when I turn it on I see 500 error.

I have a dedi server so i can get anything.
I don't see an error.log file in the forums directory or the public_html directory.
I went to my var/log/apache2
and limited my viewing to only garage.php files and this is what I see.

[Thu Sep 01 10:02:27 2011] [notice] Apache/2.2.13 (Linux/SUSE) mod_ssl/2.2.13 OpenSSL/0.9.8k PHP/5.3.3 configured -- resuming normal operations
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/rob/public_html/forums/includes/init.php on line 49, referer: http://www.xxxxxxxxx.com/forums/garage.php

PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/rob/public_html/forums/includes/class_core.php on line 2529, referer: http://www.xxxxxxxxx.com/forums/garage.php


PHP Fatal error: Call to undefined function new_mod_block() in /home/rob/public_html/forums/garage.php on line 297, referer: http://www.xxxxxxxxx.com/forums/usercp.php


I know its not the deprecated stuff as that is a PHP5 issue.
The Fatal error seems to be the issue...... hopefully that makes sense to you??

Thank you for an awesome product and still supporting us VB3 guys.

rob4448585 09-01-2011 05:07 PM

Hopefully this is the info you are looking for?

rob4448585 09-29-2011 04:34 PM

I hate to TTT a thread, especially one asking for help, but this feature has been 'turned' off for the past 29 days now. :(

Dylanblitz 09-29-2011 05:25 PM

I'm really sorry about that rob, I started troubleshooting it then I got sick and it slipped through the cracks

I believe the problem is because you originally had the full version installed then went to the lite. You need to delete some records from a configuration table.

If you login to phpmyadmin or some other mysql interface you can run this command to remove them. If you have a table prefix then replace <db_prefix> with that prefix, like if you have a prefix of vb_ it will be vb_garage_blocks

Code:

DELETE FROM <db_prefix>garage_blocks WHERE func_name IN ('new_mod', 'latest_mod', 'most_modified', 'most_spent', 'dyno', 'laptime', 'latest_service', 'top_mpg', 'low_mpg');
Let me know if that fixes it or if you get a different error after that.
Again, sorry about the delay. Next time if I say I'm looking into something and it's been a week, ping me to remind me :)

Dylan

rob4448585 09-29-2011 05:49 PM

Quote:

Originally Posted by Dylanblitz (Post 2251319)
I'm really sorry about that rob, I started troubleshooting it then I got sick and it slipped through the cracks

I believe the problem is because you originally had the full version installed then went to the lite. You need to delete some records from a configuration table.

If you login to phpmyadmin or some other mysql interface you can run this command to remove them. If you have a table prefix then replace <db_prefix> with that prefix, like if you have a prefix of vb_ it will be vb_garage_blocks

Code:

DELETE FROM <db_prefix>garage_blocks WHERE func_name IN ('new_mod', 'latest_mod', 'most_modified', 'most_spent', 'dyno', 'laptime', 'latest_service', 'top_mpg', 'low_mpg');
Let me know if that fixes it or if you get a different error after that.
Again, sorry about the delay. Next time if I say I'm looking into something and it's been a week, ping me to remind me :)

Dylan


Hi Dylan,

No problem for the delay, I didn't want to bug ya.

Well executing that command did get the garage to turn back on.

Nothing seems to work though, images, links, etc

https://vborg.vbsupport.ru/external/2011/09/2.png

Clicking on anything gives a database error......

Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT COUNT(vehicle_id) AS total_views_count FROM garage_views WHERE vehicle_id = '85';

MySQL Error : Table 'rob.garage_views' doesn't exist



I have no problem buying the latest version of this product that works for Vb 3.8.X.

I just saw this one night and realized how old my version was.........


Let me know the best way to proceed.
Should I uninstall this mod then reinstall it?

Dylanblitz 09-30-2011 04:29 AM

Quote:

Originally Posted by rob4448585 (Post 2251342)
Hi Dylan,

No problem for the delay, I didn't want to bug ya.

Well executing that command did get the garage to turn back on.

Nothing seems to work though, images, links, etc

https://vborg.vbsupport.ru/external/2011/09/2.png

Clicking on anything gives a database error......

Database error in vBulletin 3.8.1:

Invalid SQL:
SELECT COUNT(vehicle_id) AS total_views_count FROM garage_views WHERE vehicle_id = '85';

MySQL Error : Table 'rob.garage_views' doesn't exist



I have no problem buying the latest version of this product that works for Vb 3.8.X.

I just saw this one night and realized how old my version was.........


Let me know the best way to proceed.
Should I uninstall this mod then reinstall it?

Did you run the installer? The garage_views table gets installed with version 1.4, sounds like you still have some of the old version running.
With the newer version it also moves the images to different folders, so if you have them all in the images/garage/attach folder with no subfolders, the upgrade didn't get done.
If you want to give me access I can check it out and see what's going on. Otherwise let me know what version it shows it's at. If it shows that it's the latest, edit the product, set the version back to 1.0 and save it, then run the install script again.

rob4448585 09-30-2011 04:32 AM

Quote:

Originally Posted by Dylanblitz (Post 2251503)
Did you run the installer? The garage_views table gets installed with version 1.4, sounds like you still have some of the old version running.
With the newer version it also moves the images to different folders, so if you have them all in the images/garage/attach folder with no subfolders, the upgrade didn't get done.
If you want to give me access I can check it out and see what's going on. Otherwise let me know what version it shows it's at. If it shows that it's the latest, edit the product, set the version back to 1.0 and save it, then run the install script again.

I haven't done anything since 'the upgrade' besides the sql query i ran that you posted earlier.
I have no problem giving you access.
Can you PM me with what access you need?
forum as admin?
Server access?
I can't thank you enough for your support with this.

maupz 10-25-2011 05:01 PM

Hello Friends!

i just receive this error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4000 bytes) in /home/wmaster/public_html/forum/includes/garage_func_var.php on line 2898

I Already Rebuild Counters, images, brands etc etc but the issue persist...

Any clue??

Dylanblitz 10-27-2011 07:06 AM

Quote:

Originally Posted by maupz (Post 2261476)
Hello Friends!

i just receive this error:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4000 bytes) in /home/wmaster/public_html/forum/includes/garage_func_var.php on line 2898


I Already Rebuild Counters, images, brands etc etc but the issue persist...

Any clue??

Sounds like you tried to upload an image that was larger than your php memory limit.

PRO5OHHO 03-06-2012 04:52 PM

I think I'm messing up in the beginning steps.

If my forum URL is www.randomname.com, and I have no redirects, then I should upload the install files into www.randomname.com/forums

????


All times are GMT. The time now is 10:28 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.01287 seconds
  • Memory Usage 1,757KB
  • 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
  • (2)bbcode_code_printable
  • (5)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