Status
Not open for further replies.

hunter22375

Customer
I recently moved servers and now when I enable vBCredits and vBookie at the same time, the screen for the board and in the admincp just load white screens. Looking for some help with this. My members are hoping to have these working in time for football. Thanks. :)
 
Add
PHP:
define('DISABLE_HOOKS', true);
to your config.php file directly beneath <?php then disable the products.

If you go to your View PHP Info page, does it say display_errors is off? If so, please add
PHP:
@ini_set('display_errors', true);
to your config.php file beneath the <?php as well, then check the php info page again.

If it's still off, please contact your host and request assistance with enabling error reporting. It is impossible for us to help you if there is no error message displayed anywhere.
 
Last edited:
I went to the PHP info page and this is what it showed:

error_reporting: 30711 22519

It didn't say either on or off specifically. There were also lines called:

error_append_string: no value
error_log: error_log
error_prepend_string: no value

What do you think?
 
I updated my previous post, I was referencing the wrong setting.

The setting you should check / override is display_errors :)
 
I was able to enable error disply and this what I got when I enabled VBCredits 11:

Warning: require_once([path]/dbtech/credits/credits_core.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(336) : eval()'d code on line 1

Fatal error: require_once() [function.require]: Failed opening required '/home/thesour1/public_html/forum/dbtech/credits/credits_core.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thesour1/public_html/forum/includes/init.php(336) : eval()'d code on line 1

What do you think? It might be easir to hire you guys to fix it...lol.
 
Please upload the contents of the upload folder to your forum folder, that will fix it for you :)
 
OK, I downloaded the latest version of vbcredits II and unzipped it. I then uploaded the files in the upload folder as instructed and then re-uploaded the new product XML. When I clicked upload, it seemed to work and I saw this at the bottom of the screen:

Product credits Imported. Click continue to merge the product templates.

Then I pressed continue....and received this message:

Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.


The only option I had from there was a "Go Back" button. I know I am almost there now. What should I do.....I do not want to mess it up?

I also found another thread with this same issue. Her issue was fixed by re-installing the mod.....which I just did with no luck.

UPDATE: I went ahead and enabled the mod and went to the credits setup in the admincp and it let me in. Like there was no permissions error. I'm confused.
 
Last edited:
You need to add your userid to the superadministrators variable in config.php to ensure you're not encountering any permissions issues when installing products.

We add administrator permission checks to our products in order to ensure that you have more control over people's access in the AdminCP.
 
Right...I am the Super Admin (the only one) and my config.php file shows the correct and only user ID within the super admin section. I guess as long as it works now....its OK. Its just strange how its not recognizing me as super admin upon install.
 
Status
Not open for further replies.

Similar threads

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
846
Customer rating
0.00 star(s) 0 ratings
Back
Top