how to upload linkr button - joomla1.5

when I install plg.linkr_button.upgrade-any-to-2.3.7.zip & uplad file it gives error Install plugin error & this message
/home/abc/tmp/install_4d0239a35bd0f/plg.linkr_button/linkr_button.php to /home/abc/plugins/editors-xtd/linkr_button.php
OR when I upload super installer directly then it gives this error
Warning: LinkrInstaller::require_once(/home/abc/administrator/components/com_linkr/defines.php) [function.require-once]: failed to open stream: No such file or directory in /home/abc/administrator/components/com_linkr/install.linkr.php on line 207
Fatal error: LinkrInstaller::require_once() [function.require]: Failed opening required '/home/abc/administrator/components/com_linkr/defines.php' (include_path='.:/usr/local/lib/php') in /home/abc/administrator/components/com_linkr/install.linkr.php on line 207

Either the update is meesed up or you do not have permission to read the uploaded file.

Related

Opening file manager using xdg-open gives warnings (nemo:85552): Gtk-WARNING **

I am new to using linux mint. Used "xdg-open ." to open the current directory in the file manager. But when I do this I get the following warnings.
*(nemo:85552): Gtk-WARNING *: 09:21:45.991: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable
to register client Nemo-Share-Message: 09:21:46.385: Called "net
usershare info" but it failed: 'net usershare' returned error 255: net
usershare: cannot open usershare directory /var/lib/samba/usershares.
Error No such file or directory Please ask your system administrator
to enable user sharing.
And upon closing the file manager window I get
(nemo:85552): Gtk-CRITICAL **: 09:21:47.482: gtk_widget_destroy:
assertion 'GTK_IS_WIDGET (widget)' failed
Is there a way I can fix this ?
Thank you.

how to overcome filetime() error in typo3

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning:
filemtime(): stat failed for
/opt/lampp/htdocs/typonew/public/fileadmin/templates/main_1_column_with_menu.html
in
/opt/lampp/htdocs/typonew/vendor/typo3fluid/fluid/src/View/TemplatePaths.php
line 625
It seems that the file fileadmin/templates/main_1_column_with_menu.htmldoesn't exist. Create the file, check the file permission or change the path in your configuration.

Autonomylab create_autonomy launch error

I'm following instructions to create_autonomy, but I keep getting the following error:
[create_2.launch] is neither a launch file in package [ca_driver] nor is [ca_driver] a launch file name. The traceback for the exception was written to the log file
Does anyone know what I'm doing wrong?

Can't find file Logfile

Dr-Memory won't debug my application, I tried allready the -logdir option (I use -logdir C:\Users\r0b3\temp\drmemory).
The Error Message is
WARNING: unable to locate results file since can't open
C:\Users\r0b3\temp\drmemory/resfile.7116: 2
~~Dr.M~~ WARNING: application exited with abnormal code 0xc0000005
Any hints?

Always get this error when I use upload images - Using Zend Framework

Warning: include_once(Zend/Http/Client.php) [function.include-once]: failed to open stream: No such file or directory in /home/hotbuzz/public_html/include/Zend/Loader.php on line 83
Warning: include_once() [function.include]: Failed opening 'Zend/Http/Client.php' for inclusion (include_path='/home/hotbuzz/public_html/include;.:/usr/lib/php:/usr/local/lib/php') in /home/hotbuzz/public_html/include/Zend/Loader.php on line 83
Warning: require_once(Zend/Exception.php) [function.require-once]: failed to open stream: No such file or directory in /home/hotbuzz/public_html/include/Zend/Loader.php on line 87
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Exception.php' (include_path='/home/hotbuzz/public_html/include;.:/usr/lib/php:/usr/local/lib/php') in /home/hotbuzz/public_html/include/Zend/Loader.php on line 87
Always get this error when i use image upload in the script .. I m using Zend Framework .. I i dont know what to do ?
My Zend path : public_html/include/zend
phpinfo : hotbuzz.in/phpinfo.php
I have not configured path to Zend in .htaccess
?
try this
set_include_path(dirname(realpath(__FILE__)).PATH_SEPARATOR.get_include_path());
Does your include path point to the library files or just the root of the Zend project. The include path needs to point to the directory that contains the directory structure
Zend
Acl
Auth
etc...
which maybe the library directory of the files you downloaded.
There is something weird in your include path ;.:
I think you probably have use the syntax of windows in a linux server.
You should use PATH_SEPARATOR the be sure that you will have the right one on every server.