Comdev - PHP Modules For Your Website
Fast Website Development with PHP Components
Visit Joomla@Comdev .





Back To Main Links Directory > Troubleshooting Showing 1-10 Of 10

KB4201031 : why I can not upload banner image at the back end system and I having the error message : Fatal error: Call to a member function uploadFile() on a non-object in
Since there are enhancement on the linksdir  v4.2 module and some of the code was remove , therefore the object was not longer existing in respective file, therefore it prompt the error. Solutio...
2008-11-12

Patch4105_LinksDir - When using the Check Broken Link and Check Link Back tool in the backend Tool page, it searches through all the Categories available and not just the one that I have selected.
Attached below is the patch4105_linksdir.zip file for our Links Directory v4.1 module. The patch file contain the fixes we have done on the Check Broken Link and Check Link Back tool. Kindly dow...
2007-01-06

Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in document-path-to-oneadmin/common/class.smtp.php(1) Warning: fsockopen() [function.fsockopen]: unable to connect to :25 (Unknown error) in document-path-to-oneadmin/common/class.smtp.php(1)
Reason: The error messages shows that your SMTP hostname is incorrect and that the system is unable to connect to your SMTP port 25.  Solutions: Please change your SMTP host to localhos...
2006-09-05

Unknown(common_footer.inc) error on Yahoo web server.
Problem:   The One Admin installation seems to be working fine, but I have the following code at the bottom of the page:   Warning: Unknown(common_footer.inc): failed to open...
Modified on 2006-03-21

No Installation Wizard after I had uploaded the oneadmin folder to my online server.
When you access to the One Admin system, if found that oneadmin/config.php file is empty, only then it will prompts you the Installation Wizard, and create the required tables into your MyS...
Modified on 2005-12-15

Warning: session_start(): open(\\cpsharedstore\phpsessions\sess_0fe49084, O_RDWR) failed: No space left on device (28) in /home/sitename/web/oneadmin/index.php(33)
Problem: The session folder on your server is not set to full read / write permission, this prohibits the admin system to write a session_id during login, into the folder. Solution: Please ma...
Modified on 2005-12-15

Parse error: parse error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/sitename/httpd/oneadmin/config.php on line 10
Problem: This is common error reported on Windows Server, due to invalid format of Document Path in the oneadmin/config.php. Solution: Replace single backslashes ' ' with double backslashes ...
Added on 2004-10-08

Warning: gzinflate: buffer error in /home/sitename/web/oneadmin/linksdir/include.php(23)
Problem: The PHP running on your server is Version 4.1, and this error reports the bugs in buffer handling on PHP 4.1. Basically, PHP Version 4.1 is not sufficient to support our sof...
Modified on 2006-07-03

Warning: main() : Failed opening 'config.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/sitename/public_html/oneadmin/linksdir/home.link.php on line 1
To ensure the appropriateness of all the PHP include codes, it is recommended you use the include snippets that come along with full document path, instead of using relative path....
Modified on 2005-12-15

I need to set up a page that is outside that oneadmin directory, but can't get the config.php to pull in the Links Directory code.
Well, we recommend that you use the include snippets that come along with full document path, when calling the Links Directory scripts, instead of using relative path. Open the oneadmin/config....
Modified on 2005-12-14