![]() |
| Partner Home - Partner Sign-Up - Software - FAQ |
| Forum: Forums - Reply - Registration - Search |
| dotSilver Network Partner Support Forum / Dating Software Technical Support / Install problem |
| Author | Message |
| john |
Posted: 30 Jul 2005 19:22:43 Install problem Everything have I chmod 777 done I get the first wrongly report Fatal error: main (): Failed opening required/wi-t.nl/date/inc/design share.inc.php ' (include_path = '.:/usr/share/php: /usr/lib/php4/pear') in/home/wi-t.nl/public_html/date/index.php online 4 If I take this on line 6 $_home_dir =/wi-t.nl/date/'; the (;) removes I get the next wrongly report Parse error: parse error, unexpected T_VARIABLE in/home/wi-t.nl/public_html/date/inc/header.inc.php online 8 My Internet site address = http://www.wi-t.nl/date. I wonder myself then what I do possibly wrong here. When I look at the FTP program of the server I see there /public_html/date/inc standing //Section for script configuraion - START //For info, refer to the Manual. $_home_dir = '/wi-t.nl/date/'; $_site_ID = '0'; $_layout_name = 'dp'; $_color_theme = 'main'; $_bizname = 'Relatie Matching All In One'; $_brand = 'Relatie Matching All In One'; $_mail_support = 'support@mycoolsite.com'; $_mail_links = 'links@mycoolsite.com'; $_mail_info = 'info@mycoolsite.com'; $_mail_ads = 'ads@mycoolsite.com'; $_site_full = 'http://www.wi-t.nl/'; //Section for script configuraion – END |
| john |
Posted: 31 Jul 2005 18:58:29 Okay after more hours of hard work and much much much more, I have done the next thing. On line 6 $_home_dir = '/wi-t.nl/date/'; Is now 6 $_dir = '/wi-t.nl/date/'; Well Well Well the next error Unable to connect to Relatie Matching All In One (Connection refused - 111) Hummmmm Okay $_site_ID = '0'; Now I have two ID numbers not the 0 but other numbers what you get by regitrate. |
| .silver Admin |
Posted: 31 Jul 2005 23:12:15 - Edited by: Admin Ask your hosting provider for your sites home directory. I never seen home directories like this. And please don't change anything exept you needs!!! $_dir is array!!! Don't assign strings to it!!! You need change only lines between: //Section for script configuraion - START //For info, refer to the Manual. and //Section for script configuraion - END Do not change anything further!!! |
| john |
Posted: 1 Aug 2005 04:44:25 As from here, I have again taken away everything of the server and all programms put them on the server. And again the following filled in. INC/header.inc.php <?php //Section for script configuraion - START //For info, refer to the Manual. $_home_dir = '/home/wi-t.nl/public_html/date/'; $_site_ID = '0'; $_layout_name = 'dp'; $_color_theme = 'main'; $_bizname = 'Relatie Matching All In One Personals'; $_brand = 'Relatie Matching All In One'; $_mail_support = 'support@wi-t.nl'; $_mail_links = 'links@wi-t.nl'; $_mail_info = 'info@wi-t.nl'; $_mail_ads = 'ads@wi-t.nl'; $_site_full = 'http://www.wi-t.nl/'; //Section for script configuraion - END All folders should have “755” permissions so the next folder I Did 775 CC INC LANGS LAYOUT MEMBER SMARTY There are only two exceptions this have the permission 777 layouts/chosen_layout_directory/cache* layouts/chosen_layout_directory/templates_c Then I have called this Internet site http://www.wi-t.nl/date/index.php And it lasted just as but there came the website, however all functions do not work such as Sign In | Search | Sign Up FREE | and there are no pictures in front off the website page. Please look fore your self at http://www.wi-t.nl/date/index.php In the first place I have for this several possibilities use like in this rule; $_home_dir = '/home/wi-t.nl/date/'; $_home_dir = '/wi-t.nl/date/inc/'; $_home_dir = '/wi-t.nl/date/'; $_home_dir = '/public_html/home/wi-t.nl/date/'; $_home_dir = '/home/wi-t.nl/public_html/date/'; $_home_dir = '/wi-t.nl/'; Why this did not work I have now still no idée of, but this rule was correct $_home_dir = '/home/wi-t.nl/public_html/date/'; |
| john |
Posted: 2 Aug 2005 19:01:46 The day before yesterday I had the Internet site imagine, then all of a sudden no longer with the next wrongly report. Fatal error: main(): Failed opening required '/home/wi-t.nl/public_html/date/layouts/dp/layout.php' (include_path='.:/usr/share/php:/usr/lib/php4/pear') in /home/wi-t.nl/public_html/date/inc/smarty.inc.php on line 4 This programme empties from itself And that what I got already more earlier schreef then I all functions do not work such as Sign In | Search | Sign Up FREE | and there are no pictures in front off the website page. But that was before the website was online, and now!!!!!!!!!! |
| .silver Admin |
Posted: 3 Aug 2005 00:46:24 - Edited by: Admin Image and links problems are concerned with $_site_full variable. Ah of cource, in your case it would be 'http://www.wi-t.nl/date/' i.e. $_site_full = 'http://www.wi-t.nl/date/' But about problem wich i see now: I check for layouts directory through url address and find next error: When i call http://www.wi-t.nl/date/layouts/ url, for some reasons server redirect me to 'Forbidden.html' page where (it's funny) i see next: This is pitty but you are blocked for this Internet site because of misbehaved. Ask for your hosting administrator why it happens. |
| john |
Posted: 3 Aug 2005 04:33:14 Image and links problems are concerned with $_site_full variable. Ah of cource, in your case it would be 'http://www.wi-t.nl/date/' i.e. $_site_full = 'http://www.wi-t.nl/date/' What you meen is this <?php //Section for script configuraion - START //For info, refer to the Manual. $_home_dir = '/home/wi-t.nl/public_html/date/'; $_site_ID = 'xxx'; $_layout_name = 'dp'; $_color_theme = 'main'; $_bizname = 'Relatie Matching All In One'; $_brand = 'Relatie Matching All In One'; $_mail_support = 'support@mycoolsite.com'; $_mail_links = 'links@mycoolsite.com'; $_mail_info = 'info@mycoolsite.com'; $_mail_ads = 'ads@mycoolsite.com'; $_site_full = 'http://www.wi-t.nl/date/'; //Section for script configuraion - END I did not change a thing juist a copy from the header.inc.php But the forbidden.html page is solved, the programme did write something to .htaccess, Wy The dont know that. Okay but what seams to be the problem with this line Fatal error: main(): Failed opening required '/home/wi-t.nl/public_html/date/layouts/dp/layout.php' (include_path='.:/usr/share/php:/usr/lib/php4/pear') in /home/wi-t.nl/public_html/date/inc/smarty.inc.php on line 4 |
| .silver Admin |
Posted: 3 Aug 2005 14:11:10 Are you sure there's that file? /home/wi-t.nl/public_html/date/layouts/dp/layout.php Please, check your files integrity against the default package. |
| john |
Posted: 3 Aug 2005 15:05:55 Sorry Silver This is the first software parcel with as lot of installs problems. I have seen much software but this beats everything in the field of configuration of it. [red]Silver you ask me this:[/red] Ask your hosting provider for your sites home directory. My hosting provider give up this /home/wi-t.nl/public_html When I look in my log file on the server there say's the same thing [red]Wed Aug 3 19:46:32 2005 error File does not exist: /home/wi-t.nl/public_html/date/[red] So I put in this $_home_dir = '/home/wi-t.nl/public_html/date/'; So you tel me than that when I remove everything from the server and install again the software and follow exact install process ONLY from //Section for script configuraion - START //For info, refer to the Manual. and //Section for script configuraion - END And give the directory's 775 chmod Accept layouts/chosen_layout_directory/cache* layouts/chosen_layout_directory/templates_c This one I have to give 777 chmod and don't tuch anything else than that in the programme ore Chmod than it have to work right. |
| john |
Posted: 3 Aug 2005 15:50:04 Silver from the beginning I everything have done the same as for that, again I have taken away everything of the server and installed again. Same procedure which I have done already from the beginning. However I have make a new directory SINGELS and at the first click right picture on the web page without any problem at all. I dont understand nothing of it why he works now in first time. However 1 question how I get the directory gone seen that are refused my remove access. And the next question is howe can I rename Your Company Logo is that a picture ore text. |
| .silver Admin |
Posted: 4 Aug 2005 02:02:05 I did't understand this prase However 1 question how I get the directory gone seen that are refused my remove access. . Please, use other words to describe your question. And about second question: replace logo.gif in directory layouts/dp/themes/main/img/ to your image. |
| john |
Posted: 4 Aug 2005 08:49:57 Than the option Ftp I like to remove a directory I do get this Error Request denied. Verify that the file or folder exists and that you have the necessary permissions on the server to perform the requested operation COMMAND:> CWD /public_html/date/layouts/dp/cache 550 /public_html/date/layouts/dp/cache: Permission denied ERROR:> Requested action not taken (e.g., file or directory not found, no access). |
| .silver Admin |
Posted: 4 Aug 2005 22:55:27 You should ask your hosting provider about this problem. |
| qais Member |
Posted: 14 Aug 2005 21:20:02 hello dear silver i have a prb whitte partner scrip i have install bout teher is a prb can u look thet prb for u plz at https://www.afghanaryana.com/Partner/ |
| .silver Admin |
Posted: 15 Aug 2005 00:56:54 qais I'm not quiet shure what you mean, please ask you questions understandable. |
| Anonymous |
Posted: 27 Aug 2005 00:42:47 what the heck does this mean....after install and admin name _pass in configs.php?first it says: Warning: Cannot modify header information - headers already sent by (output started at /home/alcfuo/public_html/DRV/inc/header.inc.php:97) in /home/alcfuo/public_html/DRV/configs.php on line 348 |
| .silver Admin |
Posted: 29 Aug 2005 22:45:19 Please, copy the whole text from the page with the error here. |
|
© dotSilver Personals Network, 2005.
Powered by miniBB 2.0 RC2b © 2001-2009
|