![]() |
Quote:
Code:
Database error in vBulletin 3.0.7: |
|
sabreth00the, how did you get around the same error you reported at
https://vborg.vbsupport.ru/showthrea...389#post611628 |
@lionel
The Code:
Warning: halt(./includes/functions_log_error.php) [function.halt]: failed to create stream: No such file or directory in /var/www/forums/includes/db_mysql.php on line 389 @all getting errors during install table creations What MySQL version you're running? Did you upload the files in binary or ASCII mode? |
@sabre
[sql]SELECT maf_application.*, user.username FROM maf_application LEFT JOIN vb3_user ON (user.userid = maf_application.userid)[/sql] 2 problems as i see them: 1. "FROM maf_application" is not using TABLE_PREFIX, and missing a " AS .." 2. "LEFT JOIN vb3_user " should be: "LEFT JOIN vb3_user AS user" |
My files were uploaded in ascii and myql version is 3.23
|
Quote:
|
and this the db error i got
Quote:
|
Quote:
|
Quote:
thanks |
Quote:
|
I see more people are getting the same SQL error. If i however copy the SQL statement into a SQL-editor, it runs without any problems.
I am running MySQL 4.1.8 myself, you are still on version 3, so that might be the reason for your problems. Would be interesting to see if the other users reporting this error are also running older MySQL versions. You maybe have access to a server running a higher MySQL version to test? |
i'm running 4.0.18 on my localhost so i think you're probably right marco
|
I've got my own server but I am not sure on how to upgrade to 4.18
|
anyone with modcp/admincp problems can redownload the zip i've got it fixed finally :)
|
@lionel
Try to edit the 'queries.php' file in the hacks install directory. Change the line: [sql]) TYPE=MyISAM; [/sql] to [sql]);[/sql] This should probably be done for every CREATE TABLE statement in that file. Now please check if it runs and report back. |
For the "This Application Was Rated: 12846 days ago" bug, open up /modcp/maf_rateapp.php and find:
[sql] SELECT maf_ratings.appid, maf_ratings.userid, user.username, maf_ratings.rating, maf_ratings.additional_comments[/sql]On the same line, after it add: [sql], maf_ratings.timestamp[/sql]All fixed.. :) |
Quote:
|
Hey, that helped after all. It was missing a single quote brfor the ; like ';
|
Thank you marco. Got it up and running
|
Changed path in cron,
Setup cron in admin and runs ok, Made test application, And nothing shows in my choosen forum ID? Anyone? |
They ae showing in my choosen forum but I cannot find any place inside the mod panel to moderate the applications.
Quote:
|
Quote:
My guess is that you will run into the same problem with loads of other hacks also. Solution would be the same for all.....remove the TYPE=MyISAM or change it to TYPE=ISAM. I guess everybody still running MySQL 3 will have this problem, i would suggest you look into upgrading. |
I was able to install the member choice hack too, using the same method.
|
Quote:
Quote:
|
Yes but where is this done from?
Can see anything in the mod panel? Quote:
|
Quote:
|
Quote:
|
I did not see any instructions for that, blind you see :)
Will have another look. Quote:
|
Just had another look at the install file and it says for Click here to view the file/template modifications ONLY -->
No readme files found. So were are the edits to? |
Quote:
|
thanks sabe!
|
Yes and it takes me back to the main front page.
Quote:
|
you know...i recommend that you allow us to add/delete "Questions" in the modd app via admincp, because im sure everyone has different questions they want to ask and what not
aswell as changing the "terms to be a mod" aswell as an error while testing Code:
Database error in vBulletin 3.0.6: |
I have a feeling it may be to do with table prefixes (or lack of)..
Slybone, try the attached files and see if it helps. |
Quote:
in admincp/index.php find PHP Code:
PHP Code:
now in the modcp/index.php find PHP Code:
PHP Code:
|
Thanks for the below all done but when I remove the test applications it gives me a DB error:
Database error in vBulletin 3.0.6: Invalid SQL: DELETE * FROM maf_application WHERE userid = 1 mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '* FROM maf_application WHERE userid = 1' at line 1 mysql error number: 1064 Date: Friday 04th of March 2005 09:20:59 AM Script: http://www.xxxxxxxx.com/forums/admincp/maf_delapp.php Referer: http://www.xxxxxxxx.com/forums/admincp/maf_delapp.php Quote:
|
I get the same database error :)
also this one never worked for me ? PHP Code:
PHP Code:
|
Quote:
either way should work as long as you compensate for the directory. |
Quote:
|
All times are GMT. The time now is 04:20 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:
|