|
Attention: Last reply in this thread was more than 18 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
error on fresh install
here is the current error :
Warning: chdir(): No such file or directory (errno 2) in /home/mommy/domains/mommysworld.net/public_html/photoplog/settings.php on line 92 Warning: main(./global.php): failed to open stream: No such file or directory in /home/mommy/domains/mommysworld.net/public_html/photoplog/settings.php on line 93 Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/lib/php') in /home/mommy/domains/mommysworld.net/public_html/photoplog/settings.php on line 93 Now after reading several thread came to conclusion that config.php need to be change to : define('PHOTOPLOG_FWD','/home/mommy/domains/mommysworld.net/public_html/forums'); although when checked at http://www.mommysworld.net/photoplog/ still able to see the above errors any thoughts at to what i may be doing wrong |
#2
|
||||
|
||||
It doesn't look like you have a 'forums' directory so try the following instead:
Code:
Content visible to registered users only.
__________________
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
|
|||
|
|||
ok that seem to get it but page looks broken please tell me what you think
http://www.mommysworld.net/photoplog/ |
#4
|
||||
|
||||
Just add to the 'Relative Links' and 'Absolute Links' settings.
The following links have some examples on how to do this:
__________________
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 |
#5
|
|||
|
|||
thanks for the response but to be honest still learning all this is it possible to dumb it down 4 me lol,
I had some one go through the motions but got stuck and this lead me to you Here is what I have know relative links: action="index.php action="login.php action="search.php href="admincp/ href="archive/ href="calendar.php href="clientscript/ href="external.php href="faq.php href="forumdisplay.php href="index.php href="login.php href="member.php href="memberlist.php href="modcp/ href="online.php href="private.php href="profile.php href="register.php href="search.php href="sendmessage.php href="showpost.php href="showthread.php href="subscription.php href="usercp.php new Array('images/ onclick="window.open('misc.php src="clear.gif src="clientscript/ src="image.php src="images/ url(images/ var IMGDIR_MISC = "images/ href="arcade.php href="# Absulte Links: action="http://www.mommysworld.net/index.php action="http://www.mommysworld.net/login.php action="http://www.mommysworld.net/search.php href="http://www.mommysworld.net/admincp/ href="http://www.mommysworld.net/archive/ href="http://www.mommysworld.net/calendar.php href="http://www.mommysworld.net/clientscript/ href="http://www.mommysworld.net/external.php href="http://www.mommysworld.net/faq.php href="http://www.mommysworld.net/forumdisplay.php href="http://www.mommysworld.net/index.php href="http://www.mommysworld.net/login.php href="http://www.mommysworld.net/member.php href="http://www.mommysworld.net/memberlist.php href="http://www.mommysworld.net/modcp/ href="http://www.mommysworld.net/online.php href="http://www.mommysworld.net/private.php href="http://www.mommysworld.net/profile.php href="http://www.mommysworld.net/register.php href="http://www.mommysworld.net/search.php href="http://www.mommysworld.net/sendmessage.php href="http://www.mommysworld.net/showpost.php href="http://www.mommysworld.net/showthread.php href="http://www.mommysworld.net/subscription.php href="http://www.mommysworld.net/usercp.php new Array('http://www.mommysworld.net/images/ onclick="window.open('http://www.mommysworld.net/misc.php src="http://www.mommysworld.net/clear.gif src="http://www.mommysworld.net/clientscript/ src="http://www.mommysworld.net/image.php src="http://www.mommysworld.net/images/ url(http://www.mommysworld.net/images/ var IMGDIR_MISC = "http://www.mommysworld.net/images/ href="http://www.mommysworld.net/arcade.php src='http://www.mommysworld.net/"air/misc/navbits_start.gif does this make sence? Last edited by blackknights; 04-17-2006 at 09:47 PM.. |
#6
|
||||
|
||||
Just add the following to the PhotoPlog settings for your 'air' skin:
Also take out href="# from Relative Links and take out src='http://www.mommysworld.net/"air/misc/navbits_start.gif from Absolute Links. Each line in Relative Links is to turn into the corresponding line in Absolute Links, i.e., line X in the Relative Links box is replaced with line X in the Absolute Links box. The one you did for arcade.php is spot on.
__________________
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
|
|||
|
|||
Thank you ever so much that seems to have it any idea how i can add a link from the quick links tab sorry for the newbie questions but that is what i am but thanks to your outstanding support i am learning
|
#8
|
||||
|
||||
No problem, the 'Quick Links' drop down is in the vB navbar template.
In the vB navbar template find: Code:
Content visible to registered users only. Code:
Content visible to registered users only.
__________________
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
|
|||
|
|||
Outstanding I'm sure these are easy for you as demonstrated but for new forum owners these things can be a challenge and from me and others I applaud you.
Thank You PS when pro is ready be sure to let us know I'll be first in line |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help with install error | jerseyda6 | Troubleshooting & Problems | 2 | 06-02-2007 04:04 AM |
DB error after fresh install | silvert | Troubleshooting & Problems | 4 | 02-01-2006 04:34 PM |