2013-03-04, 02:27 PM
(2013-03-04, 02:21 PM)MikaeelVanBuuren Wrote: [ -> ](2013-03-04, 02:18 PM)Euan T. Wrote: [ -> ](2013-03-04, 02:13 PM)EGman Wrote: [ -> ]Go to class_plugins.php, find the function hello_world(); & remove it. Your forum should work well after that.
... Have you read the thread at all? Please don't post uselessly.
(2013-03-04, 02:14 PM)MikaeelVanBuuren Wrote: [ -> ]So do I have to keep it on?
You shouldn't have to. This does not happen in a fresh install. In fact, I've never seen this happen before. it seems that deactivating the plugin doesn't actually deactivate it. Could you possibly try deleting the file ./inc/plugins/hello.php?
I deleted now what?
(2013-03-04, 02:18 PM)EGman Wrote: [ -> ]Just follow what I said, & there will be no need to keep it activated.
The error is, even after you deactivate the HELLO WORLD plugin the function hello_world(); in class_parser.php does not get removed/deleted. So you can delete it manually.
If you cant do that, just provide with the code of class_parser.php & I will remove it.
(2013-03-04, 02:18 PM)Euan T. Wrote: [ -> ](2013-03-04, 02:13 PM)EGman Wrote: [ -> ]Go to class_plugins.php, find the function hello_world(); & remove it. Your forum should work well after that.
... Have you read the thread at all? Please don't post uselessly.
(2013-03-04, 02:14 PM)MikaeelVanBuuren Wrote: [ -> ]So do I have to keep it on?
You shouldn't have to. This does not happen in a fresh install. In fact, I've never seen this happen before. it seems that deactivating the plugin doesn't actually deactivate it. Could you possibly try deleting the file ./inc/plugins/hello.php?
yeah I read, but I was giving solution to the OP's second problem after he gets 'Call to undefined function...'
[Learn to write generously ]
I already deleted the Hello.php
That won't work
Follow this:
1. Go to your cpanel/filemanager
2. Open the directory 'inc' of your forum
3. Find the file 'class_parser.php'
4. Right-Click on it & select EDIT
5. In the edit Window find the line 'hello_world()' [use CTRL+F to bring up the search box]
6. Delete that line & save your file [SAVE CHANGES button on the right side at the top]
7. Now see if it works.