
quebraz
cron message error
Answers
| DosDawg | 130 days ago![]() |
![]() | ![]() | |
![]() | http://www.boonex.com/trac/dolphin/wiki/DetailedInstall this is the detailed install page. it appears your permissions are correct: SITE CHMOD 755 ./periodic SITE CHMOD 644 ./periodic/cmd.php SITE CHMOD 644 ./periodic/notifies.php SITE CHMOD 644 ./periodic/cupid.php SITE CHMOD 644 ./periodic/tags.php but it also appears for some reason the server is not finding the file(s) Warning: main(["/home2/qb3997/public_html/"]inc/header.inc.php): failed to open stream: No such file or directory in /home2/qb3997/public_html/periodic/cmd.php on line 21 Fatal error: main(): Failed opening required '["/home2/qb3997/public_html/"]inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/qb3997/public_html/periodic/cmd.php on line 21 and Warning: main(["/home2/qb3997/public_html/"]inc/header.inc.php): failed to open stream: No such file or directory in /home2/qb3997/public_html/periodic/notifies.php on line 21 Fatal error: main(): Failed opening required '["/home2/qb3997/public_html/"]inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/qb3997/public_html/periodic/notifies.php on line 21 where it says no such file or directory, its unable to read that directory and file or its not there regards, DosDawg | ![]() |
![]() | ![]() | ![]() |
| ZopfWare | 114 days ago![]() |
![]() | ![]() | |
![]() | In regard to the error described in this post...please try the following: If you are using a control panel, such as Plesk or Cpanel, or Helm, then log into your administrator account and find your file manager or you can use your favorite FTP program (WinSCP or the like). You need to edit lines 21 in all the files in the /periodic directory. Your current lines show this according to you: require_once( '["/home2/qb3997/public_html/"]inc/header.inc.php' ); but it shoud be edited so that it says this: require_once( '/home2/qb3997/public_html/inc/header.inc.php' ); I'm pretty sure that if you make this change in the files they will start working for you. It looks like somewhere when you were providing the path information for the initial setup (or it could be a bug I haven't done a Fresh 6.1.6 install) your path information was mangled. | ![]() |
![]() | ![]() | ![]() |
| quebraz | 131 days ago![]() |
![]() | ![]() | |
![]() | Hi DosDawg Thank for your responces, i check my files permissions on the folder periodic. is 744. And for the notifies,php, cmd.php, cupid.php is 644. What permissions i have to put on the folder periodic? Thank very much. | ![]() |
![]() | ![]() | ![]() |
| quebraz | 107 days ago![]() |
![]() | ![]() | |
![]() | Hi for the cron they work well now... the only thing they don't work well is the mass malling. For all mail, cron job i receive it, in hotmail, gmail or yahoo... but the mass mailling i receive only in hotmail. In yahoo and gmail the site never send it. the mail don't go out ... what i can do???? Thank | ![]() |
![]() | ![]() | ![]() |
Post an Answer
Please login to post an answer.



























