Question about the ...
 
Notifications
Clear all

[Solved] Question about the Renew plugin

5 Posts
2 Users
0 Reactions
499 Views
(@melih)
Posts: 14
Eminent Member
Topic starter
 

Hello.

I installed the Renew plugin that i got from you. Activating it a get some kind of freeze in the admin dashboard but no error is displayed.

After that it shows as installed. How can i check if it works or not ?

Thanks

 

 

 
Posted : August 22, 2019 17:02
Editor
(@editor)
Posts: 553
Honorable Member Admin
 

First disable the plugin. Then enable Osclass debug to a log by adding those to your config.php :

define('OSC_DEBUG', true) ;
define('OSC_DEBUG_LOG', true) ;

The wait a few hours and check the debug.log on oc-content directory. If there are any errors report them here (hide the domain please).

Then enable again the renew plugin and check the debug.log. Report any new errors.

 

 
Posted : August 22, 2019 17:34
(@melih)
Posts: 14
Eminent Member
Topic starter
 

There is a fatal error coming from some profile/avatar or something plugin. I disabled that plugin and enabled the Renew plugin. No logged errors since then.

Now how can i know if it works right ? Also what must i do with the other crashing plugin? Some error "headers already sent" ...

Thanks

 
Posted : August 22, 2019 20:04
Editor
(@editor)
Posts: 553
Honorable Member Admin
 

I'm afraid that in order to check if Renew works for you, you must create a short expire test category, make a user and post in there. And wait for a renew email.

About the "headers already sent could be a lot if things, you better ask the plugin developer. Usually it means that you have manually edited php and maybe left some space in there. But it could be a lot of things than that.

Even PHP version that you use.

 

 
Posted : August 22, 2019 20:59
(@melih)
Posts: 14
Eminent Member
Topic starter
 

All ok now, fixed everything.

Many thanks

 
Posted : August 31, 2019 16:13