Recently one of our Customers has updated php and mysql version from 4.x to 5.x in the hosting server of their Joomla based website.
After doing this upgration/migration, many pages were not working. They started giving error messages such as, "Deprecated: Function eregi() is deprecated..."
We resolved these issues by replacing deprecated functions with equivalent functions.
For example, replaced split() with explode(). And, replaced eregi() with preg_match('/regexp/i',,).
Note that we should select appropriate modifier in regular expression in the preg_match argument. i-e The modifier should not be the part of the regular expression statement. We need to use rarely used character as modifier. For example we can use "~" as modifier.
This blog post was very helpful for resolving many issues.
I think Joomla is used by many people. But still I couldn't find any easy way to update the Joomla code automatically according to php/mysql upgration.
If you know any good article for doing php/mysql up-gradation you can mention it thro' comments. And, you can share your up-gradation experience.
More Articles...
Wednesday, February 17, 2010
Search This Blog
Blog Archive
-
▼
2010
(267)
-
▼
February
(17)
- Smart Gmail
- PayPal resumes local bank withdrawal in India , bu...
- Don't send/share your password with anyone. Just i...
- Javascript code for selecting/de-selecting all Che...
- Avoid Learning/Training centers and Job consultanc...
- Xoom withdrawal is also NOT working for Indian Pa...
- Sun-Set in Computer World
- Google is irresponsible in restoring locked Blogge...
- Handling issues related to functions deprecated in...
- India Users can use Xoom for withdrawing money fro...
- Thomas Alva Edison' s Birthday
- PayPal explains its issue in India
- Resolved Visual Studio installation issue
- Answers for our Blog/website Visitor's Questions
- PayPal is facing issues in doing transaction from/...
- 12sprints - A Free collaborative decision making t...
- Google Doodle - What you would do if you could do...
-
▼
February
(17)

AI Course | Bundle Offer | Unlocking AI | Dream Big | Listen to Dream Big
Today's Deals | Timesheet | Products | SQL ebook | Earn 50% commission
About | Privacy | Follow | TOS | WhatsApp | Contact
I may earn a commission from Amazon affiliate links
No comments:
Post a Comment