close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Change Power Store Logo Error

Thread began 7/16/2012 12:39 am by daniel387105 | Last modified 6/04/2013 10:52 am by Jason Byrnes | 3270 views | 3 replies |

daniel387105

Change Power Store Logo Error

Hi i cant change the logo on the power store i get the below message when i click on the icon insert image??????? also the error code was so long i cant add the full code

Strict Standards: Redefining already defined constructor for class DB in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\db.php on line 18

Strict Standards: Redefining already defined constructor for class kfmSession in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\session.class.php on line 33

Strict Standards: Redefining already defined constructor for class kfmDirectory in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\directory.class.php on line 15

Strict Standards: Declaration of MDB2_Driver_Common::raiseError() should be compatible with & PEAR::raiseError($message = NULL, $code = NULL, $mode = NULL, $options = NULL, $userinfo = NULL, $error_class = NULL, $skipmsg = false) in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 990

Strict Standards: Non-static method MDB2::connect() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\initialise.php on line 176

Strict Standards: Non-static method MDB2::factory() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 433

Strict Standards: Non-static method MDB2::parseDSN() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 376

Strict Standards: Non-static method MDB2::loadClass() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 385

Strict Standards: Non-static method MDB2::classExists() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 327

Strict Standards: Non-static method PEAR::isError() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 386

Strict Standards: Non-static method MDB2::parseDSN() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 2298

Strict Standards: Non-static method MDB2::setOptions() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 392

Strict Standards: Non-static method PEAR::isError() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 393

Strict Standards: Non-static method PEAR::isError() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 434

Strict Standards: Non-static method PEAR::isError() should not be called statically in C:\xampp\htdocs\Anpa Store\HTMLEditor\editor\plugins\kfm\includes\pear\MDB2.php on line 439

Sign in to reply to this post

Jason ByrnesWebAssist

I think this is occurring because you have strict error reporting enabled in your php.ini. You will need to edit the php.ini file to disable strict error reporting.


to locate the php.ini file on your system, create a new php page, and add the following code:

<?php phpinfo(); ?>

Browse to this page in your browser to see information about your php server. look for the section titled "Loaded Configuration File", this is the php.ini file yopu need to edit.

In the php.ini file, find the following line that sets the error reporting level:

error_reporting = E_ALL

and change it to:
error_reporting = E_ALL & ~E_STRICT


after saving and closing the php.ini file, restart the apache server.

Sign in to reply to this post

anonymous

Hassan Adil

Thanks Jason some of warning messages has vanished but still getting below errors:
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\MDB2.php on line 390

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\MDB2.php on line 1885

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\MDB2.php on line 2572

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\MDB2.php on line 2595

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\MDB2.php on line 2940

Notice: Use of undefined constant objMaster - assumed 'objMaster' in C:\xampp\htdocs\includes\conf.php on line 25

Notice: Use of undefined constant objsiteHTML - assumed 'objsiteHTML' in C:\xampp\htdocs\includes\conf.php on line 27

Notice: Use of undefined constant smarty - assumed 'smarty' in C:\xampp\htdocs\includes\conf.php on line 29

Notice: Use of undefined constant objImage - assumed 'objImage' in C:\xampp\htdocs\includes\conf.php on line 31

Notice: Use of undefined constant objdb - assumed 'objdb' in C:\xampp\htdocs\includes\conf.php on line 35

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\MDB2\Driver\mysql.php on line 924

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\MDB2\Driver\mysql.php on line 1190

Fatal error: Call to undefined method MDB2_Error::setFetchMode() in C:\xampp\htdocs\includes\main_class\class.db.php on line 93


appreciate and look forward to your support on this.

Thanks and Regards

Sign in to reply to this post

Jason ByrnesWebAssist

These errors are from bugs in oder versions of the Pear Mail package tha thave siinced been fixed:
http://pear.php.net/bugs/bug.php?id=16743&edit=3

you will need to have the host install the latest version of the Pear Mail package

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...