close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PHP Deprecated: Function

Thread began 7/30/2009 11:19 am by rharman1306375 | Last modified 7/30/2009 1:05 pm by rharman1306375 | 4635 views | 4 replies |

rharman1306375

PHP Deprecated: Function

I am getting the following message on all the web pages:

PHP Deprecated: Function split() is deprecated in C:\Inetpub\wwwroot\GE_StoreRemote\CSSMenuWriter\cssmw_home\menu.php on line 16.
It shows up in the nav bar at the top of the page, which pushes all the buttons down (ie Home, Products, etc.)

Everything else is working including the MySql db and all php functions.

I am using Dreamweaver CS4 and a testing server running on XP.

Please let me know what I need to do to correct this situation.

Thanks

Sign in to reply to this post

Ray BorduinWebAssist

It looks like it is depricated in php 5.3

It appears the solution is to use preg_split() instead.

What is the exact line? I'll help with the correct update.

Sign in to reply to this post
Did this help? Tips are appreciated...

rharman1306375

power store 2 menu.php

Its line 16 in menu.php

$WA_ddsArray = split("/", $WA_thisFile);

or the full set of lines is

}
$WA_ddsArray = split("/", $WA_thisFile);
$WA_dotDotSlash = "";
for ($n=0; $n<sizeof($WA_ddsArray)-1; $n++) {
$WA_dotDotSlash .= "../";
}

Please let me know the specific replacement details - I'm not a PHP guy. Thanks

Sign in to reply to this post

Ray BorduinWebAssist

just replace "split" with "explode" in this case. We will try to get an update to address this problem in menu writer as soon as we can test it more thoroughly. Please let us know if you run into any more problems in our tools.

Sign in to reply to this post
Did this help? Tips are appreciated...

rharman1306375

That worked perfect - thanks

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...