Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]Drop Table with Database Forge
#1

[eluser]Lamonte[/eluser]
On my wamp server on my xp pro sp3 computer, the dbforge->drop_table does not execute.
#2

[eluser]Dam1an[/eluser]
Do you have permissions to drop databases? Try doing it in phpMyAdmin using plain SQL
#3

[eluser]Lamonte[/eluser]
Yes I can drop table with plain SQL in phpMyAdmin.

Note this is using the latest code igniter also
#4

[eluser]Dam1an[/eluser]
Load the profiler
Code:
$this->output->enable_profiler(true);
and execute the drop command, see if it even attempt to execute the query
#5

[eluser]Lamonte[/eluser]
Okay, I knew CI was great Smile. It was my fault why it wasn't working because I was using the wrong variable to try using the call_user_func for a custom module system I've created. (pretty insane)

It works Big Grin, a moderator can lock or delete this because it isn't broken Smile
#6

[eluser]Dam1an[/eluser]
[quote author="Lamonte" date="1241143215"]
It works Big Grin, a moderator can lock or delete this because it isn't broken Smile[/quote]

I don't think threads ever get locked or deleted (unless they're offensive?)
You normally edit the post and put [SOLVED] at the start of the subject




Theme © iAndrew 2016 - Forum software by © MyBB