![]() |
Quote:
|
1 Attachment(s)
I have attached the files i think that are relevant that i am currently using. If anyone has the chance can you have a quick look. Maybe i have missed something.
|
1 Attachment(s)
The only difference i have from yours files is "dbclass.php" I do not remember making changes to that file.
Here is mine. Attachment 156932 If no luck... go to your plesk panel and press "Logs" see if you have a warning when you get white page. maybe there is a security rule? |
You dont need dbclass.php
Did you edit the admincp/arcade.php file? Change this: Code:
// ##### DATABASE CONNECTION ############ Code:
// ##### DATABASE CONNECTION ############ |
Quote:
|
Hi,
Today, I upgrade my server to php 7.1 (I use vbulletin 4.2.5) and now, I have a blank page or http 500 (with chromium http 500 error with firefox blank page). I made this changes (indicate url for no longer post) https://vborg.vbsupport.ru/showpost....postcount=7315 https://vborg.vbsupport.ru/showpost....ostcount=73163 https://vborg.vbsupport.ru/showpost....postcount=7375 https://vborg.vbsupport.ru/showpost....postcount=7378 But continue with the same problem. In admincp, I can access to arcade fine, but when I go in my forum to arcade.php I have blank page or http 500 error (chromium http 500 error firefox blank page). Regards! Edit: Like in my cPanel I can select the php version, I returned to 5.6.34, now, if access to arcade, appears this 2 error lines: Code:
HP Warning: mysql_real_escape_string(): Access denied for user ''@'localhost' (using password: NO) in ..../arcade.php on line 5574 |
Update my last post...
After read the last 10 or 15 pages of this thread, I can use arcade thanks at some post of MarkFL. Indicate that I made: Restore my full backup of Arcade. Then, in the file "arcade.php" and do a search/replace on =& to change them all to =. And change in line 35: Code:
$MYSQLI = 1; // set to 1 to use ibProArcade-mySQLi-driver (may cause problems!) Finally, also, when using mysqli, replace "admincp/arcade.php" with the attached filein this post. Ok, now, with vb 4.2.5 and PHP 7.1 works Arcade but...I have the same problem that have BGObssesion I read all the post about this, not indicate how solved this, but I have the same problem. In one post of stannger5 indicate works, for not view how solved this... Can help about this? Thanks in advanced! |
Give this a try:
Edit arcade/functions/functions.php Find: Code:
function load_words($current_lang_array, $area, $lang_type) { Code:
function load_words($current_lang_array, $area, $lang_type) { |
Dear stangger5, really fantastic! I take off my hat in front of you :)
Really fantastic, work perfect, all fine!! Really, thanks! :) |
Hello,
I have done everything described here. The admincp works again but the arcade itself has a blank page. |
Hello?
|
Can no one help me?
|
Hello.
Today, I update my VPS to MySQL 5.7 and view that, I have a problem with ibPoArcade, when click for access appears this error: Code:
There is a SQL error. Its possible solved this? Thanks and regards! |
I don't see a particular reason why
Code:
SELECT champ_gid AS GID, champ_mid AS MID, champ_name AS name, COUNT(champ_mid) AS total FROM games_champs GROUP BY MID ORDER BY total DESC LIMIT 3 |
Hello.
Thank for your reply and help. I run the exact command from phpmyadmin: Code:
SELECT champ_gid AS GID, champ_mid AS MID, champ_name AS name, COUNT(champ_mid) AS total FROM games_champs GROUP BY MID ORDER BY total DESC LIMIT 3 This is the result: Code:
Error And yes, by phpmyadmin, can browse the table games_champs. Regards!! |
I don't know what other ramifications it might have but the logical conclusion from that error message is to disable the sql_mode "only_full_group_by."
Instructions on how to do this: https://stackoverflow.com/questions/...-full-group-by |
This error message I get when I open arcade :
"Call to undefined function print_cp_header() on line 1046 in C:\inetpub\vhosts\animalhelpeurope.de\httpdocs\vbf orum\arcade.php #0 {main}" |
Quote:
Thanks for you attention and help!! :) |
removed...........
|
I've done the update, but Admin cp and Arcade are blank.
|
removed..........
|
I know this thread is 498 pages long...thus maybe my questions have already been answered...but sort of a marathon to look thru all 498 pages.;)
Questions: - Is ibProArcade fully compatible with vBulletin 4.2.5? - What PHP versions is ibProArcade compatible with? I know the original post says compatible with PHP4 & PHP5. But didn't know if PHP compatibility went further than that. Thanks |
Prior to the latest update of this product, I got it to work with PHP 7.0.x and I know others have been successful in getting it to run as well.
For all I know, the latest update includes support for PHP 7.x but I was never clear about that, and so I opted not to update it. |
I have it working with php 7.1.22 right now, with the edits in this thread.
The newest update was for one possible security-issue. It doesnt have the edits for php 7.X |
this mod still works on versions in my signature, there are bugs though that need manual edit to fix so Ive decided to uninstall this and install a different arcade mod
|
Quote:
|
Sorry, today I view that, in 12 Aug 2018 it was updated to 2.7.4+ version, strangger5 indicate this about the update:
"The newest update was for one possible security-issue. It doesnt have the edits for php 7.X" Ok, if I updated to this version, we need re made the edits for work with php 7? Thanks and regards. |
Quote:
|
Hello out there,
I prepared ibProArcade v2.7.5+ right now and tested it on vbulletin 4.2.5 with PHP 7.1 This version will also include some other improvements and changes, but before I release it, I want to ensure it is still compatible with older vB-versions 3.x/4.x Anybody wants to test the preview of v2.7.5+ on his site with PHP5.x and older vBulletin 3/4 ? Please contact me... thanks :) |
Quote:
If I must do all the edits / changes again ... before the update, I must collect all the information for the changes I made. Quote:
However, before making the update I will make a full backup, not for the editions for php7, but for the others that I had to do for style and others. I do not have a version lower than 4.2.5, if I had it, I would do the test you mentioned. |
Quote:
|
I downloaded and installed version 2.7.5 on my local dev site (vB 4.2.5/PHP 7.0.x) and it worked without any issues. So, I figured all was good and I installed on live site (vB 4.2.5/PHP 7.0.x), and get the following error:
Code:
Call to undefined function mysql_connect() on line 41 in /home/aspiri9/public_html/arcade/functions/dbclass.php |
Do you have $MYSQLI = 1; at the top of the arcade.php file?
|
Quote:
|
Its should be calling: dbclass_mysqli.php
|
Give this a try:
Line 157, in the arcade.php main. PHP Code:
|
Quote:
All good now, and thanks for helping point me i the right direction. :) |
You set vBulletin now to mysqli (config.php) or changed ibProArcade back to mysql?
I think I should read the config.php and use the value from there, to always fit the right database-driver... hmmmm first feature for v2.7.6 :cool: |
Quote:
|
Yes, this will be the first feature of v2.7.6+ :)
Beside that, in the past hours I did a new converter for those coming from DBTech vBArcade and want to migrate to ibProArcade v2.7.5+ and convert their games and scores... |
All times are GMT. The time now is 05:22 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|