The Arcive of vBulletin Modifications Site. |
|
[PT 2.1.1] Administrative/Moderating Tools Issues Details »»
|
|||||||||||||||||||||||||||
|
[PT 2.1.1] Administrative/Moderating Tools Issues
Developer Last Online: Jun 2011
hi guys, i've a trouble, when i select a specific post and i wanna to make it an issue (create issue option) i got always this message 'Invalid Action Specified' ... what's wrong? i'm the superadmin ... what i need to check?
TIA Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
just checked the 'administrative tools' and it runs (i can open an issue) but i got this error ...
Code:
Database error in vBulletin 4.0.4: Invalid SQL: UPDATE thread SET pt_issueid = 1 pt_forwardmode = 0, WHERE threadid = 4; 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 'pt_forwardmode = 0, WHERE threadid = 4' at line 3 Error Number : 1064 Request Date : Friday, June 18th 2010 @ 07:03:37 AM Error Date : Friday, June 18th 2010 @ 07:03:37 AM Script : http://www.xxx.it/latest/projectpost.php?do=processimportthread&t=4 Referrer : http://www.xxx.it/latest/projectpost.php?do=importthread2&t=4 IP Address : xxx Username : MR K Classname : vB_Database MySQL Version : 5.0.91 |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
||||
|
||||
|
File ./includes/class_ptimporter.php line 518, remove the comma at the end of the line.
|
|
#5
|
|||
|
|||
|
A developer as changed this for the next release. You can manually change a file to get it working.
In "class_ptimporter.php" in the includes directory Line 518 find Code:
pt_forwardmode = 0, Code:
pt_forwardmode = 0 |
|
#6
|
|||
|
|||
|
just removed the coma, but the administrative tool doesn't run ...
Code:
Database error in vBulletin 4.0.4: Invalid SQL: UPDATE thread SET pt_issueid = 2 pt_forwardmode = 0 WHERE threadid = 4; 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 'pt_forwardmode = 0 WHERE threadid = 4' at line 3 Error Number : 1064 Request Date : Saturday, June 19th 2010 @ 05:39:44 AM Error Date : Saturday, June 19th 2010 @ 05:39:45 AM Script : http://www.xxx.it/latest/projectpost.php?do=processimportthread&t=4 Referrer : http://www.xxx.it/latest/projectpost.php?do=importthread2&t=4 IP Address : xxxx Username : MR K Classname : vB_Database MySQL Version : 5.0.91 |
|
#7
|
|||
|
|||
|
Be sure to backup the file first
I have included the file in an attachement download the file and rename it to "class_ptimporter.php" after that upload it to ./includes/ and overwrite the file there. I'm now using this file in my test setup and it's working as it should. |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
|||
|
|||
|
If you can do that it would be great, also ftp account should come handy.
|
|
#10
|
||||
|
||||
|
The code I provided is fully working, look correctly at commas.
|
![]() |
|
|