-
Posts
81 -
Joined
-
Last visited
-
Days Won
3
Everything posted by tcnet
-
Or you could use another module... Or you can spend some money and let developed a module which fit your requirements.
-
But, I've not so much time at the moment.
-
Please be realistic! With this module, the user can create his own PHP file and get access to everything. As I wrote in the description: This module is probably the most powerful module.
-
The module records requests which being processed by ProcessWire. Make sure if ".../zoomin.cur" exists. I guess not. This might be a 404. Check if you have "Record 404 pages" activated in the module settings. I guess you have.
-
I replaced str_starts_with() with substr() to support PHP7. Please upgrade to version 1.2.2.
-
This module has several bugs. Line 113 must be: if($archive == '1') { Line 159 must be: if($this->archive == '1') { Line 295 must be: $field->attr('name', 'bytes'); Forked here: https://github.com/techcnet/LogMaintenance
-
It seems that the upgrade function don't get called after an upgrade. This might be a bug in ProcessWire. This can lead to an error message ("Unknown column...") if you try to open the statistic page immediately after an upgrade. There are two ways to avoid this error message. Click the "Continue to module settings" button directly after the upgrade or open the Modules page and click the "Refresh" button.
-
I updated the module to 1.0.4 and added an option to specify the Return-Path in the email header. This option is blank by default.
-
Thanks for this info. But I by my self encountered the opposite on some systems. Not adding this line won't send the email.
-
That error message means that WireMail can not send the email. Maybe your mailer implementation doesn't work.
-
Maybe.
-
I made changes in the upgrade function. Please upgrade to version 1.1.7.
-
Please give me 24 hours. I have another work too.
-
Can you check which mySQL version?
-
Which database you using?
-
Ok. I don't know what you doing. The upgrade shold work. I guess you changed the database manually.
-
I made a change in line 389. It seems that getenv('REMOTE_ADDR') doesn't work with local IP addresses. Please upgrade to version 1.1.6.
-
Why "no ip address"? Where you know this?
-
There are not a single ERROR MESSAGE in your post! These are Warnings and Notices which you get when you run ProcessWire in debug mode. And why they not appear? Because your ProcessWire DON'T run in debug mode.
-
You will see "PHP notices" if you run your ProcessWire in debug mode. Please read the description for the debug mode. The debug mode is not intended for productive usage. Please turn off debug mode and you will see that everything works fine.
-
Yes, the Debug Mode Tools-Panel is available. Please see the 3rd arrow in the last screenshot. But not all debug information seems to be available. I cannot see any PDO-Query or AutoLoad. Sorry.
-
What's new in ProcessWire 3.0.163? See: https://weekly.pw/issue/324/ I created this module before ProcessWire 3.0.163. I thought it's time to publish it. If it is not desirable, I remove it again. Just tell me.
-
This module for ProcessWire enables the debug mode to bypass the restriction to install modules. This is useful if you are tired to manually set the debug mode in the configuration. Note Please note that this module doesn't replace the real debug mode in the configuration file /site/config.php. With this module you will not receive any errors/notices/warnings like in the real debug mode. It serves only to bypass the restriction to install modules. Installation To install this module you have to enable the real debug mode. After installation you should deactivate debug mode again. To enable the real debug mode, download /site/config.php via FTP and open it in a text editor. Look for a line where you can find $config->debug = false; change it to $config->debug = true; save the file and upload it again. After module installation change it back to $config->debug = false;. For all future module installations, you just have to enable the debug mode in the module settings like described below. After module installation, you should deactivate it in the same way. Settings The settings for this module are located in the menu Modules=>Configure=>DebugModeSwitch. Enable or deactivate debug mode Set the checkmark (1) and click the submit button (2) will enable the debug mode (3). The debug mode can be also restricted for superusers only (4). Links ProcessWire module directory: https://processwire.com/modules/debug-mode-switch/ Github: https://github.com/techcnet/DebugModeSwitch
-
site profile Simple and Multilingual Blog Profile for ProcessWire 3x
tcnet replied to tcnet's topic in Modules/Plugins
The link doesn't work because the site-profile is still waiting for approval. Please note that a thread in this forum here is required to submit a new module or site-profile. Please be patient a few days. Thank you!