The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#10
|
||||
|
||||
![]() Quote:
Code:
$foo = $this->registry->db->query_read('SQL STRING'); while ($bar = $this->registry->db->fetch_array($foo)) { /* Do stuff.. */ } $this->registry->db->free_result($foo); If you're not already doing that, you might want to ssh to the server (if you have that possibility) and tail the error log to receive real-time error reporting. In a command shell (cmd/terminal): Code:
ssh example.com -l root Code:
tail -f /var/log/httpd/error_log |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|