|
Attention: Last reply in this thread was more than 17 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
Please help me
Code:
Content visible to registered users only. www.novusordosaeculorum.com/photoplog |
#2
|
||||
|
||||
You have some plugin using the global_complete hook that is causing that error, maybe because the DIR constant is not on the require_once path. Look at line six of the plugin to check it out.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
Hi. sorry but which file will I check for line 6?
|
#4
|
|||
|
|||
Hi.
I still get this Code:
Content visible to registered users only. |
#5
|
|||
|
|||
This is my settings.php
<attachment removed, please don't post complete files, thanks> |
#6
|
||||
|
||||
Although you see the error when you go to the gallery, the error doesn't have anything to do with PhotoPlog. Via the vB ACP, look at line six of whatever plugin is using the global_complete hook. PhotoPlog does not use the global_complete hook. It's likely some other mod you have installed isn't correctly setting the require_once path, and that is why you get an error.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#7
|
|||
|
|||
Hi.
I am sorry... I checked all plugins.. and none seem to have any code that uses global_complete in it.. I check it twice.. The site is still not working, I asked the server admins to look at it, but they say all is the way it should be... I really really want this too work.. can you pleaseee help me! http://www.novusordosaeculorum.com/photoplog/index.php |
#8
|
||||
|
||||
Plugins wouldn't have global_complete inside them. There is a plugin located at the global_complete hook. Line 4946 of vB functions.php file is the following:
Code:
Content visible to registered users only. Go to vB ACP -> Plugins & Products -> Plugin Manager and look for global_complete under Hook Location. For each plugin using the global_complete hook, look at line six.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#9
|
|||
|
|||
Can I pay you to fix it?
|
#10
|
|||
|
|||
ok now there is a different error,
Warning: main(/global.php) [function.main]: failed to open stream: No such file or directory in /home/novusord/public_html/photoplog/settings.php on line 93 Fatal error: main() [function.require]: Failed opening required '/global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/novusord/public_html/photoplog/settings.php on line 93 |
|
|