Developer Tools

Developer Tools 1.5.0

No permission to download
What sort of "queries"?
Basically, it doesn't matter!

a) it should be possible to switch on/off via an option whether the file should be formatted! Because the formatting simply does not correspond to what I want!

b) the add-on has another bug that I have forgotten - see video.
 

Attachments

Basically, it doesn't matter!
Huh?

a) it should be possible to switch on/off via an option whether the file should be formatted! Because the formatting simply does not correspond to what I want!
The add-on was designed with the requirements what most USERS would want, not you.

b) the add-on has another bug that I have forgotten - see video.
I don't see how that is different the bug you reported about '\n' being reported.


You have to share more details for me to figure what and where what went wrong. Likely there is a PHP version incompatibility.
 
Couple of issues.

Error trying to delete an entry from the email log:
Code:
ErrorException: [E_WARNING] Array to string conversion in src/addons/TickTackk/DeveloperTools/XF/Admin/Controller/Log.php at line 110

    XF::handlePhpError() in src/addons/TickTackk/DeveloperTools/XF/Admin/Controller/Log.php at line 110
    TickTackk\DeveloperTools\XF\Admin\Controller\Log->actionEmailDelete() in src/XF/Mvc/Dispatcher.php at line 362
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
    XF\App->run() in src/XF.php at line 806
    XF::runApp() in admin.php at line 15

When viewing template modifications, in the field "Template contents" instead of displaying the actual contents, it displays the template number, like this, "XF:Template[2030]"
 
Quite sure I fixed the email log error and pushed it to the repository but just been super busy (and lazy) to not be able to release it. Will likely finish up this along with other open source add-ons next week.
 
Another issue I noticed, when you are adding phrases and click on the Add another phrase button. the box for actually entering the phrase is missing, probably a js issue.
 
Couple of issues.

Error trying to delete an entry from the email log:
Code:
ErrorException: [E_WARNING] Array to string conversion in src/addons/TickTackk/DeveloperTools/XF/Admin/Controller/Log.php at line 110

    XF::handlePhpError() in src/addons/TickTackk/DeveloperTools/XF/Admin/Controller/Log.php at line 110
    TickTackk\DeveloperTools\XF\Admin\Controller\Log->actionEmailDelete() in src/XF/Mvc/Dispatcher.php at line 362
    XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
    XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
    XF\App->run() in src/XF.php at line 806
    XF::runApp() in admin.php at line 15

When viewing template modifications, in the field "Template contents" instead of displaying the actual contents, it displays the template number, like this, "XF:Template[2030]"

Another issue I noticed, when you are adding phrases and click on the Add another phrase button. the box for actually entering the phrase is missing, probably a js issue.

@TickTackk please don't forget about these.
 
Back
Top Bottom